Home
last modified time | relevance | path

Searched defs:_drv (Results 1 – 9 of 9) sorted by relevance

/linux-3.4.99/arch/arm/mach-mmp/include/mach/
Ddevices.h19 #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-3.4.99/drivers/scsi/bfa/
Dbfad_im.h122 #define bfad_get_aen_entry(_drv, _entry) do { \ argument
132 #define bfad_im_post_vendor_event(_entry, _drv, _cnt, _cat, _evt) do { \ argument
/linux-3.4.99/drivers/xen/xenbus/
Dxenbus_probe.c87 int xenbus_match(struct device *_dev, struct device_driver *_drv) in xenbus_match()
/linux-3.4.99/arch/powerpc/platforms/ps3/
Dsystem-bus.c347 struct device_driver *_drv) in ps3_system_bus_match()
/linux-3.4.99/arch/arm/common/
Dlocomo.c821 static int locomo_match(struct device *_dev, struct device_driver *_drv) in locomo_match()
Dsa1111.c1293 static int sa1111_match(struct device *_dev, struct device_driver *_drv) in sa1111_match()
/linux-3.4.99/arch/powerpc/include/asm/
Dps3.h405 struct device_driver *_drv) in ps3_drv_to_system_bus_drv()
/linux-3.4.99/arch/arm/mach-rpc/
Decard.c1104 static int ecard_match(struct device *_dev, struct device_driver *_drv) in ecard_match()
/linux-3.4.99/include/linux/ssb/
Dssb.h318 #define drv_to_ssb_drv(_drv) container_of(_drv, struct ssb_driver, drv) argument