Home
last modified time | relevance | path

Searched defs:_dev (Results 26 – 50 of 76) sorted by relevance

1234

/linux/drivers/base/
H A Dplatform.c1379 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 Ddd.c965 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 Dsiox.h8 #define to_siox_device(_dev) container_of((_dev), struct siox_device, dev) argument
H A Dvirtio.h173 #define dev_to_virtio(_dev) container_of_const(_dev, struct virtio_device, dev) argument
/linux/arch/arm/common/
H A Dlocomo.c212 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 Dsa1111.c725 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 Dc_can_pci.c270 #define C_CAN_ID(_vend, _dev, _driverdata) { \ argument
/linux/drivers/pcmcia/
H A Dsocket_sysfs.c32 #define to_socket(_dev) container_of(_dev, struct pcmcia_socket, dev) argument
H A Dti113x.h919 #define DEVID(_vend,_dev,_subvend,_subdev,mask,bits) { \ argument
/linux/drivers/net/wireless/realtek/rtw88/
H A Dregd.c16 #define rtw_dbg_regd_dump(_dev, _msg, _args...) \ argument
/linux/drivers/media/test-drivers/vivid/
H A Dvivid-cec.c113 int vivid_cec_bus_thread(void *_dev) in vivid_cec_bus_thread()
/linux/arch/powerpc/include/asm/
H A Dps3.h395 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 Dgoku_udc.c1535 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 Domap_udc.c1890 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 Dpxa25x_udc.c1869 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 Dpvrdma_dev_api.h141 #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 Dl3mdev.h109 struct net_device *l3mdev_master_dev_rcu(const struct net_device *_dev) in l3mdev_master_dev_rcu()
/linux/drivers/usb/core/
H A Dhub.h123 #define to_usb_port(_dev) \ argument
/linux/drivers/i2c/busses/
H A Di2c-owl.c212 static irqreturn_t owl_i2c_interrupt(int irq, void *_dev) in owl_i2c_interrupt()
H A Di2c-microchip-corei2c.c348 static irqreturn_t mchp_corei2c_isr(int irq, void *_dev) in mchp_corei2c_isr()
/linux/drivers/phy/ti/
H A Dphy-omap-usb2.c366 static void omap_usb2_put_device(void *_dev) in omap_usb2_put_device()
/linux/include/linux/cdx/
H A Dcdx_bus.h173 #define to_cdx_device(_dev) \ argument
/linux/include/sound/
H A Dhda_codec.h291 #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 Dqedr.h47 #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 Dnfc.h201 #define to_nfc_dev(_dev) container_of(_dev, struct nfc_dev, dev) argument

1234