/linux/drivers/base/ |
H A D | platform.c | 1379 static int platform_probe(struct device *_dev) in platform_probe() 1416 static void platform_remove(struct device *_dev) in platform_remove() 1425 static void platform_shutdown(struct device *_dev) in platform_shutdown()
|
H A D | dd.c | 965 static void __device_attach_async_helper(void *_dev, async_cookie_t cookie) in __device_attach_async_helper() 1140 static void __driver_attach_async_helper(void *_dev, async_cookie_t cookie) in __driver_attach_async_helper()
|
/linux/include/linux/ |
H A D | siox.h | 8 #define to_siox_device(_dev) container_of((_dev), struct siox_device, dev) argument
|
H A D | virtio.h | 173 #define dev_to_virtio(_dev) container_of_const(_dev, struct virtio_device, dev) argument
|
/linux/arch/arm/common/ |
H A D | locomo.c | 212 static void locomo_dev_release(struct device *_dev) in locomo_dev_release() 819 static int locomo_match(struct device *_dev, const struct device_driver *_drv) in locomo_match()
|
H A D | sa1111.c | 725 static void sa1111_dev_release(struct device *_dev) in sa1111_dev_release() 1346 static int sa1111_match(struct device *_dev, const struct device_driver *_drv) in sa1111_match()
|
/linux/drivers/net/can/c_can/ |
H A D | c_can_pci.c | 270 #define C_CAN_ID(_vend, _dev, _driverdata) { \ argument
|
/linux/drivers/pcmcia/ |
H A D | socket_sysfs.c | 32 #define to_socket(_dev) container_of(_dev, struct pcmcia_socket, dev) argument
|
H A D | ti113x.h | 919 #define DEVID(_vend,_dev,_subvend,_subdev,mask,bits) { \ argument
|
/linux/drivers/net/wireless/realtek/rtw88/ |
H A D | regd.c | 16 #define rtw_dbg_regd_dump(_dev, _msg, _args...) \ argument
|
/linux/drivers/media/test-drivers/vivid/ |
H A D | vivid-cec.c | 113 int vivid_cec_bus_thread(void *_dev) in vivid_cec_bus_thread()
|
/linux/arch/powerpc/include/asm/ |
H A D | ps3.h | 395 const struct device *_dev) in ps3_dev_to_system_bus_dev() 400 ps3_system_bus_dev_to_system_bus_drv(struct ps3_system_bus_device *_dev) in ps3_system_bus_dev_to_system_bus_drv()
|
/linux/drivers/usb/gadget/udc/ |
H A D | goku_udc.c | 1535 static irqreturn_t goku_irq(int irq, void *_dev) in goku_irq() 1701 static void gadget_release(struct device *_dev) in gadget_release()
|
H A D | omap_udc.c | 1890 static irqreturn_t omap_udc_pio_irq(int irq, void *_dev) in omap_udc_pio_irq() 1969 static irqreturn_t omap_udc_iso_irq(int irq, void *_dev) in omap_udc_iso_irq()
|
H A D | pxa25x_udc.c | 1869 pxa25x_udc_irq(int irq, void *_dev) in pxa25x_udc_irq() 2394 static void pxa25x_udc_shutdown(struct platform_device *_dev) in pxa25x_udc_shutdown()
|
/linux/drivers/infiniband/hw/vmw_pvrdma/ |
H A D | pvrdma_dev_api.h | 141 #define PVRDMA_IS_VERSION17(_dev) \ argument 145 #define PVRDMA_IS_VERSION18(_dev) \ argument 150 #define PVRDMA_SUPPORTED(_dev) \ argument 158 #define PVRDMA_GET_CAP(_dev, _old_val, _val) \ argument
|
/linux/include/net/ |
H A D | l3mdev.h | 109 struct net_device *l3mdev_master_dev_rcu(const struct net_device *_dev) in l3mdev_master_dev_rcu()
|
/linux/drivers/usb/core/ |
H A D | hub.h | 123 #define to_usb_port(_dev) \ argument
|
/linux/drivers/i2c/busses/ |
H A D | i2c-owl.c | 212 static irqreturn_t owl_i2c_interrupt(int irq, void *_dev) in owl_i2c_interrupt()
|
H A D | i2c-microchip-corei2c.c | 348 static irqreturn_t mchp_corei2c_isr(int irq, void *_dev) in mchp_corei2c_isr()
|
/linux/drivers/phy/ti/ |
H A D | phy-omap-usb2.c | 366 static void omap_usb2_put_device(void *_dev) in omap_usb2_put_device()
|
/linux/include/linux/cdx/ |
H A D | cdx_bus.h | 173 #define to_cdx_device(_dev) \ argument
|
/linux/include/sound/ |
H A D | hda_codec.h | 291 #define dev_to_hda_codec(_dev) container_of(_dev, struct hda_codec, core.dev) argument 292 #define hda_codec_dev(_dev) (&(_dev)->core.dev) argument
|
/linux/drivers/infiniband/hw/qedr/ |
H A D | qedr.h | 47 #define DP_NAME(_dev) dev_name(&(_dev)->ibdev.dev) argument 48 #define IS_IWARP(_dev) ((_dev)->rdma_type == QED_RDMA_TYPE_IWARP) argument 49 #define IS_ROCE(_dev) ((_dev)->rdma_type == QED_RDMA_TYPE_ROCE) argument
|
/linux/include/net/nfc/ |
H A D | nfc.h | 201 #define to_nfc_dev(_dev) container_of(_dev, struct nfc_dev, dev) argument
|