Searched refs:_drv (Results 1 – 5 of 5) sorted by relevance
125 #define bfad_get_aen_entry(_drv, _entry) do { \ argument127 spin_lock_irqsave(&(_drv)->bfad_aen_spinlock, _flags); \128 bfa_q_deq(&(_drv)->free_aen_q, &(_entry)); \130 list_add_tail(&(_entry)->qe, &(_drv)->active_aen_q); \131 spin_unlock_irqrestore(&(_drv)->bfad_aen_spinlock, _flags); \
181 static int driver_detach(struct device_driver *_drv, void *_port) in driver_detach() argument184 struct parport_driver *drv = to_parport_driver(_drv); in driver_detach()312 static int port_detach(struct device *dev, void *_drv) in port_detach() argument314 struct parport_driver *drv = _drv; in port_detach()
107 int xenbus_match(struct device *_dev, struct device_driver *_drv);
92 int xenbus_match(struct device *_dev, struct device_driver *_drv) in xenbus_match() argument94 struct xenbus_driver *drv = to_xenbus_driver(_drv); in xenbus_match()
472 void pi_unregister_driver(void *_drv) in pi_unregister_driver() argument474 struct parport_driver *drv = _drv; in pi_unregister_driver()