Home
last modified time | relevance | path

Searched defs:_dev (Results 51 – 75 of 106) sorted by relevance

12345

/openbmc/linux/drivers/i2c/busses/
H A Di2c-brcmstb.c174 #define bsc_readl(_dev, _reg) \ argument
177 #define bsc_writel(_dev, _val, _reg) \ argument
H A Di2c-owl.c212 static irqreturn_t owl_i2c_interrupt(int irq, void *_dev) in owl_i2c_interrupt()
H A Di2c-microchip-corei2c.c295 static irqreturn_t mchp_corei2c_isr(int irq, void *_dev) in mchp_corei2c_isr()
/openbmc/linux/include/linux/
H A Dvirtio.h138 #define dev_to_virtio(_dev) container_of_const(_dev, struct virtio_device, dev) argument
H A Dvdpa.h468 static inline struct vdpa_device *dev_to_vdpa(struct device *_dev) in dev_to_vdpa()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dnet2272.c1169 registers_show(struct device *_dev, struct device_attribute *attr, char *buf) in registers_show()
2058 static irqreturn_t net2272_irq(int irq, void *_dev) in net2272_irq()
2210 net2272_gadget_release(struct device *_dev) in net2272_gadget_release()
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.c1891 static irqreturn_t omap_udc_pio_irq(int irq, void *_dev) in omap_udc_pio_irq()
1970 static irqreturn_t omap_udc_iso_irq(int irq, void *_dev) in omap_udc_iso_irq()
H A Dgr_udc.c1395 static irqreturn_t gr_irq_handler(int irq, void *_dev) in gr_irq_handler()
1451 static irqreturn_t gr_irq(int irq, void *_dev) in gr_irq()
H A Dpxa25x_udc.c1869 pxa25x_udc_irq(int irq, void *_dev) in pxa25x_udc_irq()
2395 static void pxa25x_udc_shutdown(struct platform_device *_dev) in pxa25x_udc_shutdown()
/openbmc/linux/arch/powerpc/include/asm/
H A Dps3.h399 const struct device *_dev) in ps3_dev_to_system_bus_dev()
404 ps3_system_bus_dev_to_system_bus_drv(struct ps3_system_bus_device *_dev) in ps3_system_bus_dev_to_system_bus_drv()
/openbmc/linux/include/net/
H A Dl3mdev.h95 struct net_device *l3mdev_master_dev_rcu(const struct net_device *_dev) in l3mdev_master_dev_rcu()
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dsar.c141 #define rtw89_sar_set_src(_dev, _src, _cfg_name, _cfg_data) \ argument
/openbmc/linux/drivers/usb/core/
H A Dhub.h119 #define to_usb_port(_dev) \ argument
/openbmc/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
/openbmc/linux/fs/smb/client/
H A Dreparse.c198 dev_t _dev, struct kvec *iov) in wsl_set_xattrs()
/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-core.c64 ssize_t coresight_simple_show_pair(struct device *_dev, in coresight_simple_show_pair()
78 ssize_t coresight_simple_show32(struct device *_dev, in coresight_simple_show32()
/openbmc/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg_xfer_dma.c467 static int dwc2_udc_irq(int irq, void *_dev) in dwc2_udc_irq()
/openbmc/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
/openbmc/linux/arch/arm/common/
H A Dsa1111.c721 static void sa1111_dev_release(struct device *_dev) in sa1111_dev_release()
1341 static int sa1111_match(struct device *_dev, struct device_driver *_drv) in sa1111_match()
/openbmc/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
/openbmc/linux/drivers/gpu/drm/tiny/
H A Dcirrus.c71 #define to_cirrus(_dev) container_of(_dev, struct cirrus_device, dev) argument
/openbmc/linux/include/net/nfc/
H A Dnfc.h197 #define to_nfc_dev(_dev) container_of(_dev, struct nfc_dev, dev) argument
/openbmc/linux/drivers/pcmcia/
H A Dti113x.h919 #define DEVID(_vend,_dev,_subvend,_subdev,mask,bits) { \ argument
/openbmc/linux/drivers/pinctrl/sunxi/
H A Dpinctrl-sunxi.h306 #define sunxi_pinctrl_init(_dev, _desc) \ argument

12345