Home
last modified time | relevance | path

Searched defs:_dev (Results 1 – 25 of 69) sorted by relevance

123

/linux/arch/powerpc/platforms/ps3/
H A Dsystem-bus.c335 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()
505 static void * ps3_alloc_coherent(struct device *_dev, size_t size, in ps3_alloc_coherent()
543 static void ps3_free_coherent(struct device *_dev, size_t size, void *vaddr, in ps3_free_coherent()
558 static dma_addr_t ps3_sb_map_phys(struct device *_dev, phys_addr_t phys, in ps3_sb_map_phys()
582 static dma_addr_t ps3_ioc0_map_phys(struct device *_dev, phys_addr_t phys, in ps3_ioc0_map_phys()
[all …]
/linux/sound/isa/sb/
H A Demu8000_synth.c24 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/include/drm/
H A Ddrm_kunit_helpers.h49 #define drm_kunit_helper_alloc_drm_device_with_driver(_test, _dev, _type, _member, _drv) \ argument
94 #define drm_kunit_helper_alloc_drm_device(_test, _dev, _type, _member, _feat) \ argument
/linux/drivers/gpu/drm/gma500/
H A Dpower.c178 int gma_power_suspend(struct device *_dev) in gma_power_suspend()
195 int gma_power_resume(struct device *_dev) in gma_power_resume()
/linux/arch/mips/include/asm/
H A Dgio_device.h50 #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/drivers/xen/xenbus/
H A Dxenbus_probe.c97 int xenbus_match(struct device *_dev, const 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()
H A Dxenbus_probe_frontend.c76 static int xenbus_uevent_frontend(const struct device *_dev, in xenbus_uevent_frontend()
128 static void xenbus_frontend_dev_shutdown(struct device *_dev) in xenbus_frontend_dev_shutdown()
/linux/net/l3mdev/
H A Dl3mdev.c121 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/include/linux/fsl/
H A Dmc.h220 #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/include/linux/
H A Dpm_runtime.h642 #define PM_RUNTIME_ACQUIRE(_dev, _var) \ argument
645 #define PM_RUNTIME_ACQUIRE_AUTOSUSPEND(_dev, _var) \ argument
648 #define PM_RUNTIME_ACQUIRE_IF_ENABLED(_dev, _var) \ argument
651 #define PM_RUNTIME_ACQUIRE_IF_ENABLED_AUTOSUSPEND(_dev, _var) \ argument
H A Dsiox.h8 #define to_siox_device(_dev) container_of((_dev), struct siox_device, dev) argument
/linux/tools/testing/selftests/vfio/lib/include/libvfio/
H A Dvfio_pci_device.h38 #define dev_info(_dev, _fmt, ...) printf("%s: " _fmt, (_dev)->bdf, ##__VA_ARGS__) argument
39 #define dev_err(_dev, _fmt, ...) fprintf(stderr, "%s: " _fmt, (_dev)->bdf, ##__VA_ARGS__) argument
/linux/drivers/scsi/
H A Dps3rom.c340 static int ps3rom_probe(struct ps3_system_bus_device *_dev) in ps3rom_probe()
401 static void ps3rom_remove(struct ps3_system_bus_device *_dev) in ps3rom_remove()
/linux/drivers/char/
H A Dps3flash.c330 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/sound/core/seq/
H A Dseq_midi.c268 snd_seq_midisynth_probe(struct device *_dev) in snd_seq_midisynth_probe()
415 snd_seq_midisynth_remove(struct device *_dev) in snd_seq_midisynth_remove()
H A Dseq_ump_client.c455 static int snd_seq_ump_probe(struct device *_dev) in snd_seq_ump_probe()
516 static int snd_seq_ump_remove(struct device *_dev) in snd_seq_ump_remove()
/linux/drivers/hwtracing/coresight/
H A Dcoresight-sysfs.c28 ssize_t coresight_simple_show_pair(struct device *_dev, in coresight_simple_show_pair()
42 ssize_t coresight_simple_show32(struct device *_dev, in coresight_simple_show32()
/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()
/linux/drivers/amba/
H A Dbus.c85 static ssize_t driver_override_show(struct device *_dev, in driver_override_show() argument
97 static ssize_t driver_override_store(struct device *_dev, in driver_override_store() argument
/linux/drivers/siox/
H A Dsiox.h9 #define to_siox_master(_dev) container_of((_dev), struct siox_master, dev) argument
/linux/include/sound/
H A Dseq_device.h27 #define to_seq_dev(_dev) \ argument
/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()
/linux/drivers/usb/host/
H A Dohci-sa1111.c271 static void ohci_hcd_sa1111_shutdown(struct device *_dev) in ohci_hcd_sa1111_shutdown()
/linux/drivers/nvmem/
H A Dlayouts.c21 #define to_nvmem_layout_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()

123