Lines Matching refs:tp_ops
86 const struct ide_tp_ops *tp_ops = drive->hwif->tp_ops; in ide_complete_cmd() local
97 tp_ops->input_data(drive, cmd, data, 2); in ide_complete_cmd()
337 drive->hwif->tp_ops->dev_select(drive); in start_request()
499 prev_port->tp_ops->write_devctl(prev_port, in ide_issue_rq()
592 stat = hwif->tp_ops->read_altstatus(hwif); in drive_is_ready()
595 stat = hwif->tp_ops->read_status(hwif); in drive_is_ready()
684 hwif->tp_ops->read_status(hwif)); in ide_timer_expiry()
735 u8 stat = hwif->tp_ops->read_status(hwif); in unexpected_intr()
825 (void)hwif->tp_ops->read_status(hwif); in ide_intr()
892 hwif->tp_ops->output_data(drive, NULL, buf, min(4, len)); in ide_pad_transfer()
894 hwif->tp_ops->input_data(drive, NULL, buf, min(4, len)); in ide_pad_transfer()