/kernel/linux/linux-5.10/arch/arm/mach-mmp/ |
H A D | devices.h | 20 #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 D | bfad_im.h | 125 #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 D | bfad_im.h | 141 #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 D | sdw_type.h | 16 #define drv_to_sdw_driver(_drv) container_of(_drv, struct sdw_driver, driver)
|
/kernel/linux/linux-6.6/include/linux/soundwire/ |
H A D | sdw_type.h | 16 #define drv_to_sdw_driver(_drv) container_of(_drv, struct sdw_driver, driver)
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | seq_device.h | 51 #define to_seq_drv(_drv) \ 52 container_of(_drv, struct snd_seq_driver, driver)
|
H A D | hdaudio.h | 230 #define drv_to_hdac_driver(_drv) container_of(_drv, struct hdac_driver, driver)
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | seq_device.h | 51 #define to_seq_drv(_drv) \ 52 container_of(_drv, struct snd_seq_driver, driver)
|
H A D | hdaudio.h | 234 #define drv_to_hdac_driver(_drv) container_of(_drv, struct hdac_driver, driver)
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_kunit_helpers.h | 30 * @_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 D | cdx_bus.h | 139 #define to_cdx_driver(_drv) \ 140 container_of(_drv, struct cdx_driver, driver)
|
/kernel/linux/linux-5.10/drivers/xen/xenbus/ |
H A D | xenbus.h | 107 int xenbus_match(struct device *_dev, struct device_driver *_drv);
|
H A D | xenbus_probe.c | 92 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 D | xenbus.h | 107 int xenbus_match(struct device *_dev, struct device_driver *_drv);
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | ps3.h | 394 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 D | ps3.h | 394 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 D | share.c | 181 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 D | share.c | 181 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 D | paride.c | 472 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 D | mc.h | 49 #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 D | mc.h | 58 #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 D | system-bus.c | 335 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 D | system-bus.c | 336 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 D | ssb.h | 328 #define drv_to_ssb_drv(_drv) container_of(_drv, struct ssb_driver, drv)
|
/kernel/linux/linux-6.6/include/linux/ssb/ |
H A D | ssb.h | 328 #define drv_to_ssb_drv(_drv) container_of(_drv, struct ssb_driver, drv)
|