Lines Matching defs:driver
77 * @drv: ccw driver for this device
82 * @handler is a member of the device rather than the driver since a driver
118 * struct ccw driver - device driver for channel attached devices
119 * @ids: ids supported by this driver
124 * @notify: notify driver of device state changes
125 * @path_event: notify driver of channel path events
133 * @driver: embedded device driver structure
151 struct device_driver driver;
159 * When a driver is registered, its probe method is called
161 extern int ccw_driver_register (struct ccw_driver *driver);
162 extern void ccw_driver_unregister (struct ccw_driver *driver);
222 #define to_ccwdrv(n) container_of(n, struct ccw_driver, driver)