Searched refs:tp_ops (Results 1 - 25 of 54) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/ide/
H A Dide-iops.c42 drive->hwif->tp_ops->tf_read(drive, &tf, IDE_VALID_ERROR);
109 const struct ide_tp_ops *tp_ops = hwif->tp_ops; local
115 stat = tp_ops->read_status(hwif);
121 while ((stat = tp_ops->read_status(hwif)) & ATA_BUSY) {
128 stat = tp_ops->read_status(hwif);
148 stat = tp_ops->read_status(hwif);
339 const struct ide_tp_ops *tp_ops = hwif->tp_ops; local
362 tp_ops
[all...]
H A Dide-eh.c20 hwif->tp_ops->read_status(hwif) == ATA_CMD_INIT_DEV_PARAMS)
46 if (hwif->tp_ops->read_status(hwif) & (ATA_BUSY | ATA_DRQ))
75 if (hwif->tp_ops->read_status(hwif) & (ATA_BUSY | ATA_DRQ))
77 hwif->tp_ops->exec_command(hwif, ATA_CMD_IDLEIMMEDIATE);
169 const struct ide_tp_ops *tp_ops = hwif->tp_ops; local
172 tp_ops->dev_select(drive);
174 stat = tp_ops->read_status(hwif);
238 tmp = hwif->tp_ops->read_status(hwif);
337 const struct ide_tp_ops *tp_ops local
[all...]
H A Dide-probe.c201 hwif->tp_ops->input_data(drive, NULL, id, SECTOR_SIZE);
254 const struct ide_tp_ops *tp_ops = hwif->tp_ops; local
264 tp_ops->write_devctl(hwif, ATA_NIEN | ATA_DEVCTL_OBS);
274 a = tp_ops->read_altstatus(hwif);
275 s = tp_ops->read_status(hwif);
294 tp_ops->tf_load(drive, &tf, IDE_VALID_FEATURE);
298 tp_ops->exec_command(hwif, cmd);
313 s = tp_ops->read_status(hwif);
322 (void)tp_ops
383 const struct ide_tp_ops *tp_ops = hwif->tp_ops; local
599 const struct ide_tp_ops *tp_ops = hwif->tp_ops; local
[all...]
H A Dide-io.c76 const struct ide_tp_ops *tp_ops = drive->hwif->tp_ops; local
87 tp_ops->input_data(drive, cmd, data, 2);
318 drive->hwif->tp_ops->dev_select(drive);
482 prev_port->tp_ops->write_devctl(prev_port,
586 stat = hwif->tp_ops->read_altstatus(hwif);
589 stat = hwif->tp_ops->read_status(hwif);
679 hwif->tp_ops->read_status(hwif));
729 u8 stat = hwif->tp_ops->read_status(hwif);
819 (void)hwif->tp_ops
[all...]
H A Dide-taskfile.c29 const struct ide_tp_ops *tp_ops = hwif->tp_ops; local
32 tp_ops->write_devctl(hwif, ATA_DEVCTL_OBS);
34 tp_ops->tf_read(drive, &cmd->tf, cmd->valid.in.tf);
37 tp_ops->write_devctl(hwif, ATA_HOB | ATA_DEVCTL_OBS);
39 tp_ops->tf_read(drive, &cmd->hob, cmd->valid.in.hob);
83 const struct ide_tp_ops *tp_ops = hwif->tp_ops; local
100 tp_ops->write_devctl(hwif, ATA_DEVCTL_OBS);
105 tp_ops
[all...]
H A Dide-pm.c228 const struct ide_tp_ops *tp_ops = hwif->tp_ops; local
238 tp_ops->dev_select(drive);
239 tp_ops->write_devctl(hwif, ATA_DEVCTL_OBS);
H A Dide-atapi.c327 drive->hwif->tp_ops->tf_read(drive, &tf, IDE_VALID_NSECT |
364 (void)hwif->tp_ops->read_status(hwif);
395 const struct ide_tp_ops *tp_ops = hwif->tp_ops; local
407 stat = tp_ops->read_status(hwif);
546 drive->hwif->tp_ops->tf_read(drive, &tf, IDE_VALID_NSECT);
576 drive->hwif->tp_ops->output_data(drive, NULL, drive->pc->c, 12);
653 hwif->tp_ops->output_data(drive, NULL, rq->cmd, cmd_len);
H A Dide-h8300.c79 .tp_ops = &h8300_tp_ops,
H A Dns87415.c251 stat = hwif->tp_ops->read_status(hwif);
295 .tp_ops = &ns87415_tp_ops,
309 d.tp_ops = &superio_tp_ops;
H A Dide-dma.c99 stat = hwif->tp_ops->read_status(hwif);
465 hwif->tp_ops->read_status(hwif));
473 hwif->tp_ops->read_status(hwif));
H A Dfalconide.c110 .tp_ops = &falconide_tp_ops,
H A Dq40ide.c114 .tp_ops = &q40ide_tp_ops,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/ide/
H A Dide-iops.c42 drive->hwif->tp_ops->tf_read(drive, &tf, IDE_VALID_ERROR);
109 const struct ide_tp_ops *tp_ops = hwif->tp_ops; local
115 stat = tp_ops->read_status(hwif);
121 while ((stat = tp_ops->read_status(hwif)) & ATA_BUSY) {
128 stat = tp_ops->read_status(hwif);
148 stat = tp_ops->read_status(hwif);
339 const struct ide_tp_ops *tp_ops = hwif->tp_ops; local
362 tp_ops
[all...]
H A Dide-eh.c20 hwif->tp_ops->read_status(hwif) == ATA_CMD_INIT_DEV_PARAMS)
46 if (hwif->tp_ops->read_status(hwif) & (ATA_BUSY | ATA_DRQ))
75 if (hwif->tp_ops->read_status(hwif) & (ATA_BUSY | ATA_DRQ))
77 hwif->tp_ops->exec_command(hwif, ATA_CMD_IDLEIMMEDIATE);
169 const struct ide_tp_ops *tp_ops = hwif->tp_ops; local
172 tp_ops->dev_select(drive);
174 stat = tp_ops->read_status(hwif);
238 tmp = hwif->tp_ops->read_status(hwif);
337 const struct ide_tp_ops *tp_ops local
[all...]
H A Dide-probe.c201 hwif->tp_ops->input_data(drive, NULL, id, SECTOR_SIZE);
254 const struct ide_tp_ops *tp_ops = hwif->tp_ops; local
264 tp_ops->write_devctl(hwif, ATA_NIEN | ATA_DEVCTL_OBS);
274 a = tp_ops->read_altstatus(hwif);
275 s = tp_ops->read_status(hwif);
294 tp_ops->tf_load(drive, &tf, IDE_VALID_FEATURE);
298 tp_ops->exec_command(hwif, cmd);
313 s = tp_ops->read_status(hwif);
322 (void)tp_ops
383 const struct ide_tp_ops *tp_ops = hwif->tp_ops; local
599 const struct ide_tp_ops *tp_ops = hwif->tp_ops; local
[all...]
H A Dide-io.c76 const struct ide_tp_ops *tp_ops = drive->hwif->tp_ops; local
87 tp_ops->input_data(drive, cmd, data, 2);
318 drive->hwif->tp_ops->dev_select(drive);
482 prev_port->tp_ops->write_devctl(prev_port,
586 stat = hwif->tp_ops->read_altstatus(hwif);
589 stat = hwif->tp_ops->read_status(hwif);
679 hwif->tp_ops->read_status(hwif));
729 u8 stat = hwif->tp_ops->read_status(hwif);
819 (void)hwif->tp_ops
[all...]
H A Dide-taskfile.c29 const struct ide_tp_ops *tp_ops = hwif->tp_ops; local
32 tp_ops->write_devctl(hwif, ATA_DEVCTL_OBS);
34 tp_ops->tf_read(drive, &cmd->tf, cmd->valid.in.tf);
37 tp_ops->write_devctl(hwif, ATA_HOB | ATA_DEVCTL_OBS);
39 tp_ops->tf_read(drive, &cmd->hob, cmd->valid.in.hob);
83 const struct ide_tp_ops *tp_ops = hwif->tp_ops; local
100 tp_ops->write_devctl(hwif, ATA_DEVCTL_OBS);
105 tp_ops
[all...]
H A Dide-pm.c228 const struct ide_tp_ops *tp_ops = hwif->tp_ops; local
238 tp_ops->dev_select(drive);
239 tp_ops->write_devctl(hwif, ATA_DEVCTL_OBS);
H A Dide-atapi.c327 drive->hwif->tp_ops->tf_read(drive, &tf, IDE_VALID_NSECT |
364 (void)hwif->tp_ops->read_status(hwif);
395 const struct ide_tp_ops *tp_ops = hwif->tp_ops; local
407 stat = tp_ops->read_status(hwif);
546 drive->hwif->tp_ops->tf_read(drive, &tf, IDE_VALID_NSECT);
576 drive->hwif->tp_ops->output_data(drive, NULL, drive->pc->c, 12);
653 hwif->tp_ops->output_data(drive, NULL, rq->cmd, cmd_len);
H A Dide-h8300.c79 .tp_ops = &h8300_tp_ops,
H A Dns87415.c251 stat = hwif->tp_ops->read_status(hwif);
295 .tp_ops = &ns87415_tp_ops,
309 d.tp_ops = &superio_tp_ops;
H A Dide-dma.c99 stat = hwif->tp_ops->read_status(hwif);
465 hwif->tp_ops->read_status(hwif));
473 hwif->tp_ops->read_status(hwif));
H A Dfalconide.c110 .tp_ops = &falconide_tp_ops,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/sched/
H A Dcls_api.c135 struct tcf_proto_ops *tp_ops; local
230 tp_ops = tcf_proto_lookup_ops(tca[TCA_KIND]);
231 if (tp_ops == NULL) {
241 tp_ops = tcf_proto_lookup_ops(kind);
248 if (tp_ops != NULL) {
249 module_put(tp_ops->owner);
257 tp->ops = tp_ops;
261 tp->classify = tp_ops->classify;
264 err = tp_ops->init(tp);
266 module_put(tp_ops
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/sched/
H A Dcls_api.c135 struct tcf_proto_ops *tp_ops; local
230 tp_ops = tcf_proto_lookup_ops(tca[TCA_KIND]);
231 if (tp_ops == NULL) {
241 tp_ops = tcf_proto_lookup_ops(kind);
248 if (tp_ops != NULL) {
249 module_put(tp_ops->owner);
257 tp->ops = tp_ops;
261 tp->classify = tp_ops->classify;
264 err = tp_ops->init(tp);
266 module_put(tp_ops
[all...]

Completed in 201 milliseconds

123