Home
last modified time | relevance | path

Searched refs:write_devctl (Results 1 – 18 of 18) sorted by relevance

/Linux-v5.4/drivers/ide/
Dns87415.c90 .write_devctl = ide_write_devctl,
276 .write_devctl = ide_write_devctl,
Dfalconide.c97 .write_devctl = ide_write_devctl,
Dide-iops.c377 tp_ops->write_devctl(hwif, ATA_NIEN | ATA_DEVCTL_OBS); in ide_config_drive_speed()
388 tp_ops->write_devctl(hwif, ATA_DEVCTL_OBS); in ide_config_drive_speed()
Dq40ide.c104 .write_devctl = ide_write_devctl,
Dide-eh.c409 tp_ops->write_devctl(hwif, ATA_SRST | ATA_NIEN | ATA_DEVCTL_OBS); in do_reset1()
413 tp_ops->write_devctl(hwif, in do_reset1()
Dide-taskfile.c35 tp_ops->write_devctl(hwif, ATA_DEVCTL_OBS); in ide_tf_readback()
40 tp_ops->write_devctl(hwif, ATA_HOB | ATA_DEVCTL_OBS); in ide_tf_readback()
103 tp_ops->write_devctl(hwif, ATA_DEVCTL_OBS); in do_rw_taskfile()
Dtrm290.c307 .write_devctl = ide_write_devctl,
Dtx4938ide.c104 .write_devctl = ide_write_devctl,
Dht6560b.c330 .write_devctl = ide_write_devctl,
Dtx4939ide.c477 .write_devctl = ide_write_devctl,
493 .write_devctl = ide_write_devctl,
Dide-pm.c254 tp_ops->write_devctl(hwif, ATA_DEVCTL_OBS); in ide_check_pm_state()
Dide-io-std.c254 .write_devctl = ide_write_devctl,
Dqd65xx.c319 .write_devctl = ide_write_devctl,
Dide-probe.c266 tp_ops->write_devctl(hwif, ATA_NIEN | ATA_DEVCTL_OBS); in ide_dev_read_id()
625 tp_ops->write_devctl(hwif, ATA_DEVCTL_OBS); in ide_port_wait_ready()
867 hwif->tp_ops->write_devctl(hwif, ATA_DEVCTL_OBS); in ide_host_enable_irqs()
Dau1xxx-ide.c466 .write_devctl = ide_write_devctl,
Dpmac.c959 .write_devctl = pmac_write_devctl,
973 .write_devctl = pmac_write_devctl,
Dide-io.c499 prev_port->tp_ops->write_devctl(prev_port, in ide_issue_rq()
/Linux-v5.4/include/linux/
Dide.h643 void (*write_devctl)(struct hwif_s *, u8); member