| /kernel/linux/linux-6.6/include/linux/soc/mediatek/ |
| D | mtk_wed.h | 220 #define mtk_wed_device_active(_dev) !!(_dev)->ops argument 221 #define mtk_wed_device_detach(_dev) (_dev)->ops->detach(_dev) argument 222 #define mtk_wed_device_start(_dev, _mask) (_dev)->ops->start(_dev, _mask) argument 223 #define mtk_wed_device_tx_ring_setup(_dev, _ring, _regs, _reset) \ argument 225 #define mtk_wed_device_txfree_ring_setup(_dev, _regs) \ argument 227 #define mtk_wed_device_reg_read(_dev, _reg) \ argument 229 #define mtk_wed_device_reg_write(_dev, _reg, _val) \ argument 231 #define mtk_wed_device_irq_get(_dev, _mask) \ argument 233 #define mtk_wed_device_irq_set_mask(_dev, _mask) \ argument 235 #define mtk_wed_device_rx_ring_setup(_dev, _ring, _regs, _reset) \ argument [all …]
|
| /kernel/linux/linux-6.6/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(const 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 …]
|
| /kernel/linux/linux-5.10/arch/powerpc/platforms/ps3/ |
| D | system-bus.c | 334 static int ps3_system_bus_match(struct device *_dev, in ps3_system_bus_match() 361 static int ps3_system_bus_probe(struct device *_dev) in ps3_system_bus_probe() 383 static int ps3_system_bus_remove(struct device *_dev) in ps3_system_bus_remove() 405 static void ps3_system_bus_shutdown(struct device *_dev) in ps3_system_bus_shutdown() 443 static int ps3_system_bus_uevent(struct device *_dev, struct kobj_uevent_env *env) in ps3_system_bus_uevent() 453 static ssize_t modalias_show(struct device *_dev, struct device_attribute *a, in modalias_show() 507 static void * ps3_alloc_coherent(struct device *_dev, size_t size, in ps3_alloc_coherent() 545 static void ps3_free_coherent(struct device *_dev, size_t size, void *vaddr, in ps3_free_coherent() 560 static dma_addr_t ps3_sb_map_page(struct device *_dev, struct page *page, in ps3_sb_map_page() 582 static dma_addr_t ps3_ioc0_map_page(struct device *_dev, struct page *page, in ps3_ioc0_map_page() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
| D | power.c | 188 int gma_power_suspend(struct device *_dev) in gma_power_suspend() 215 int gma_power_resume(struct device *_dev) in gma_power_resume() 319 int gma_power_thaw(struct device *_dev) in gma_power_thaw() 324 int gma_power_freeze(struct device *_dev) in gma_power_freeze() 329 int gma_power_restore(struct device *_dev) in gma_power_restore()
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-6.6/sound/pci/emu10k1/ |
| D | emu10k1_synth.c | 19 static int snd_emu10k1_synth_probe(struct device *_dev) in snd_emu10k1_synth_probe() 68 static int snd_emu10k1_synth_remove(struct device *_dev) in snd_emu10k1_synth_remove()
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-6.6/include/drm/ |
| D | drm_kunit_helpers.h | 48 #define drm_kunit_helper_alloc_drm_device_with_driver(_test, _dev, _type, _member, _drv) \ argument 93 #define drm_kunit_helper_alloc_drm_device(_test, _dev, _type, _member, _feat) \ argument
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-5.10/include/linux/wimax/ |
| D | debug.h | 361 #define d_fnstart(l, _dev, f, a...) _d_printf(l, " FNSTART", _dev, f, ## a) argument 371 #define d_fnend(l, _dev, f, a...) _d_printf(l, " FNEND", _dev, f, ## a) argument 381 #define d_printf(l, _dev, f, a...) _d_printf(l, "", _dev, f, ## a) argument
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-5.10/sound/drivers/opl3/ |
| D | opl3_seq.c | 205 static int snd_opl3_seq_probe(struct device *_dev) in snd_opl3_seq_probe() 247 static int snd_opl3_seq_remove(struct device *_dev) in snd_opl3_seq_remove()
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-6.6/drivers/xen/xenbus/ |
| D | xenbus_probe.c | 97 int xenbus_match(struct device *_dev, struct device_driver *_drv) in xenbus_match() 230 static ssize_t spurious_threshold_show(struct device *_dev, in spurious_threshold_show() 239 static ssize_t spurious_threshold_store(struct device *_dev, in spurious_threshold_store() 272 int xenbus_dev_probe(struct device *_dev) in xenbus_dev_probe() 339 void xenbus_dev_remove(struct device *_dev) in xenbus_dev_remove()
|
| /kernel/linux/linux-6.6/drivers/thermal/ |
| D | thermal_core.h | 108 #define to_thermal_zone(_dev) \ argument 111 #define to_cooling_device(_dev) \ argument
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/include/linux/fsl/ |
| D | mc.h | 209 #define to_fsl_mc_device(_dev) \ argument 359 #define dev_is_fsl_mc(_dev) ((_dev)->bus == &fsl_mc_bus_type) argument 362 #define dev_is_fsl_mc(_dev) (0) argument 366 #define fsl_mc_is_cont_dev(_dev) (to_fsl_mc_device(_dev)->flags & \ argument 370 #define fsl_mc_cont_dev(_dev) (fsl_mc_is_cont_dev(_dev) ? \ argument
|
| /kernel/linux/linux-5.10/drivers/thermal/ |
| D | thermal_core.h | 119 #define to_thermal_zone(_dev) \ argument 122 #define to_cooling_device(_dev) \ argument
|