Lines Matching defs:port_ops
725 const struct ide_port_ops *port_ops = hwif->port_ops;
732 if (port_ops && port_ops->quirkproc)
733 port_ops->quirkproc(drive);
1057 const struct ide_port_ops *port_ops = hwif->port_ops;
1075 if (port_ops && port_ops->init_dev)
1076 port_ops->init_dev(drive);
1099 hwif->port_ops = d->port_ops;
1147 const struct ide_port_ops *port_ops = hwif->port_ops;
1149 if (port_ops && port_ops->cable_detect && (hwif->ultra_mask & 0x78)) {
1151 hwif->cbl = port_ops->cable_detect(hwif);