Lines Matching defs:port_ops
227 const struct ide_port_ops *port_ops = hwif->port_ops;
231 if (port_ops && port_ops->reset_poll) {
232 err = port_ops->reset_poll(drive);
290 const struct ide_port_ops *port_ops = drive->hwif->port_ops;
312 if (port_ops && port_ops->pre_reset)
313 port_ops->pre_reset(drive);
340 const struct ide_port_ops *port_ops;
427 port_ops = hwif->port_ops;
428 if (port_ops && port_ops->resetproc)
429 port_ops->resetproc(drive);