Home
last modified time | relevance | path

Searched refs:_drv (Results 1 - 25 of 32) sorted by relevance

12

/kernel/linux/linux-5.10/arch/arm/mach-mmp/
H A Ddevices.h20 #define PXA168_DEVICE(_name, _drv, _id, _irq, _start, _size, _dma...) \
23 .drv_name = _drv, \
31 #define PXA910_DEVICE(_name, _drv, _id, _irq, _start, _size, _dma...) \
34 .drv_name = _drv, \
42 #define MMP2_DEVICE(_name, _drv, _id, _irq, _start, _size, _dma...) \
45 .drv_name = _drv, \
/kernel/linux/linux-5.10/drivers/scsi/bfa/
H A Dbfad_im.h125 #define bfad_get_aen_entry(_drv, _entry) do { \
127 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); \
/kernel/linux/linux-6.6/drivers/scsi/bfa/
H A Dbfad_im.h141 #define bfad_get_aen_entry(_drv, _entry) do { \
143 spin_lock_irqsave(&(_drv)->bfad_aen_spinlock, _flags); \
144 bfa_q_deq(&(_drv)->free_aen_q, &(_entry)); \
146 list_add_tail(&(_entry)->qe, &(_drv)->active_aen_q); \
147 spin_unlock_irqrestore(&(_drv)->bfad_aen_spinlock, _flags); \
/kernel/linux/linux-5.10/include/linux/soundwire/
H A Dsdw_type.h16 #define drv_to_sdw_driver(_drv) container_of(_drv, struct sdw_driver, driver)
/kernel/linux/linux-6.6/include/linux/soundwire/
H A Dsdw_type.h16 #define drv_to_sdw_driver(_drv) container_of(_drv, struct sdw_driver, driver)
/kernel/linux/linux-5.10/include/sound/
H A Dseq_device.h51 #define to_seq_drv(_drv) \
52 container_of(_drv, struct snd_seq_driver, driver)
H A Dhdaudio.h230 #define drv_to_hdac_driver(_drv) container_of(_drv, struct hdac_driver, driver)
/kernel/linux/linux-6.6/include/sound/
H A Dseq_device.h51 #define to_seq_drv(_drv) \
52 container_of(_drv, struct snd_seq_driver, driver)
H A Dhdaudio.h234 #define drv_to_hdac_driver(_drv) container_of(_drv, struct hdac_driver, driver)
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_kunit_helpers.h30 * @_drv: Mocked DRM device driver features
32 * This function creates a struct &drm_device from @_dev and @_drv.
44 #define drm_kunit_helper_alloc_drm_device_with_driver(_test, _dev, _type, _member, _drv) \
48 _drv))
/kernel/linux/linux-6.6/include/linux/cdx/
H A Dcdx_bus.h139 #define to_cdx_driver(_drv) \
140 container_of(_drv, struct cdx_driver, driver)
/kernel/linux/linux-5.10/drivers/xen/xenbus/
H A Dxenbus.h107 int xenbus_match(struct device *_dev, struct device_driver *_drv);
H A Dxenbus_probe.c92 int xenbus_match(struct device *_dev, struct device_driver *_drv) in xenbus_match() argument
94 struct xenbus_driver *drv = to_xenbus_driver(_drv); in xenbus_match()
/kernel/linux/linux-6.6/drivers/xen/xenbus/
H A Dxenbus.h107 int xenbus_match(struct device *_dev, struct device_driver *_drv);
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dps3.h394 struct device_driver *_drv) in ps3_drv_to_system_bus_drv()
396 return container_of(_drv, struct ps3_system_bus_driver, core); in ps3_drv_to_system_bus_drv()
393 ps3_drv_to_system_bus_drv( struct device_driver *_drv) ps3_drv_to_system_bus_drv() argument
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dps3.h394 struct device_driver *_drv) in ps3_drv_to_system_bus_drv()
396 return container_of(_drv, struct ps3_system_bus_driver, core); in ps3_drv_to_system_bus_drv()
393 ps3_drv_to_system_bus_drv( struct device_driver *_drv) ps3_drv_to_system_bus_drv() argument
/kernel/linux/linux-5.10/drivers/parport/
H A Dshare.c181 static int driver_detach(struct device_driver *_drv, void *_port) in driver_detach() argument
184 struct parport_driver *drv = to_parport_driver(_drv); in driver_detach()
312 static int port_detach(struct device *dev, void *_drv) in port_detach() argument
314 struct parport_driver *drv = _drv; in port_detach()
/kernel/linux/linux-6.6/drivers/parport/
H A Dshare.c181 static int driver_detach(struct device_driver *_drv, void *_port) in driver_detach() argument
184 struct parport_driver *drv = to_parport_driver(_drv); in driver_detach()
312 static int port_detach(struct device *dev, void *_drv) in port_detach() argument
314 struct parport_driver *drv = _drv; in port_detach()
/kernel/linux/linux-5.10/drivers/block/paride/
H A Dparide.c472 void pi_unregister_driver(void *_drv) in pi_unregister_driver() argument
474 struct parport_driver *drv = _drv; in pi_unregister_driver()
/kernel/linux/linux-5.10/include/linux/fsl/
H A Dmc.h49 #define to_fsl_mc_driver(_drv) \
50 container_of(_drv, struct fsl_mc_driver, driver)
/kernel/linux/linux-6.6/include/linux/fsl/
H A Dmc.h58 #define to_fsl_mc_driver(_drv) \
59 container_of(_drv, struct fsl_mc_driver, driver)
/kernel/linux/linux-5.10/arch/powerpc/platforms/ps3/
H A Dsystem-bus.c335 struct device_driver *_drv) in ps3_system_bus_match()
338 struct ps3_system_bus_driver *drv = ps3_drv_to_system_bus_drv(_drv); in ps3_system_bus_match()
334 ps3_system_bus_match(struct device *_dev, struct device_driver *_drv) ps3_system_bus_match() argument
/kernel/linux/linux-6.6/arch/powerpc/platforms/ps3/
H A Dsystem-bus.c336 struct device_driver *_drv) in ps3_system_bus_match()
339 struct ps3_system_bus_driver *drv = ps3_drv_to_system_bus_drv(_drv); in ps3_system_bus_match()
335 ps3_system_bus_match(struct device *_dev, struct device_driver *_drv) ps3_system_bus_match() argument
/kernel/linux/linux-5.10/include/linux/ssb/
H A Dssb.h328 #define drv_to_ssb_drv(_drv) container_of(_drv, struct ssb_driver, drv)
/kernel/linux/linux-6.6/include/linux/ssb/
H A Dssb.h328 #define drv_to_ssb_drv(_drv) container_of(_drv, struct ssb_driver, drv)

Completed in 21 milliseconds

12