Searched defs:port_ops (Results 1 - 8 of 8) sorted by relevance

/drivers/ide/
H A Dide-devsets.c99 const struct ide_port_ops *port_ops = hwif->port_ops; local
104 if (port_ops == NULL || port_ops->set_pio_mode == NULL ||
116 port_ops->set_pio_mode(hwif, drive);
119 port_ops->set_pio_mode(hwif, drive);
H A Dide-xfer-mode.c125 const struct ide_port_ops *port_ops = hwif->port_ops; local
130 if (port_ops == NULL || port_ops->set_pio_mode == NULL)
137 if (port_ops->set_dma_mode == NULL) {
139 port_ops->set_pio_mode(hwif, drive);
147 port_ops->set_pio_mode(hwif, drive);
151 port_ops->set_pio_mode(hwif, drive);
159 const struct ide_port_ops *port_ops = hwif->port_ops; local
185 const struct ide_port_ops *port_ops = hwif->port_ops; local
252 const struct ide_port_ops *port_ops = hwif->port_ops; local
[all...]
H A Dide-eh.c226 const struct ide_port_ops *port_ops = hwif->port_ops; local
230 if (port_ops && port_ops->reset_poll) {
231 err = port_ops->reset_poll(drive);
289 const struct ide_port_ops *port_ops = drive->hwif->port_ops; local
311 if (port_ops && port_ops->pre_reset)
312 port_ops
339 const struct ide_port_ops *port_ops; local
[all...]
H A Dide-dma.c243 const struct ide_port_ops *port_ops = hwif->port_ops; local
251 if (port_ops && port_ops->udma_filter)
252 mask &= port_ops->udma_filter(drive);
274 if (port_ops && port_ops->mdma_filter)
275 mask &= port_ops->mdma_filter(drive);
H A Dide-iops.c32 const struct ide_port_ops *port_ops = drive->hwif->port_ops; local
34 if (port_ops && port_ops->maskproc)
35 port_ops->maskproc(drive, mask);
H A Dide-probe.c723 const struct ide_port_ops *port_ops = hwif->port_ops; local
730 if (port_ops && port_ops->quirkproc)
731 port_ops->quirkproc(drive);
1024 const struct ide_port_ops *port_ops = hwif->port_ops; local
1042 if (port_ops && port_ops->init_dev)
1043 port_ops
1114 const struct ide_port_ops *port_ops = hwif->port_ops; local
[all...]
/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_main.h123 struct xgene_port_ops *port_ops; member in struct:xgene_enet_pdata
/drivers/tty/
H A Dsynclinkmp.c3745 static const struct tty_port_operations port_ops = { variable in typeref:struct:tty_port_operations
3766 info->port.ops = &port_ops;

Completed in 2718 milliseconds