Home
last modified time | relevance | path

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

12345

/openbmc/linux/drivers/siox/
H A Dsiox.h9 #define to_siox_master(_dev) container_of((_dev), struct siox_master, dev) argument
/openbmc/linux/drivers/ps3/
H A Dvuart.h49 ps3_system_bus_dev_to_vuart_drv(struct ps3_system_bus_device *_dev) in ps3_system_bus_dev_to_vuart_drv()
/openbmc/linux/include/sound/
H A Dseq_device.h27 #define to_seq_dev(_dev) \ argument
/openbmc/linux/sound/core/seq/oss/
H A Dseq_oss_synth.c89 snd_seq_oss_synth_probe(struct device *_dev) in snd_seq_oss_synth_probe()
140 snd_seq_oss_synth_remove(struct device *_dev) in snd_seq_oss_synth_remove()
/openbmc/linux/drivers/amba/
H A Dbus.c84 static ssize_t driver_override_show(struct device *_dev, in driver_override_show()
96 static ssize_t driver_override_store(struct device *_dev, in driver_override_store()
/openbmc/linux/drivers/gpu/drm/hyperv/
H A Dhyperv_drm.h40 #define to_hv(_dev) container_of(_dev, struct hyperv_drm_device, dev) argument
/openbmc/linux/drivers/usb/host/
H A Dohci-sa1111.c271 static void ohci_hcd_sa1111_shutdown(struct device *_dev) in ohci_hcd_sa1111_shutdown()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dnet2280.c1638 static ssize_t function_show(struct device *_dev, struct device_attribute *attr, in function_show()
1650 static ssize_t registers_show(struct device *_dev, in registers_show()
1801 static ssize_t queues_show(struct device *_dev, struct device_attribute *attr, in queues_show()
3537 static irqreturn_t net2280_irq(int irq, void *_dev) in net2280_irq()
3568 static void gadget_release(struct device *_dev) in gadget_release()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-altera.c222 static irqreturn_t altr_i2c_isr_quick(int irq, void *_dev) in altr_i2c_isr_quick()
235 static irqreturn_t altr_i2c_isr(int irq, void *_dev) in altr_i2c_isr()
/openbmc/linux/drivers/staging/most/dim2/
H A Ddim2.c348 static irqreturn_t dim2_mlb_isr(int irq, void *_dev) in dim2_mlb_isr()
364 static irqreturn_t dim2_task_irq(int irq, void *_dev) in dim2_task_irq()
394 static irqreturn_t dim2_ahb_isr(int irq, void *_dev) in dim2_ahb_isr()
/openbmc/linux/drivers/block/
H A Dps3disk.c379 static int ps3disk_probe(struct ps3_system_bus_device *_dev) in ps3disk_probe()
493 static void ps3disk_remove(struct ps3_system_bus_device *_dev) in ps3disk_remove()
/openbmc/linux/sound/core/seq/
H A Dseq_ump_client.c493 static int snd_seq_ump_probe(struct device *_dev) in snd_seq_ump_probe()
555 static int snd_seq_ump_remove(struct device *_dev) in snd_seq_ump_remove()
/openbmc/linux/include/linux/
H A Dsiox.h8 #define to_siox_device(_dev) container_of((_dev), struct siox_device, dev) argument
/openbmc/linux/drivers/usb/core/
H A Dendpoint.c25 #define to_ep_device(_dev) \ argument
/openbmc/linux/drivers/base/
H A Dplatform.c1379 static int platform_probe(struct device *_dev) in platform_probe()
1418 static void platform_remove(struct device *_dev) in platform_remove()
1434 static void platform_shutdown(struct device *_dev) in platform_shutdown()
H A Ddd.c964 static void __device_attach_async_helper(void *_dev, async_cookie_t cookie) in __device_attach_async_helper()
1139 static void __driver_attach_async_helper(void *_dev, async_cookie_t cookie) in __driver_attach_async_helper()
/openbmc/qemu/hw/s390x/
H A Dvirtio-ccw.c1210 VirtioCcwDevice *_dev = (VirtioCcwDevice *)dev; in virtio_ccw_busdev_realize() local
1218 VirtioCcwDevice *_dev = (VirtioCcwDevice *)dev; in virtio_ccw_busdev_unrealize() local
1226 VirtioCcwDevice *_dev = to_virtio_ccw_dev_fast(dev); in virtio_ccw_busdev_unplug() local
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dregd.c277 #define rtw89_debug_regd(_dev, _regd, _desc, _argv...) \ argument
/openbmc/linux/drivers/media/test-drivers/vivid/
H A Dvivid-cec.c96 int vivid_cec_bus_thread(void *_dev) in vivid_cec_bus_thread()
/openbmc/linux/arch/arm/common/
H A Dlocomo.c210 static void locomo_dev_release(struct device *_dev) in locomo_dev_release()
817 static int locomo_match(struct device *_dev, struct device_driver *_drv) in locomo_match()
/openbmc/linux/drivers/net/can/c_can/
H A Dc_can_pci.c270 #define C_CAN_ID(_vend, _dev, _driverdata) { \ argument
/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Dregd.c16 #define rtw_dbg_regd_dump(_dev, _msg, _args...) \ argument
/openbmc/linux/include/linux/cdx/
H A Dcdx_bus.h108 #define to_cdx_device(_dev) \ argument
/openbmc/linux/drivers/pcmcia/
H A Dsocket_sysfs.c31 #define to_socket(_dev) container_of(_dev, struct pcmcia_socket, dev) argument
/openbmc/linux/drivers/staging/most/i2c/
H A Di2c.c270 static irqreturn_t most_irq_handler(int irq, void *_dev) in most_irq_handler()

12345