Lines Matching defs:tp_ops
203 hwif->tp_ops->input_data(drive, NULL, id, SECTOR_SIZE);
256 const struct ide_tp_ops *tp_ops = hwif->tp_ops;
266 tp_ops->write_devctl(hwif, ATA_NIEN | ATA_DEVCTL_OBS);
276 a = tp_ops->read_altstatus(hwif);
277 s = tp_ops->read_status(hwif);
296 tp_ops->tf_load(drive, &tf, IDE_VALID_FEATURE);
300 tp_ops->exec_command(hwif, cmd);
315 s = tp_ops->read_status(hwif);
324 (void)tp_ops->read_status(hwif);
341 stat = altstatus ? hwif->tp_ops->read_altstatus(hwif)
342 : hwif->tp_ops->read_status(hwif);
356 drive->hwif->tp_ops->tf_read(drive, &tf, IDE_VALID_DEVICE);
385 const struct ide_tp_ops *tp_ops = hwif->tp_ops;
404 tp_ops->dev_select(drive);
410 tp_ops->dev_select(hwif->devices[0]);
418 stat = tp_ops->read_status(hwif);
427 stat = tp_ops->read_status(hwif);
436 tp_ops->dev_select(drive);
438 tp_ops->exec_command(hwif, ATA_CMD_DEV_RESET);
444 stat = tp_ops->read_status(hwif);
455 tp_ops->dev_select(hwif->devices[0]);
458 (void)tp_ops->read_status(hwif);
601 const struct ide_tp_ops *tp_ops = hwif->tp_ops;
624 tp_ops->dev_select(drive);
625 tp_ops->write_devctl(hwif, ATA_DEVCTL_OBS);
637 tp_ops->dev_select(hwif->devices[0]);
863 hwif->tp_ops->read_status(hwif);
867 hwif->tp_ops->write_devctl(hwif, ATA_DEVCTL_OBS);
1094 if (d->tp_ops)
1095 hwif->tp_ops = d->tp_ops;
1240 hwif->tp_ops = &default_tp_ops;