Home
last modified time | relevance | path

Searched refs:port_ops (Results 1 – 144 of 144) sorted by relevance

/linux-4.4.14/drivers/ide/
Dide-xfer-mode.c125 const struct ide_port_ops *port_ops = hwif->port_ops; in ide_set_pio_mode() local
130 if (port_ops == NULL || port_ops->set_pio_mode == NULL) in ide_set_pio_mode()
137 if (port_ops->set_dma_mode == NULL) { in ide_set_pio_mode()
139 port_ops->set_pio_mode(hwif, drive); in ide_set_pio_mode()
147 port_ops->set_pio_mode(hwif, drive); in ide_set_pio_mode()
151 port_ops->set_pio_mode(hwif, drive); in ide_set_pio_mode()
159 const struct ide_port_ops *port_ops = hwif->port_ops; in ide_set_dma_mode() local
164 if (port_ops == NULL || port_ops->set_dma_mode == NULL) in ide_set_dma_mode()
171 port_ops->set_dma_mode(hwif, drive); in ide_set_dma_mode()
175 port_ops->set_dma_mode(hwif, drive); in ide_set_dma_mode()
[all …]
Dide-eh.c226 const struct ide_port_ops *port_ops = hwif->port_ops; in reset_pollfunc() local
230 if (port_ops && port_ops->reset_poll) { in reset_pollfunc()
231 err = port_ops->reset_poll(drive); in reset_pollfunc()
289 const struct ide_port_ops *port_ops = drive->hwif->port_ops; in pre_reset() local
311 if (port_ops && port_ops->pre_reset) in pre_reset()
312 port_ops->pre_reset(drive); in pre_reset()
339 const struct ide_port_ops *port_ops; in do_reset1() local
426 port_ops = hwif->port_ops; in do_reset1()
427 if (port_ops && port_ops->resetproc) in do_reset1()
428 port_ops->resetproc(drive); in do_reset1()
Dide-devsets.c99 const struct ide_port_ops *port_ops = hwif->port_ops; in set_pio_mode() local
104 if (port_ops == NULL || port_ops->set_pio_mode == NULL || in set_pio_mode()
116 port_ops->set_pio_mode(hwif, drive); in set_pio_mode()
119 port_ops->set_pio_mode(hwif, drive); in set_pio_mode()
Dide-dma.c243 const struct ide_port_ops *port_ops = hwif->port_ops; in ide_get_mode_mask() local
251 if (port_ops && port_ops->udma_filter) in ide_get_mode_mask()
252 mask &= port_ops->udma_filter(drive); in ide_get_mode_mask()
274 if (port_ops && port_ops->mdma_filter) in ide_get_mode_mask()
275 mask &= port_ops->mdma_filter(drive); in ide_get_mode_mask()
Daec62xx.c140 hwif->port_ops->set_dma_mode(hwif, drive); in aec_set_pio_mode()
189 .port_ops = &atp850_port_ops,
201 .port_ops = &atp86x_port_ops,
212 .port_ops = &atp86x_port_ops,
222 .port_ops = &atp86x_port_ops,
233 .port_ops = &atp86x_port_ops,
Dide-probe.c723 const struct ide_port_ops *port_ops = hwif->port_ops; in ide_port_tune_devices() local
730 if (port_ops && port_ops->quirkproc) in ide_port_tune_devices()
731 port_ops->quirkproc(drive); in ide_port_tune_devices()
1024 const struct ide_port_ops *port_ops = hwif->port_ops; in ide_port_init_devices() local
1042 if (port_ops && port_ops->init_dev) in ide_port_init_devices()
1043 port_ops->init_dev(drive); in ide_port_init_devices()
1066 hwif->port_ops = d->port_ops; in ide_init_port()
1114 const struct ide_port_ops *port_ops = hwif->port_ops; in ide_port_cable_detect() local
1116 if (port_ops && port_ops->cable_detect && (hwif->ultra_mask & 0x78)) { in ide_port_cable_detect()
1118 hwif->cbl = port_ops->cable_detect(hwif); in ide_port_cable_detect()
Dserverworks.c344 .port_ops = &osb4_port_ops,
352 .port_ops = &svwks_port_ops,
360 .port_ops = &svwks_port_ops,
368 .port_ops = &svwks_port_ops,
377 .port_ops = &svwks_port_ops,
Dmacide.c90 .port_ops = &macide_port_ops,
124 d.port_ops = NULL; in macide_init()
Dide-io.c668 if (hwif->port_ops && hwif->port_ops->clear_irq) in ide_timer_expiry()
669 hwif->port_ops->clear_irq(drive); in ide_timer_expiry()
789 if (hwif->port_ops && hwif->port_ops->test_irq && in ide_intr()
790 hwif->port_ops->test_irq(hwif) == 0) in ide_intr()
842 if (hwif->port_ops && hwif->port_ops->clear_irq) in ide_intr()
843 hwif->port_ops->clear_irq(drive); in ide_intr()
Dcmd64x.c335 .port_ops = &cmd64x_port_ops,
347 .port_ops = &cmd648_port_ops,
358 .port_ops = &cmd648_port_ops,
368 .port_ops = &cmd648_port_ops,
405 d.port_ops = &cmd64x_port_ops; in cmd64x_init_one()
Dide-iops.c32 const struct ide_port_ops *port_ops = drive->hwif->port_ops; in SELECT_MASK() local
34 if (port_ops && port_ops->maskproc) in SELECT_MASK()
35 port_ops->maskproc(drive, mask); in SELECT_MASK()
Dgayle.c144 d.port_ops = &gayle_a1200_port_ops; in amiga_gayle_ide_probe()
146 d.port_ops = &gayle_a4000_port_ops; in amiga_gayle_ide_probe()
Dbuddha.c149 .port_ops = &buddha_port_ops,
180 d.port_ops = &xsurf_port_ops; in buddha_init()
Datiixp.c146 .port_ops = &atiixp_port_ops,
154 .port_ops = &atiixp_port_ops,
Dtx4938ide.c121 .port_ops = &tx4938ide_port_ops,
183 d.port_ops = NULL; in tx4938ide_probe()
Dide-4drives.c25 .port_ops = &ide_4drives_port_ops,
Ddtc2278.c97 .port_ops = &dtc2278_port_ops,
Dtriflex.c98 .port_ops = &triflex_port_ops,
Djmicron.c108 .port_ops = &jmicron_port_ops,
Dcs5520.c100 .port_ops = &cs5520_port_ops,
Damd74xx.c205 .port_ops = &amd_port_ops, \
218 .port_ops = &amd_port_ops, \
Dqd65xx.c384 d.port_ops = &qd6500_port_ops; in qd_probe()
400 d.port_ops = &qd6580_port_ops; in qd_probe()
Dumc8672.c134 .port_ops = &umc8672_port_ops,
Dpdc202xx_old.c263 .port_ops = &pdc2026x_port_ops, \
276 .port_ops = &pdc20246_port_ops,
Dpiix.c327 .port_ops = &piix_port_ops, \
340 .port_ops = &ich_port_ops, \
Ddelkin_cb.c66 .port_ops = &delkin_cb_port_ops,
Dopti621.c137 .port_ops = &opti621_port_ops,
Dit8172.c120 .port_ops = &it8172_port_ops,
Dide-pci-generic.c87 .port_ops = &netcell_port_ops,
Dcs5535.c175 .port_ops = &cs5535_port_ops,
Dpmac.c1007 .port_ops = &pmac_ide_port_ops,
1035 d.port_ops = &pmac_ide_ata4_port_ops; in pmac_ide_setup_device()
1040 d.port_ops = &pmac_ide_ata4_port_ops; in pmac_ide_setup_device()
1045 d.port_ops = &pmac_ide_ata4_port_ops; in pmac_ide_setup_device()
1050 d.port_ops = &pmac_ide_ata4_port_ops; in pmac_ide_setup_device()
Dcs5530.c252 .port_ops = &cs5530_port_ops,
Dali14xx.c205 .port_ops = &ali14xx_port_ops,
Dslc90e66.c138 .port_ops = &slc90e66_port_ops,
Dcy82c693.c169 .port_ops = &cy82c693_port_ops,
Dsis5513.c589 d.port_ops = &sis_ata133_port_ops; in sis5513_init_one()
591 d.port_ops = &sis_port_ops; in sis5513_init_one()
Dit8213.c162 .port_ops = &it8213_port_ops,
Dtc86c001.c198 .port_ops = &tc86c001_port_ops,
Dicside.c456 .port_ops = &icside_v6_no_dma_port_ops,
521 d.port_ops = &icside_v6_port_ops; in icside_register_v6()
Dht6560b.c348 .port_ops = &ht6560b_port_ops,
Dcs5536.c253 .port_ops = &cs5536_port_ops,
Dsc1200.c296 .port_ops = &sc1200_port_ops,
Dsl82c105.c306 .port_ops = &sl82c105_port_ops,
Dide-cs.c109 .port_ops = &idecs_port_ops,
Dpalm_bk3710.c305 .port_ops = &palm_bk3710_ports_ops,
Dpdc202xx_new.c459 .port_ops = &pdcnew_port_ops, \
Dalim15x3.c519 .port_ops = &ali_port_ops,
Dvia82cxxx.c410 .port_ops = &via_port_ops,
Dhpt366.c1377 .port_ops = &hpt3xx_port_ops,
1389 .port_ops = &hpt3xx_port_ops,
Dsgiioc4.c527 .port_ops = &sgiioc4_port_ops,
Dau1xxx-ide.c487 .port_ops = &au1xxx_port_ops,
Dcmd640.c694 .port_ops = &cmd640_port_ops,
Dit821x.c637 .port_ops = &it821x_port_ops,
Dtx4939ide.c528 .port_ops = &tx4939ide_port_ops,
Dsiimage.c715 .port_ops = p_ops, \
/linux-4.4.14/drivers/ata/
Dpata_amd.c465 .port_ops = &amd33_port_ops in amd_init_one()
472 .port_ops = &amd66_port_ops in amd_init_one()
479 .port_ops = &amd66_port_ops in amd_init_one()
486 .port_ops = &amd100_port_ops in amd_init_one()
493 .port_ops = &amd100_port_ops in amd_init_one()
500 .port_ops = &amd133_port_ops in amd_init_one()
507 .port_ops = &amd133_port_ops in amd_init_one()
514 .port_ops = &nv100_port_ops in amd_init_one()
521 .port_ops = &nv133_port_ops in amd_init_one()
528 .port_ops = &amd100_port_ops in amd_init_one()
Dpata_cmd64x.c383 .port_ops = &cmd64x_port_ops in cmd64x_init_one()
389 .port_ops = &cmd64x_port_ops in cmd64x_init_one()
395 .port_ops = &cmd646r3_port_ops in cmd64x_init_one()
402 .port_ops = &cmd646r3_port_ops in cmd64x_init_one()
408 .port_ops = &cmd646r1_port_ops in cmd64x_init_one()
415 .port_ops = &cmd648_port_ops in cmd64x_init_one()
422 .port_ops = &cmd648_port_ops in cmd64x_init_one()
Data_piix.c1130 .port_ops = &piix_pata_ops,
1139 .port_ops = &piix_pata_ops,
1148 .port_ops = &ich_pata_ops,
1157 .port_ops = &ich_pata_ops,
1166 .port_ops = &ich_pata_ops,
1175 .port_ops = &ich_pata_ops,
1184 .port_ops = &piix_sata_ops,
1193 .port_ops = &piix_sata_ops,
1202 .port_ops = &piix_sata_ops,
1211 .port_ops = &piix_sata_ops,
[all …]
Dpata_ali.c496 .port_ops = &ali_early_port_ops in ali_init_one()
504 .port_ops = &ali_20_port_ops in ali_init_one()
513 .port_ops = &ali_20_port_ops in ali_init_one()
522 .port_ops = &ali_c2_port_ops in ali_init_one()
531 .port_ops = &ali_c2_port_ops in ali_init_one()
540 .port_ops = &ali_c4_port_ops in ali_init_one()
548 .port_ops = &ali_c5_port_ops in ali_init_one()
Dpata_sis.c598 .port_ops = &sis_old_ops,
605 .port_ops = &sis_old_ops,
612 .port_ops = &sis_66_ops,
619 .port_ops = &sis_100_ops,
626 .port_ops = &sis_66_ops,
633 .port_ops = &sis_133_ops,
640 .port_ops = &sis_133_for_sata_ops,
647 .port_ops = &sis_133_early_ops,
Dpata_hpt37x.c764 .port_ops = &hpt370_port_ops in hpt37x_init_one()
772 .port_ops = &hpt370a_port_ops in hpt37x_init_one()
780 .port_ops = &hpt370_port_ops in hpt37x_init_one()
788 .port_ops = &hpt370a_port_ops in hpt37x_init_one()
796 .port_ops = &hpt372_port_ops in hpt37x_init_one()
804 .port_ops = &hpt302_port_ops in hpt37x_init_one()
812 .port_ops = &hpt372_port_ops in hpt37x_init_one()
819 .port_ops = &hpt374_fn1_port_ops in hpt37x_init_one()
Dpata_marvell.c132 .port_ops = &marvell_ops, in marvell_init_one()
142 .port_ops = &marvell_ops, in marvell_init_one()
Dpata_artop.c364 .port_ops = &artop6210_ops, in artop_init_one()
371 .port_ops = &artop6260_ops, in artop_init_one()
378 .port_ops = &artop6260_ops, in artop_init_one()
385 .port_ops = &artop6260_ops, in artop_init_one()
Dahci.c126 .port_ops = &ahci_ops,
133 .port_ops = &ahci_ops,
140 .port_ops = &ahci_ops,
147 .port_ops = &ahci_ops,
154 .port_ops = &ahci_ops,
161 .port_ops = &ahci_ops,
168 .port_ops = &ahci_avn_ops,
176 .port_ops = &ahci_ops,
183 .port_ops = &ahci_ops,
190 .port_ops = &ahci_ops,
[all …]
Dpata_serverworks.c392 .port_ops = &serverworks_osb4_port_ops in serverworks_init_one()
398 .port_ops = &serverworks_osb4_port_ops in serverworks_init_one()
404 .port_ops = &serverworks_csb_port_ops in serverworks_init_one()
410 .port_ops = &serverworks_csb_port_ops in serverworks_init_one()
Dpata_via.c548 .port_ops = &via_port_ops in via_init_one()
555 .port_ops = &via_port_ops_noirq, in via_init_one()
563 .port_ops = &via_port_ops in via_init_one()
571 .port_ops = &via_port_ops in via_init_one()
579 .port_ops = &via_port_ops in via_init_one()
587 .port_ops = &via_port_ops in via_init_one()
Dpata_pdc202xx_old.c332 .port_ops = &pdc2024x_port_ops in pdc202xx_init_one()
339 .port_ops = &pdc2026x_port_ops in pdc202xx_init_one()
346 .port_ops = &pdc2026x_port_ops in pdc202xx_init_one()
Dsata_svw.c376 .port_ops = &k2_sata_ops,
385 .port_ops = &k2_sata_ops,
393 .port_ops = &k2_sata_ops,
401 .port_ops = &k2_sata_ops,
Dpata_cs5530.c301 .port_ops = &cs5530_port_ops in cs5530_init_one()
307 .port_ops = &cs5530_port_ops in cs5530_init_one()
Dsata_via.c154 .port_ops = &vt6420_sata_ops,
162 .port_ops = &vt6421_sata_ops,
170 .port_ops = &vt6421_pata_ops,
178 .port_ops = &vt8251_ops,
Dpata_cs5536.c257 .port_ops = &cs5536_port_ops, in cs5536_init_one()
263 .port_ops = &cs5536_port_ops, in cs5536_init_one()
Dpata_sl82c105.c307 .port_ops = &sl82c105_port_ops in sl82c105_init_one()
312 .port_ops = &sl82c105_port_ops in sl82c105_init_one()
Dpata_netcell.c66 .port_ops = &netcell_ops, in netcell_init_one()
Dahci_platform.c33 .port_ops = &ahci_platform_ops,
Dsata_promise.c237 .port_ops = &pdc_old_sata_ops,
246 .port_ops = &pdc_pata_ops,
256 .port_ops = &pdc_old_sata_ops,
266 .port_ops = &pdc_pata_ops,
276 .port_ops = &pdc_sata_ops,
286 .port_ops = &pdc_pata_ops,
296 .port_ops = &pdc_sata_ops,
Dsata_sil.c205 .port_ops = &sil_ops,
214 .port_ops = &sil_ops,
222 .port_ops = &sil_ops,
230 .port_ops = &sil_ops,
Dpata_it821x.c881 .port_ops = &it821x_smart_port_ops in it821x_init_one()
888 .port_ops = &it821x_passthru_port_ops in it821x_init_one()
895 .port_ops = &it821x_rdc_port_ops in it821x_init_one()
902 .port_ops = &it821x_rdc_port_ops in it821x_init_one()
Dpata_ns87415.c356 .port_ops = &ns87415_pata_ops, in ns87415_init_one()
365 .port_ops = &ns87560_pata_ops, in ns87415_init_one()
Dpata_rz1000.c90 .port_ops = &rz1000_port_ops in rz1000_init_one()
Dahci_da850.c61 .port_ops = &ahci_platform_ops,
Dpata_optidma.c403 .port_ops = &optidma_port_ops in optidma_init_one()
410 .port_ops = &optiplus_port_ops in optidma_init_one()
Dpata_piccolo.c93 .port_ops = &tosh_port_ops in ata_tosh_init_one()
Dpata_jmicron.c142 .port_ops = &jmicron_ops, in jmicron_init_one()
Dpata_sch.c89 .port_ops = &sch_pata_ops,
Dpata_sil680.c332 .port_ops = &sil680_port_ops in sil680_init_one()
339 .port_ops = &sil680_port_ops in sil680_init_one()
Dahci_mvebu.c94 .port_ops = &ahci_platform_ops,
Dpata_opti.c166 .port_ops = &opti_port_ops in opti_init_one()
Dpata_ns87410.c147 .port_ops = &ns87410_port_ops in ns87410_init_one()
Dpata_cypress.c130 .port_ops = &cy82c693_port_ops in cy82c693_init_one()
Dpata_hpt3x2n.c482 .port_ops = &hpt372n_port_ops in hpt3x2n_init_one()
490 .port_ops = &hpt3xxn_port_ops in hpt3x2n_init_one()
Dpata_triflex.c195 .port_ops = &triflex_port_ops in triflex_init_one()
Dpata_cs5535.c184 .port_ops = &cs5535_port_ops in cs5535_init_one()
Dpata_radisys.c220 .port_ops = &radisys_pata_ops, in radisys_init_one()
Dpata_sc1200.c239 .port_ops = &sc1200_port_ops in sc1200_init_one()
Dpata_oldpiix.c241 .port_ops = &oldpiix_pata_ops, in oldpiix_init_one()
Dahci_ceva.c101 .port_ops = &ahci_ceva_ops,
Data_generic.c171 .port_ops = &generic_port_ops in ata_generic_init_one()
Dahci_sunxi.c171 .port_ops = &ahci_platform_ops,
Dahci_st.c141 .port_ops = &st_ahci_port_ops,
Dpata_efar.c270 .port_ops = &efar_ops, in efar_init_one()
Dpata_it8213.c265 .port_ops = &it8213_ops, in it8213_init_one()
Dsata_uli.c93 .port_ops = &uli_ops,
Dpata_pdc2027x.c164 .port_ops = &pdc2027x_pata100_ops,
172 .port_ops = &pdc2027x_pata133_ops,
Dpata_hpt3x3.c195 .port_ops = &hpt3x3_port_ops in hpt3x3_init_one()
Dpata_acpi.c246 .port_ops = &pacpi_ops, in pacpi_init_one()
Dpata_cmd640.c220 .port_ops = &cmd640_port_ops in cmd640_init_one()
Dahci_qoriq.c138 .port_ops = &ahci_qoriq_ops,
Dpata_hpt366.c351 .port_ops = &hpt366_port_ops in hpt36x_init_one()
Dpata_cs5520.c124 .port_ops = &cs5520_port_ops, in cs5520_init_one()
Dpata_atiixp.c277 .port_ops = &atiixp_port_ops in atiixp_init_one()
Dpata_rdc.c301 .port_ops = &rdc_pata_ops,
Dsata_sis.c106 .port_ops = &sis_ops,
Dahci_xgene.c565 .port_ops = &xgene_ahci_v1_ops,
579 .port_ops = &xgene_ahci_v2_ops,
Dahci_brcmstb.c82 .port_ops = &ahci_platform_ops,
Dsata_sil24.c442 .port_ops = &sil24_ops,
450 .port_ops = &sil24_ops,
458 .port_ops = &sil24_ops,
Dsata_nv.c545 .port_ops = &nv_generic_ops,
554 .port_ops = &nv_nf2_ops,
563 .port_ops = &nv_ck804_ops,
572 .port_ops = &nv_adma_ops,
581 .port_ops = &nv_generic_ops,
590 .port_ops = &nv_swncq_ops,
Dahci_tegra.c285 .port_ops = &ahci_tegra_port_ops,
Dsata_mv.c753 .port_ops = &mv5_ops,
759 .port_ops = &mv5_ops,
765 .port_ops = &mv5_ops,
771 .port_ops = &mv6_ops,
777 .port_ops = &mv6_ops,
783 .port_ops = &mv_iie_ops,
789 .port_ops = &mv_iie_ops,
795 .port_ops = &mv_iie_ops,
Dsata_vsc.c344 .port_ops = &vsc_sata_ops, in vsc_sata_init_one()
Dacard-ahci.c105 .port_ops = &acard_ops,
Dpata_atp867x.c493 .port_ops = &atp867x_ops, in atp867x_init_one()
Dahci_imx.c356 .port_ops = &ahci_imx_ops,
Dsata_qstor.c160 .port_ops = &qs_ata_ops,
Dsata_highbank.c452 .port_ops = &ahci_highbank_ops,
Dpdc_adma.c171 .port_ops = &adma_ata_ops,
Dsata_inic162x.c745 .port_ops = &inic_port_ops
Dlibata-core.c5807 ap->ops = pi->port_ops; in ata_host_alloc_pinfo()
5809 if (!host->ops && (pi->port_ops != &ata_dummy_port_ops)) in ata_host_alloc_pinfo()
5810 host->ops = pi->port_ops; in ata_host_alloc_pinfo()
6806 .port_ops = &ata_dummy_port_ops,
Dpata_macio.c1054 pinfo.port_ops = &pata_macio_ops; in pata_macio_common_init()
Dsata_dwc_460ex.c1178 .port_ops = &sata_dwc_ops,
Dpata_bf54x.c1454 .port_ops = &bfin_pata_ops,
Dsata_sx4.c280 .port_ops = &pdc_20621_ops,
Dsata_fsl.c1448 .port_ops = &sata_fsl_ops,
Dlibata-sff.c2496 if (ppi[i]->port_ops != &ata_dummy_port_ops) in ata_sff_find_valid_pi()
Dlibata-scsi.c4116 ap->ops = port_info->port_ops; in ata_sas_port_alloc()
/linux-4.4.14/arch/um/drivers/
Dchan_user.h30 extern const struct chan_ops fd_ops, null_ops, port_ops, pts_ops, pty_ops,
Dport_user.c98 const struct chan_ops port_ops = { variable
Dchan_kern.c421 { "port", &port_ops },
/linux-4.4.14/drivers/net/ethernet/apm/xgene/
Dxgene_enet_main.c1307 ret = pdata->port_ops->reset(pdata); in xgene_enet_init_hw()
1327 pdata->port_ops->cle_bypass(pdata, dst_ring_num, buf_pool->id); in xgene_enet_init_hw()
1338 pdata->port_ops = &xgene_gport_ops; in xgene_enet_setup_ops()
1343 pdata->port_ops = &xgene_sgport_ops; in xgene_enet_setup_ops()
1348 pdata->port_ops = &xgene_xgport_ops; in xgene_enet_setup_ops()
1534 pdata->port_ops->shutdown(pdata); in xgene_enet_remove()
Dxgene_enet_main.h178 struct xgene_port_ops *port_ops; member
/linux-4.4.14/include/linux/
Dide.h713 const struct ide_port_ops *port_ops; member
1311 const struct ide_port_ops *port_ops; member
Dlibata.h1003 struct ata_port_operations *port_ops; member
/linux-4.4.14/drivers/scsi/libsas/
Dsas_ata.c555 .port_ops = &sas_sata_ops
/linux-4.4.14/drivers/tty/
Dsynclinkmp.c3738 static const struct tty_port_operations port_ops = { variable
3759 info->port.ops = &port_ops; in alloc_dev()
/linux-4.4.14/drivers/scsi/
Dipr.c6929 .port_ops = &ipr_sata_ops