Searched refs:exec_command (Results  1 – 17 of 17) sorted by relevance
| /linux-4.4.14/drivers/ide/ | 
| D | ns87415.c | 86 	.exec_command		= ide_exec_command, 272 	.exec_command		= ide_exec_command,
  | 
| D | falconide.c | 94 	.exec_command		= ide_exec_command,
  | 
| D | ide-iops.c | 379 	tp_ops->exec_command(hwif, ATA_CMD_SET_FEATURES);  in ide_config_drive_speed() 492 	hwif->tp_ops->exec_command(hwif, cmd->tf.command);  in ide_execute_command()
  | 
| D | q40ide.c | 101 	.exec_command		= ide_exec_command,
  | 
| D | ide-eh.c | 78 		hwif->tp_ops->exec_command(hwif, ATA_CMD_IDLEIMMEDIATE);  in ide_atapi_error() 355 		tp_ops->exec_command(hwif, ATA_CMD_DEV_RESET);  in do_reset1()
  | 
| D | ht6560b.c | 326 	.exec_command		= ide_exec_command,
  | 
| D | tx4938ide.c | 101 	.exec_command		= ide_exec_command,
  | 
| D | trm290.c | 304 	.exec_command		= ide_exec_command,
  | 
| D | tx4939ide.c | 476 	.exec_command		= ide_exec_command, 492 	.exec_command		= ide_exec_command,
  | 
| D | ide-io-std.c | 250 	.exec_command		= ide_exec_command,
  | 
| D | qd65xx.c | 315 	.exec_command		= ide_exec_command,
  | 
| D | sgiioc4.c | 494 	.exec_command		= ide_exec_command,
  | 
| D | au1xxx-ide.c | 463 	.exec_command		= ide_exec_command,
  | 
| D | pmac.c | 960 	.exec_command		= pmac_exec_command, 974 	.exec_command		= pmac_exec_command,
  | 
| D | ide-probe.c | 298 	tp_ops->exec_command(hwif, cmd);  in ide_dev_read_id() 436 			tp_ops->exec_command(hwif, ATA_CMD_DEV_RESET);  in do_probe()
  | 
| D | ide-taskfile.c | 125 			tp_ops->exec_command(hwif, tf->command);  in do_rw_taskfile()
  | 
| /linux-4.4.14/include/linux/ | 
| D | ide.h | 599 	void	(*exec_command)(struct hwif_s *, u8);  member
  |