/linux-3.4.99/drivers/scsi/bfa/ |
D | bfad_im.h | 122 #define bfad_get_aen_entry(_drv, _entry) do { \ argument 124 spin_lock_irqsave(&(_drv)->bfad_aen_spinlock, _flags); \ 125 bfa_q_deq(&(_drv)->free_aen_q, &(_entry)); \ 127 list_add_tail(&(_entry)->qe, &(_drv)->active_aen_q); \ 128 spin_unlock_irqrestore(&(_drv)->bfad_aen_spinlock, _flags); \ 132 #define bfad_im_post_vendor_event(_entry, _drv, _cnt, _cat, _evt) do { \ argument 134 (_entry)->bfad_num = (_drv)->inst_no; \ 138 if ((_drv)->bfad_flags & BFAD_FC4_PROBE_DONE) \ 139 queue_work((_drv)->im->drv_workq, \ 140 &(_drv)->im->aen_im_notify_work); \
|
/linux-3.4.99/arch/arm/mach-mmp/include/mach/ |
D | devices.h | 19 #define PXA168_DEVICE(_name, _drv, _id, _irq, _start, _size, _dma...) \ argument 22 .drv_name = _drv, \ 30 #define PXA910_DEVICE(_name, _drv, _id, _irq, _start, _size, _dma...) \ argument 33 .drv_name = _drv, \ 41 #define MMP2_DEVICE(_name, _drv, _id, _irq, _start, _size, _dma...) \ argument 44 .drv_name = _drv, \
|
/linux-3.4.99/drivers/xen/xenbus/ |
D | xenbus_probe.h | 52 extern int xenbus_match(struct device *_dev, struct device_driver *_drv);
|
D | xenbus_probe.c | 87 int xenbus_match(struct device *_dev, struct device_driver *_drv) in xenbus_match() argument 89 struct xenbus_driver *drv = to_xenbus_driver(_drv); in xenbus_match()
|
/linux-3.4.99/arch/powerpc/include/asm/ |
D | ps3.h | 405 struct device_driver *_drv) in ps3_drv_to_system_bus_drv() argument 407 return container_of(_drv, struct ps3_system_bus_driver, core); in ps3_drv_to_system_bus_drv()
|
/linux-3.4.99/include/linux/ssb/ |
D | ssb.h | 318 #define drv_to_ssb_drv(_drv) container_of(_drv, struct ssb_driver, drv) argument
|
/linux-3.4.99/arch/powerpc/platforms/ps3/ |
D | system-bus.c | 347 struct device_driver *_drv) in ps3_system_bus_match() argument 350 struct ps3_system_bus_driver *drv = ps3_drv_to_system_bus_drv(_drv); in ps3_system_bus_match()
|
/linux-3.4.99/arch/arm/common/ |
D | locomo.c | 821 static int locomo_match(struct device *_dev, struct device_driver *_drv) in locomo_match() argument 824 struct locomo_driver *drv = LOCOMO_DRV(_drv); in locomo_match()
|
D | sa1111.c | 1293 static int sa1111_match(struct device *_dev, struct device_driver *_drv) in sa1111_match() argument 1296 struct sa1111_driver *drv = SA1111_DRV(_drv); in sa1111_match()
|
/linux-3.4.99/arch/arm/mach-rpc/ |
D | ecard.c | 1104 static int ecard_match(struct device *_dev, struct device_driver *_drv) in ecard_match() argument 1107 struct ecard_driver *drv = ECARD_DRV(_drv); in ecard_match()
|