Lines Matching refs:pardevice
57 struct pardevice *pardevice;
117 static inline int read_ack(struct pardevice *p)
173 w->ack = read_ack(w->pardevice);
182 if (parport_claim(w->pardevice))
196 parport_release(w->pardevice);
222 w->pardevice = parport_register_dev_model(pp, "walkera0701",
225 if (!w->pardevice) {
230 if (parport_negotiate(w->pardevice->port, IEEE1284_MODE_COMPAT)) {
277 parport_unregister_device(w->pardevice);
284 if (!w->pardevice || w->parport->number != port->number)
288 parport_unregister_device(w->pardevice);