/linux-6.1.9/include/linux/soc/mediatek/ |
D | mtk_wed.h | 118 #define mtk_wed_device_active(_dev) !!(_dev)->ops argument 119 #define mtk_wed_device_detach(_dev) (_dev)->ops->detach(_dev) argument 120 #define mtk_wed_device_start(_dev, _mask) (_dev)->ops->start(_dev, _mask) argument 121 #define mtk_wed_device_tx_ring_setup(_dev, _ring, _regs) \ argument 123 #define mtk_wed_device_txfree_ring_setup(_dev, _regs) \ argument 125 #define mtk_wed_device_reg_read(_dev, _reg) \ argument 127 #define mtk_wed_device_reg_write(_dev, _reg, _val) \ argument 129 #define mtk_wed_device_irq_get(_dev, _mask) \ argument 131 #define mtk_wed_device_irq_set_mask(_dev, _mask) \ argument 138 #define mtk_wed_device_detach(_dev) do {} while (0) argument [all …]
|
/linux-6.1.9/arch/powerpc/platforms/ps3/ |
D | system-bus.c | 335 static int ps3_system_bus_match(struct device *_dev, in ps3_system_bus_match() 362 static int ps3_system_bus_probe(struct device *_dev) in ps3_system_bus_probe() 384 static void ps3_system_bus_remove(struct device *_dev) in ps3_system_bus_remove() 404 static void ps3_system_bus_shutdown(struct device *_dev) in ps3_system_bus_shutdown() 442 static int ps3_system_bus_uevent(struct device *_dev, struct kobj_uevent_env *env) in ps3_system_bus_uevent() 452 static ssize_t modalias_show(struct device *_dev, struct device_attribute *a, in modalias_show() 506 static void * ps3_alloc_coherent(struct device *_dev, size_t size, in ps3_alloc_coherent() 544 static void ps3_free_coherent(struct device *_dev, size_t size, void *vaddr, in ps3_free_coherent() 559 static dma_addr_t ps3_sb_map_page(struct device *_dev, struct page *page, in ps3_sb_map_page() 581 static dma_addr_t ps3_ioc0_map_page(struct device *_dev, struct page *page, in ps3_ioc0_map_page() [all …]
|
/linux-6.1.9/sound/isa/sb/ |
D | emu8000_synth.c | 24 static int snd_emu8000_probe(struct device *_dev) in snd_emu8000_probe() 84 static int snd_emu8000_remove(struct device *_dev) in snd_emu8000_remove()
|
/linux-6.1.9/sound/pci/emu10k1/ |
D | emu10k1_synth.c | 19 static int snd_emu10k1_synth_probe(struct device *_dev) in snd_emu10k1_synth_probe() 70 static int snd_emu10k1_synth_remove(struct device *_dev) in snd_emu10k1_synth_remove()
|
/linux-6.1.9/drivers/gpu/drm/gma500/ |
D | power.c | 178 int gma_power_suspend(struct device *_dev) in gma_power_suspend() 195 int gma_power_resume(struct device *_dev) in gma_power_resume()
|
/linux-6.1.9/sound/drivers/opl4/ |
D | opl4_seq.c | 127 static int snd_opl4_seq_probe(struct device *_dev) in snd_opl4_seq_probe() 184 static int snd_opl4_seq_remove(struct device *_dev) in snd_opl4_seq_remove()
|
/linux-6.1.9/arch/mips/include/asm/ |
D | gio_device.h | 50 #define gio_get_drvdata(_dev) dev_get_drvdata(&(_dev)->dev) argument 51 #define gio_set_drvdata(_dev, data) dev_set_drvdata(&(_dev)->dev, (data)) argument
|
/linux-6.1.9/drivers/xen/xenbus/ |
D | xenbus_probe.c | 93 int xenbus_match(struct device *_dev, struct device_driver *_drv) in xenbus_match() 226 static ssize_t spurious_threshold_show(struct device *_dev, in spurious_threshold_show() 235 static ssize_t spurious_threshold_store(struct device *_dev, in spurious_threshold_store() 268 int xenbus_dev_probe(struct device *_dev) in xenbus_dev_probe() 329 void xenbus_dev_remove(struct device *_dev) in xenbus_dev_remove()
|
D | xenbus_probe_frontend.c | 76 static int xenbus_uevent_frontend(struct device *_dev, in xenbus_uevent_frontend() 128 static void xenbus_frontend_dev_shutdown(struct device *_dev) in xenbus_frontend_dev_shutdown()
|
/linux-6.1.9/sound/drivers/opl3/ |
D | opl3_seq.c | 207 static int snd_opl3_seq_probe(struct device *_dev) in snd_opl3_seq_probe() 250 static int snd_opl3_seq_remove(struct device *_dev) in snd_opl3_seq_remove()
|
/linux-6.1.9/net/l3mdev/ |
D | l3mdev.c | 121 struct net_device *_dev = (struct net_device *)dev; in l3mdev_master_ifindex_rcu() local 176 struct net_device *_dev = (struct net_device *) dev; in l3mdev_fib_table_rcu() local
|
/linux-6.1.9/include/linux/fsl/ |
D | mc.h | 220 #define to_fsl_mc_device(_dev) \ argument 363 #define dev_is_fsl_mc(_dev) ((_dev)->bus == &fsl_mc_bus_type) argument 366 #define dev_is_fsl_mc(_dev) (0) argument 370 #define fsl_mc_is_cont_dev(_dev) (to_fsl_mc_device(_dev)->flags & \ argument 374 #define fsl_mc_cont_dev(_dev) (fsl_mc_is_cont_dev(_dev) ? \ argument
|
/linux-6.1.9/drivers/misc/vmw_vmci/ |
D | vmci_guest.c | 479 static irqreturn_t vmci_interrupt(int irq, void *_dev) in vmci_interrupt() 529 static irqreturn_t vmci_interrupt_bm(int irq, void *_dev) in vmci_interrupt_bm() 544 static irqreturn_t vmci_interrupt_dma_datagram(int irq, void *_dev) in vmci_interrupt_dma_datagram()
|
/linux-6.1.9/drivers/thermal/ |
D | thermal_core.h | 102 #define to_thermal_zone(_dev) \ argument 105 #define to_cooling_device(_dev) \ argument
|
/linux-6.1.9/drivers/net/wireless/mediatek/mt76/ |
D | dma.c | 12 #define Q_READ(_dev, _q, _field) ({ \ argument 24 #define Q_WRITE(_dev, _q, _field, _val) do { \ argument 36 #define Q_READ(_dev, _q, _field) readl(&(_q)->regs->_field) argument 37 #define Q_WRITE(_dev, _q, _field, _val) writel(_val, &(_q)->regs->_field) argument
|
/linux-6.1.9/drivers/scsi/ |
D | ps3rom.c | 339 static int ps3rom_probe(struct ps3_system_bus_device *_dev) in ps3rom_probe() 400 static void ps3rom_remove(struct ps3_system_bus_device *_dev) in ps3rom_remove()
|
/linux-6.1.9/sound/core/seq/ |
D | seq_midi.c | 263 snd_seq_midisynth_probe(struct device *_dev) in snd_seq_midisynth_probe() 418 snd_seq_midisynth_remove(struct device *_dev) in snd_seq_midisynth_remove()
|
/linux-6.1.9/drivers/char/ |
D | ps3flash.c | 330 static int ps3flash_probe(struct ps3_system_bus_device *_dev) in ps3flash_probe() 406 static void ps3flash_remove(struct ps3_system_bus_device *_dev) in ps3flash_remove()
|
/linux-6.1.9/drivers/scsi/isci/ |
D | remote_device.c | 324 static void rnc_destruct_done(void *_dev) in rnc_destruct_done() 560 static void atapi_remote_device_resume_done(void *_dev) in atapi_remote_device_resume_done() 971 static void remote_device_resume_done(void *_dev) in remote_device_resume_done() 982 static void sci_stp_remote_device_ready_idle_substate_resume_complete_handler(void *_dev) in sci_stp_remote_device_ready_idle_substate_resume_complete_handler()
|
/linux-6.1.9/include/scsi/ |
D | scsi_transport_iscsi.h | 223 #define iscsi_dev_to_conn(_dev) \ argument 281 #define iscsi_dev_to_session(_dev) \ argument 321 #define iscsi_dev_to_iface(_dev) \ argument 365 #define iscsi_dev_to_flash_conn(_dev) \ argument 427 #define iscsi_dev_to_flash_session(_dev) \ argument
|
/linux-6.1.9/drivers/usb/gadget/udc/ |
D | pxa27x_udc.c | 2265 static irqreturn_t pxa_udc_irq(int irq, void *_dev) in pxa_udc_irq() 2448 static int pxa_udc_remove(struct platform_device *_dev) in pxa_udc_remove() 2467 static void pxa_udc_shutdown(struct platform_device *_dev) in pxa_udc_shutdown() 2490 static int pxa_udc_suspend(struct platform_device *_dev, pm_message_t state) in pxa_udc_suspend() 2515 static int pxa_udc_resume(struct platform_device *_dev) in pxa_udc_resume()
|
D | net2280.c | 1638 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() 3538 static irqreturn_t net2280_irq(int irq, void *_dev) in net2280_irq() 3569 static void gadget_release(struct device *_dev) in gadget_release()
|
/linux-6.1.9/drivers/net/wireless/realtek/rtw89/ |
D | regd.c | 274 #define rtw89_debug_regd(_dev, _regd, _desc, _argv...) \ argument
|
/linux-6.1.9/drivers/amba/ |
D | bus.c | 84 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()
|
/linux-6.1.9/sound/core/seq/oss/ |
D | seq_oss_synth.c | 89 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()
|