Home
last modified time | relevance | path

Searched refs:exec_command (Results 1 – 17 of 17) sorted by relevance

/Linux-v5.4/drivers/ide/
Dns87415.c87 .exec_command = ide_exec_command,
273 .exec_command = ide_exec_command,
Dfalconide.c94 .exec_command = ide_exec_command,
Dide-iops.c385 tp_ops->exec_command(hwif, ATA_CMD_SET_FEATURES); in ide_config_drive_speed()
498 hwif->tp_ops->exec_command(hwif, cmd->tf.command); in ide_execute_command()
Dq40ide.c101 .exec_command = ide_exec_command,
Dide-eh.c79 hwif->tp_ops->exec_command(hwif, ATA_CMD_IDLEIMMEDIATE); in ide_atapi_error()
356 tp_ops->exec_command(hwif, ATA_CMD_DEV_RESET); in do_reset1()
Dtrm290.c304 .exec_command = ide_exec_command,
Dtx4938ide.c101 .exec_command = ide_exec_command,
Dht6560b.c327 .exec_command = ide_exec_command,
Dtx4939ide.c474 .exec_command = ide_exec_command,
490 .exec_command = ide_exec_command,
Dide-io-std.c251 .exec_command = ide_exec_command,
Dqd65xx.c316 .exec_command = ide_exec_command,
Dau1xxx-ide.c463 .exec_command = ide_exec_command,
Dpmac.c956 .exec_command = pmac_exec_command,
970 .exec_command = pmac_exec_command,
Dide-probe.c300 tp_ops->exec_command(hwif, cmd); in ide_dev_read_id()
438 tp_ops->exec_command(hwif, ATA_CMD_DEV_RESET); in do_probe()
Dide-taskfile.c127 tp_ops->exec_command(hwif, tf->command); in do_rw_taskfile()
/Linux-v5.4/include/linux/
Dide.h640 void (*exec_command)(struct hwif_s *, u8); member
/Linux-v5.4/Documentation/driver-api/
Dlibata.rst235 Command register, and call :c:func:`exec_command` to begin the transfer.