/kernel/linux/linux-5.10/drivers/ide/ |
D | ide-xfer-mode.c | 126 const struct ide_port_ops *port_ops = hwif->port_ops; in ide_set_pio_mode() local 131 if (port_ops == NULL || port_ops->set_pio_mode == NULL) in ide_set_pio_mode() 138 if (port_ops->set_dma_mode == NULL) { in ide_set_pio_mode() 140 port_ops->set_pio_mode(hwif, drive); in ide_set_pio_mode() 148 port_ops->set_pio_mode(hwif, drive); in ide_set_pio_mode() 152 port_ops->set_pio_mode(hwif, drive); in ide_set_pio_mode() 160 const struct ide_port_ops *port_ops = hwif->port_ops; in ide_set_dma_mode() local 165 if (port_ops == NULL || port_ops->set_dma_mode == NULL) in ide_set_dma_mode() 172 port_ops->set_dma_mode(hwif, drive); in ide_set_dma_mode() 176 port_ops->set_dma_mode(hwif, drive); in ide_set_dma_mode() [all …]
|
D | ide-eh.c | 227 const struct ide_port_ops *port_ops = hwif->port_ops; in reset_pollfunc() local 231 if (port_ops && port_ops->reset_poll) { in reset_pollfunc() 232 err = port_ops->reset_poll(drive); in reset_pollfunc() 290 const struct ide_port_ops *port_ops = drive->hwif->port_ops; in pre_reset() local 312 if (port_ops && port_ops->pre_reset) in pre_reset() 313 port_ops->pre_reset(drive); in pre_reset() 340 const struct ide_port_ops *port_ops; in do_reset1() local 427 port_ops = hwif->port_ops; in do_reset1() 428 if (port_ops && port_ops->resetproc) in do_reset1() 429 port_ops->resetproc(drive); in do_reset1()
|
D | ide-devsets.c | 100 const struct ide_port_ops *port_ops = hwif->port_ops; in set_pio_mode() local 105 if (port_ops == NULL || port_ops->set_pio_mode == NULL || in set_pio_mode() 117 port_ops->set_pio_mode(hwif, drive); in set_pio_mode() 120 port_ops->set_pio_mode(hwif, drive); in set_pio_mode()
|
D | ide-dma.c | 241 const struct ide_port_ops *port_ops = hwif->port_ops; in ide_get_mode_mask() local 249 if (port_ops && port_ops->udma_filter) in ide_get_mode_mask() 250 mask &= port_ops->udma_filter(drive); in ide_get_mode_mask() 272 if (port_ops && port_ops->mdma_filter) in ide_get_mode_mask() 273 mask &= port_ops->mdma_filter(drive); in ide_get_mode_mask()
|
D | aec62xx.c | 141 hwif->port_ops->set_dma_mode(hwif, drive); in aec_set_pio_mode() 190 .port_ops = &atp850_port_ops, 202 .port_ops = &atp86x_port_ops, 213 .port_ops = &atp86x_port_ops, 223 .port_ops = &atp86x_port_ops, 234 .port_ops = &atp86x_port_ops,
|
D | ide-probe.c | 725 const struct ide_port_ops *port_ops = hwif->port_ops; in ide_port_tune_devices() local 732 if (port_ops && port_ops->quirkproc) in ide_port_tune_devices() 733 port_ops->quirkproc(drive); in ide_port_tune_devices() 1057 const struct ide_port_ops *port_ops = hwif->port_ops; in ide_port_init_devices() local 1075 if (port_ops && port_ops->init_dev) in ide_port_init_devices() 1076 port_ops->init_dev(drive); in ide_port_init_devices() 1099 hwif->port_ops = d->port_ops; in ide_init_port() 1147 const struct ide_port_ops *port_ops = hwif->port_ops; in ide_port_cable_detect() local 1149 if (port_ops && port_ops->cable_detect && (hwif->ultra_mask & 0x78)) { in ide_port_cable_detect() 1151 hwif->cbl = port_ops->cable_detect(hwif); in ide_port_cable_detect()
|
D | serverworks.c | 351 .port_ops = &osb4_port_ops, 359 .port_ops = &svwks_port_ops, 367 .port_ops = &svwks_port_ops, 375 .port_ops = &svwks_port_ops, 384 .port_ops = &svwks_port_ops,
|
D | ide-io.c | 671 if (hwif->port_ops && hwif->port_ops->clear_irq) in ide_timer_expiry() 672 hwif->port_ops->clear_irq(drive); in ide_timer_expiry() 793 if (hwif->port_ops && hwif->port_ops->test_irq && in ide_intr() 794 hwif->port_ops->test_irq(hwif) == 0) in ide_intr() 846 if (hwif->port_ops && hwif->port_ops->clear_irq) in ide_intr() 847 hwif->port_ops->clear_irq(drive); in ide_intr()
|
D | ide-iops.c | 33 const struct ide_port_ops *port_ops = drive->hwif->port_ops; in SELECT_MASK() local 35 if (port_ops && port_ops->maskproc) in SELECT_MASK() 36 port_ops->maskproc(drive, mask); in SELECT_MASK()
|
D | cmd64x.c | 339 .port_ops = &cmd64x_port_ops, 351 .port_ops = &cmd648_port_ops, 362 .port_ops = &cmd648_port_ops, 372 .port_ops = &cmd648_port_ops, 409 d.port_ops = &cmd64x_port_ops; in cmd64x_init_one()
|
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()
|
/kernel/linux/linux-5.10/drivers/fpga/ |
D | dfl-fme-br.c | 24 struct dfl_fpga_port_ops *port_ops; member 44 if (priv->port_pdev && !priv->port_ops) { in fme_bridge_enable_set() 49 priv->port_ops = ops; in fme_bridge_enable_set() 52 return priv->port_ops->enable_set(priv->port_pdev, enable); in fme_bridge_enable_set() 90 if (priv->port_ops) in fme_br_remove() 91 dfl_fpga_port_ops_put(priv->port_ops); in fme_br_remove()
|
/kernel/linux/linux-5.10/drivers/ata/ |
D | pata_amd.c | 466 .port_ops = &amd33_port_ops in amd_init_one() 473 .port_ops = &amd66_port_ops in amd_init_one() 480 .port_ops = &amd66_port_ops in amd_init_one() 487 .port_ops = &amd100_port_ops in amd_init_one() 494 .port_ops = &amd100_port_ops in amd_init_one() 501 .port_ops = &amd133_port_ops in amd_init_one() 508 .port_ops = &amd133_port_ops in amd_init_one() 515 .port_ops = &nv100_port_ops in amd_init_one() 522 .port_ops = &nv133_port_ops in amd_init_one() 529 .port_ops = &amd100_port_ops in amd_init_one()
|
D | pata_cmd64x.c | 384 .port_ops = &cmd64x_port_ops in cmd64x_init_one() 390 .port_ops = &cmd64x_port_ops in cmd64x_init_one() 396 .port_ops = &cmd646r3_port_ops in cmd64x_init_one() 403 .port_ops = &cmd646r3_port_ops in cmd64x_init_one() 409 .port_ops = &cmd646r1_port_ops in cmd64x_init_one() 416 .port_ops = &cmd648_port_ops in cmd64x_init_one() 423 .port_ops = &cmd648_port_ops in cmd64x_init_one()
|
D | ata_piix.c | 1112 .port_ops = &piix_pata_ops, 1121 .port_ops = &piix_pata_ops, 1130 .port_ops = &ich_pata_ops, 1139 .port_ops = &ich_pata_ops, 1148 .port_ops = &ich_pata_ops, 1157 .port_ops = &ich_pata_ops, 1166 .port_ops = &piix_sata_ops, 1175 .port_ops = &piix_sata_ops, 1184 .port_ops = &piix_sata_ops, 1193 .port_ops = &piix_sata_ops, [all …]
|
D | pata_ali.c | 497 .port_ops = &ali_early_port_ops in ali_init_one() 505 .port_ops = &ali_20_port_ops in ali_init_one() 514 .port_ops = &ali_20_port_ops in ali_init_one() 523 .port_ops = &ali_c2_port_ops in ali_init_one() 532 .port_ops = &ali_c2_port_ops in ali_init_one() 541 .port_ops = &ali_c4_port_ops in ali_init_one() 549 .port_ops = &ali_c5_port_ops in ali_init_one()
|
D | pata_sis.c | 599 .port_ops = &sis_old_ops, 606 .port_ops = &sis_old_ops, 613 .port_ops = &sis_66_ops, 620 .port_ops = &sis_100_ops, 627 .port_ops = &sis_66_ops, 634 .port_ops = &sis_133_ops, 641 .port_ops = &sis_133_for_sata_ops, 648 .port_ops = &sis_133_early_ops,
|
D | pata_hpt37x.c | 762 .port_ops = &hpt370_port_ops in hpt37x_init_one() 770 .port_ops = &hpt370a_port_ops in hpt37x_init_one() 778 .port_ops = &hpt370_port_ops in hpt37x_init_one() 786 .port_ops = &hpt370a_port_ops in hpt37x_init_one() 794 .port_ops = &hpt372_port_ops in hpt37x_init_one() 802 .port_ops = &hpt302_port_ops in hpt37x_init_one() 810 .port_ops = &hpt372_port_ops in hpt37x_init_one() 817 .port_ops = &hpt374_fn1_port_ops in hpt37x_init_one()
|
D | ahci_platform.c | 29 .port_ops = &ahci_platform_ops, 36 .port_ops = &ahci_platform_ops,
|
D | pata_artop.c | 365 .port_ops = &artop6210_ops, in artop_init_one() 372 .port_ops = &artop6260_ops, in artop_init_one() 379 .port_ops = &artop6260_ops, in artop_init_one() 386 .port_ops = &artop6260_ops, in artop_init_one()
|
D | ahci.c | 129 .port_ops = &ahci_ops, 136 .port_ops = &ahci_ops, 143 .port_ops = &ahci_ops, 150 .port_ops = &ahci_ops, 157 .port_ops = &ahci_ops, 164 .port_ops = &ahci_ops, 171 .port_ops = &ahci_ops, 179 .port_ops = &ahci_ops, 185 .port_ops = &ahci_avn_ops, 193 .port_ops = &ahci_ops, [all …]
|
D | pata_serverworks.c | 393 .port_ops = &serverworks_osb4_port_ops in serverworks_init_one() 399 .port_ops = &serverworks_osb4_port_ops in serverworks_init_one() 405 .port_ops = &serverworks_csb_port_ops in serverworks_init_one() 411 .port_ops = &serverworks_csb_port_ops in serverworks_init_one()
|
D | pata_via.c | 549 .port_ops = &via_port_ops in via_init_one() 556 .port_ops = &via_port_ops_noirq, in via_init_one() 564 .port_ops = &via_port_ops in via_init_one() 572 .port_ops = &via_port_ops in via_init_one() 580 .port_ops = &via_port_ops in via_init_one() 588 .port_ops = &via_port_ops in via_init_one()
|
D | pata_marvell.c | 135 .port_ops = &marvell_ops, in marvell_init_one() 145 .port_ops = &marvell_ops, in marvell_init_one()
|
D | sata_via.c | 152 .port_ops = &vt6420_sata_ops, 160 .port_ops = &vt6421_sata_ops, 168 .port_ops = &vt6421_pata_ops, 176 .port_ops = &vt8251_ops, 463 ppi[0]->port_ops->scr_read = svia_scr_read; in vt6420_prepare_host() 464 ppi[0]->port_ops->scr_write = svia_scr_write; in vt6420_prepare_host()
|