Searched defs:_drv (Results 1 – 8 of 8) sorted by relevance
/linux-2.6.39/arch/arm/mach-mmp/include/mach/ |
D | devices.h | 19 #define PXA168_DEVICE(_name, _drv, _id, _irq, _start, _size, _dma...) \ argument 30 #define PXA910_DEVICE(_name, _drv, _id, _irq, _start, _size, _dma...) \ argument 41 #define MMP2_DEVICE(_name, _drv, _id, _irq, _start, _size, _dma...) \ argument
|
/linux-2.6.39/drivers/xen/xenbus/ |
D | xenbus_probe.c | 86 int xenbus_match(struct device *_dev, struct device_driver *_drv) in xenbus_match()
|
/linux-2.6.39/arch/powerpc/platforms/ps3/ |
D | system-bus.c | 347 struct device_driver *_drv) in ps3_system_bus_match()
|
/linux-2.6.39/arch/arm/common/ |
D | locomo.c | 821 static int locomo_match(struct device *_dev, struct device_driver *_drv) in locomo_match()
|
D | sa1111.c | 1276 static int sa1111_match(struct device *_dev, struct device_driver *_drv) in sa1111_match()
|
/linux-2.6.39/arch/powerpc/include/asm/ |
D | ps3.h | 405 struct device_driver *_drv) in ps3_drv_to_system_bus_drv()
|
/linux-2.6.39/arch/arm/kernel/ |
D | ecard.c | 1207 static int ecard_match(struct device *_dev, struct device_driver *_drv) in ecard_match()
|
/linux-2.6.39/include/linux/ssb/ |
D | ssb.h | 229 #define drv_to_ssb_drv(_drv) container_of(_drv, struct ssb_driver, drv) argument
|