Lines Matching refs:tp_ops
76 const struct ide_tp_ops *tp_ops = drive->hwif->tp_ops; in ide_complete_cmd() local
87 tp_ops->input_data(drive, cmd, data, 2); in ide_complete_cmd()
326 drive->hwif->tp_ops->dev_select(drive); in start_request()
501 prev_port->tp_ops->write_devctl(prev_port, in do_ide_request()
586 stat = hwif->tp_ops->read_altstatus(hwif); in drive_is_ready()
589 stat = hwif->tp_ops->read_status(hwif); in drive_is_ready()
679 hwif->tp_ops->read_status(hwif)); in ide_timer_expiry()
729 u8 stat = hwif->tp_ops->read_status(hwif); in unexpected_intr()
819 (void)hwif->tp_ops->read_status(hwif); in ide_intr()
886 hwif->tp_ops->output_data(drive, NULL, buf, min(4, len)); in ide_pad_transfer()
888 hwif->tp_ops->input_data(drive, NULL, buf, min(4, len)); in ide_pad_transfer()