Lines Matching defs:port_ops
126 const struct ide_port_ops *port_ops = hwif->port_ops;
131 if (port_ops == NULL || port_ops->set_pio_mode == NULL)
138 if (port_ops->set_dma_mode == NULL) {
140 port_ops->set_pio_mode(hwif, drive);
148 port_ops->set_pio_mode(hwif, drive);
152 port_ops->set_pio_mode(hwif, drive);
160 const struct ide_port_ops *port_ops = hwif->port_ops;
165 if (port_ops == NULL || port_ops->set_dma_mode == NULL)
172 port_ops->set_dma_mode(hwif, drive);
176 port_ops->set_dma_mode(hwif, drive);
186 const struct ide_port_ops *port_ops = hwif->port_ops;
189 if (port_ops == NULL || port_ops->set_pio_mode == NULL ||
253 const struct ide_port_ops *port_ops = hwif->port_ops;
255 if (port_ops == NULL || port_ops->set_dma_mode == NULL ||