/linux-4.4.14/drivers/ide/ |
D | ide-xfer-mode.c | 125 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 …]
|
D | ide-eh.c | 226 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()
|
D | ide-devsets.c | 99 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()
|
D | ide-dma.c | 243 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()
|
D | aec62xx.c | 140 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,
|
D | ide-probe.c | 723 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()
|
D | serverworks.c | 344 .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,
|
D | macide.c | 90 .port_ops = &macide_port_ops, 124 d.port_ops = NULL; in macide_init()
|
D | ide-io.c | 668 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()
|
D | cmd64x.c | 335 .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()
|
D | ide-iops.c | 32 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()
|
D | gayle.c | 144 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()
|
D | buddha.c | 149 .port_ops = &buddha_port_ops, 180 d.port_ops = &xsurf_port_ops; in buddha_init()
|
D | atiixp.c | 146 .port_ops = &atiixp_port_ops, 154 .port_ops = &atiixp_port_ops,
|
D | tx4938ide.c | 121 .port_ops = &tx4938ide_port_ops, 183 d.port_ops = NULL; in tx4938ide_probe()
|
D | ide-4drives.c | 25 .port_ops = &ide_4drives_port_ops,
|
D | dtc2278.c | 97 .port_ops = &dtc2278_port_ops,
|
D | triflex.c | 98 .port_ops = &triflex_port_ops,
|
D | jmicron.c | 108 .port_ops = &jmicron_port_ops,
|
D | cs5520.c | 100 .port_ops = &cs5520_port_ops,
|
D | amd74xx.c | 205 .port_ops = &amd_port_ops, \ 218 .port_ops = &amd_port_ops, \
|
D | qd65xx.c | 384 d.port_ops = &qd6500_port_ops; in qd_probe() 400 d.port_ops = &qd6580_port_ops; in qd_probe()
|
D | umc8672.c | 134 .port_ops = &umc8672_port_ops,
|
D | pdc202xx_old.c | 263 .port_ops = &pdc2026x_port_ops, \ 276 .port_ops = &pdc20246_port_ops,
|
D | piix.c | 327 .port_ops = &piix_port_ops, \ 340 .port_ops = &ich_port_ops, \
|
D | delkin_cb.c | 66 .port_ops = &delkin_cb_port_ops,
|
D | opti621.c | 137 .port_ops = &opti621_port_ops,
|
D | it8172.c | 120 .port_ops = &it8172_port_ops,
|
D | ide-pci-generic.c | 87 .port_ops = &netcell_port_ops,
|
D | cs5535.c | 175 .port_ops = &cs5535_port_ops,
|
D | pmac.c | 1007 .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()
|
D | cs5530.c | 252 .port_ops = &cs5530_port_ops,
|
D | ali14xx.c | 205 .port_ops = &ali14xx_port_ops,
|
D | slc90e66.c | 138 .port_ops = &slc90e66_port_ops,
|
D | cy82c693.c | 169 .port_ops = &cy82c693_port_ops,
|
D | sis5513.c | 589 d.port_ops = &sis_ata133_port_ops; in sis5513_init_one() 591 d.port_ops = &sis_port_ops; in sis5513_init_one()
|
D | it8213.c | 162 .port_ops = &it8213_port_ops,
|
D | tc86c001.c | 198 .port_ops = &tc86c001_port_ops,
|
D | icside.c | 456 .port_ops = &icside_v6_no_dma_port_ops, 521 d.port_ops = &icside_v6_port_ops; in icside_register_v6()
|
D | ht6560b.c | 348 .port_ops = &ht6560b_port_ops,
|
D | cs5536.c | 253 .port_ops = &cs5536_port_ops,
|
D | sc1200.c | 296 .port_ops = &sc1200_port_ops,
|
D | sl82c105.c | 306 .port_ops = &sl82c105_port_ops,
|
D | ide-cs.c | 109 .port_ops = &idecs_port_ops,
|
D | palm_bk3710.c | 305 .port_ops = &palm_bk3710_ports_ops,
|
D | pdc202xx_new.c | 459 .port_ops = &pdcnew_port_ops, \
|
D | alim15x3.c | 519 .port_ops = &ali_port_ops,
|
D | via82cxxx.c | 410 .port_ops = &via_port_ops,
|
D | hpt366.c | 1377 .port_ops = &hpt3xx_port_ops, 1389 .port_ops = &hpt3xx_port_ops,
|
D | sgiioc4.c | 527 .port_ops = &sgiioc4_port_ops,
|
D | au1xxx-ide.c | 487 .port_ops = &au1xxx_port_ops,
|
D | cmd640.c | 694 .port_ops = &cmd640_port_ops,
|
D | it821x.c | 637 .port_ops = &it821x_port_ops,
|
D | tx4939ide.c | 528 .port_ops = &tx4939ide_port_ops,
|
D | siimage.c | 715 .port_ops = p_ops, \
|
/linux-4.4.14/drivers/ata/ |
D | pata_amd.c | 465 .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()
|
D | pata_cmd64x.c | 383 .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()
|
D | ata_piix.c | 1130 .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 …]
|
D | pata_ali.c | 496 .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()
|
D | pata_sis.c | 598 .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,
|
D | pata_hpt37x.c | 764 .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()
|
D | pata_marvell.c | 132 .port_ops = &marvell_ops, in marvell_init_one() 142 .port_ops = &marvell_ops, in marvell_init_one()
|
D | pata_artop.c | 364 .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()
|
D | ahci.c | 126 .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 …]
|
D | pata_serverworks.c | 392 .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()
|
D | pata_via.c | 548 .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()
|
D | pata_pdc202xx_old.c | 332 .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()
|
D | sata_svw.c | 376 .port_ops = &k2_sata_ops, 385 .port_ops = &k2_sata_ops, 393 .port_ops = &k2_sata_ops, 401 .port_ops = &k2_sata_ops,
|
D | pata_cs5530.c | 301 .port_ops = &cs5530_port_ops in cs5530_init_one() 307 .port_ops = &cs5530_port_ops in cs5530_init_one()
|
D | sata_via.c | 154 .port_ops = &vt6420_sata_ops, 162 .port_ops = &vt6421_sata_ops, 170 .port_ops = &vt6421_pata_ops, 178 .port_ops = &vt8251_ops,
|
D | pata_cs5536.c | 257 .port_ops = &cs5536_port_ops, in cs5536_init_one() 263 .port_ops = &cs5536_port_ops, in cs5536_init_one()
|
D | pata_sl82c105.c | 307 .port_ops = &sl82c105_port_ops in sl82c105_init_one() 312 .port_ops = &sl82c105_port_ops in sl82c105_init_one()
|
D | pata_netcell.c | 66 .port_ops = &netcell_ops, in netcell_init_one()
|
D | ahci_platform.c | 33 .port_ops = &ahci_platform_ops,
|
D | sata_promise.c | 237 .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,
|
D | sata_sil.c | 205 .port_ops = &sil_ops, 214 .port_ops = &sil_ops, 222 .port_ops = &sil_ops, 230 .port_ops = &sil_ops,
|
D | pata_it821x.c | 881 .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()
|
D | pata_ns87415.c | 356 .port_ops = &ns87415_pata_ops, in ns87415_init_one() 365 .port_ops = &ns87560_pata_ops, in ns87415_init_one()
|
D | pata_rz1000.c | 90 .port_ops = &rz1000_port_ops in rz1000_init_one()
|
D | ahci_da850.c | 61 .port_ops = &ahci_platform_ops,
|
D | pata_optidma.c | 403 .port_ops = &optidma_port_ops in optidma_init_one() 410 .port_ops = &optiplus_port_ops in optidma_init_one()
|
D | pata_piccolo.c | 93 .port_ops = &tosh_port_ops in ata_tosh_init_one()
|
D | pata_jmicron.c | 142 .port_ops = &jmicron_ops, in jmicron_init_one()
|
D | pata_sch.c | 89 .port_ops = &sch_pata_ops,
|
D | pata_sil680.c | 332 .port_ops = &sil680_port_ops in sil680_init_one() 339 .port_ops = &sil680_port_ops in sil680_init_one()
|
D | ahci_mvebu.c | 94 .port_ops = &ahci_platform_ops,
|
D | pata_opti.c | 166 .port_ops = &opti_port_ops in opti_init_one()
|
D | pata_ns87410.c | 147 .port_ops = &ns87410_port_ops in ns87410_init_one()
|
D | pata_cypress.c | 130 .port_ops = &cy82c693_port_ops in cy82c693_init_one()
|
D | pata_hpt3x2n.c | 482 .port_ops = &hpt372n_port_ops in hpt3x2n_init_one() 490 .port_ops = &hpt3xxn_port_ops in hpt3x2n_init_one()
|
D | pata_triflex.c | 195 .port_ops = &triflex_port_ops in triflex_init_one()
|
D | pata_cs5535.c | 184 .port_ops = &cs5535_port_ops in cs5535_init_one()
|
D | pata_radisys.c | 220 .port_ops = &radisys_pata_ops, in radisys_init_one()
|
D | pata_sc1200.c | 239 .port_ops = &sc1200_port_ops in sc1200_init_one()
|
D | pata_oldpiix.c | 241 .port_ops = &oldpiix_pata_ops, in oldpiix_init_one()
|
D | ahci_ceva.c | 101 .port_ops = &ahci_ceva_ops,
|
D | ata_generic.c | 171 .port_ops = &generic_port_ops in ata_generic_init_one()
|
D | ahci_sunxi.c | 171 .port_ops = &ahci_platform_ops,
|
D | ahci_st.c | 141 .port_ops = &st_ahci_port_ops,
|
D | pata_efar.c | 270 .port_ops = &efar_ops, in efar_init_one()
|
D | pata_it8213.c | 265 .port_ops = &it8213_ops, in it8213_init_one()
|
D | sata_uli.c | 93 .port_ops = &uli_ops,
|
D | pata_pdc2027x.c | 164 .port_ops = &pdc2027x_pata100_ops, 172 .port_ops = &pdc2027x_pata133_ops,
|
D | pata_hpt3x3.c | 195 .port_ops = &hpt3x3_port_ops in hpt3x3_init_one()
|
D | pata_acpi.c | 246 .port_ops = &pacpi_ops, in pacpi_init_one()
|
D | pata_cmd640.c | 220 .port_ops = &cmd640_port_ops in cmd640_init_one()
|
D | ahci_qoriq.c | 138 .port_ops = &ahci_qoriq_ops,
|
D | pata_hpt366.c | 351 .port_ops = &hpt366_port_ops in hpt36x_init_one()
|
D | pata_cs5520.c | 124 .port_ops = &cs5520_port_ops, in cs5520_init_one()
|
D | pata_atiixp.c | 277 .port_ops = &atiixp_port_ops in atiixp_init_one()
|
D | pata_rdc.c | 301 .port_ops = &rdc_pata_ops,
|
D | sata_sis.c | 106 .port_ops = &sis_ops,
|
D | ahci_xgene.c | 565 .port_ops = &xgene_ahci_v1_ops, 579 .port_ops = &xgene_ahci_v2_ops,
|
D | ahci_brcmstb.c | 82 .port_ops = &ahci_platform_ops,
|
D | sata_sil24.c | 442 .port_ops = &sil24_ops, 450 .port_ops = &sil24_ops, 458 .port_ops = &sil24_ops,
|
D | sata_nv.c | 545 .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,
|
D | ahci_tegra.c | 285 .port_ops = &ahci_tegra_port_ops,
|
D | sata_mv.c | 753 .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,
|
D | sata_vsc.c | 344 .port_ops = &vsc_sata_ops, in vsc_sata_init_one()
|
D | acard-ahci.c | 105 .port_ops = &acard_ops,
|
D | pata_atp867x.c | 493 .port_ops = &atp867x_ops, in atp867x_init_one()
|
D | ahci_imx.c | 356 .port_ops = &ahci_imx_ops,
|
D | sata_qstor.c | 160 .port_ops = &qs_ata_ops,
|
D | sata_highbank.c | 452 .port_ops = &ahci_highbank_ops,
|
D | pdc_adma.c | 171 .port_ops = &adma_ata_ops,
|
D | sata_inic162x.c | 745 .port_ops = &inic_port_ops
|
D | libata-core.c | 5807 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,
|
D | pata_macio.c | 1054 pinfo.port_ops = &pata_macio_ops; in pata_macio_common_init()
|
D | sata_dwc_460ex.c | 1178 .port_ops = &sata_dwc_ops,
|
D | pata_bf54x.c | 1454 .port_ops = &bfin_pata_ops,
|
D | sata_sx4.c | 280 .port_ops = &pdc_20621_ops,
|
D | sata_fsl.c | 1448 .port_ops = &sata_fsl_ops,
|
D | libata-sff.c | 2496 if (ppi[i]->port_ops != &ata_dummy_port_ops) in ata_sff_find_valid_pi()
|
D | libata-scsi.c | 4116 ap->ops = port_info->port_ops; in ata_sas_port_alloc()
|
/linux-4.4.14/arch/um/drivers/ |
D | chan_user.h | 30 extern const struct chan_ops fd_ops, null_ops, port_ops, pts_ops, pty_ops,
|
D | port_user.c | 98 const struct chan_ops port_ops = { variable
|
D | chan_kern.c | 421 { "port", &port_ops },
|
/linux-4.4.14/drivers/net/ethernet/apm/xgene/ |
D | xgene_enet_main.c | 1307 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()
|
D | xgene_enet_main.h | 178 struct xgene_port_ops *port_ops; member
|
/linux-4.4.14/include/linux/ |
D | ide.h | 713 const struct ide_port_ops *port_ops; member 1311 const struct ide_port_ops *port_ops; member
|
D | libata.h | 1003 struct ata_port_operations *port_ops; member
|
/linux-4.4.14/drivers/scsi/libsas/ |
D | sas_ata.c | 555 .port_ops = &sas_sata_ops
|
/linux-4.4.14/drivers/tty/ |
D | synclinkmp.c | 3738 static const struct tty_port_operations port_ops = { variable 3759 info->port.ops = &port_ops; in alloc_dev()
|
/linux-4.4.14/drivers/scsi/ |
D | ipr.c | 6929 .port_ops = &ipr_sata_ops
|