Searched refs:_drv (Results 1 – 4 of 4) sorted by relevance
140 #define bfad_get_aen_entry(_drv, _entry) do { \ argument142 spin_lock_irqsave(&(_drv)->bfad_aen_spinlock, _flags); \143 bfa_q_deq(&(_drv)->free_aen_q, &(_entry)); \145 list_add_tail(&(_entry)->qe, &(_drv)->active_aen_q); \146 spin_unlock_irqrestore(&(_drv)->bfad_aen_spinlock, _flags); \
175 static int driver_detach(struct device_driver *_drv, void *_port) in driver_detach() argument178 struct parport_driver *drv = to_parport_driver(_drv); in driver_detach()303 static int port_detach(struct device *dev, void *_drv) in port_detach() argument305 struct parport_driver *drv = _drv; in port_detach()
109 int xenbus_match(struct device *_dev, const struct device_driver *_drv);
97 int xenbus_match(struct device *_dev, const struct device_driver *_drv) in xenbus_match() argument99 const struct xenbus_driver *drv = to_xenbus_driver(_drv); in xenbus_match()
Completed in 12 milliseconds