| /linux/arch/powerpc/platforms/ps3/ |
| H A 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() 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 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/include/drm/ |
| H A D | drm_kunit_helpers.h | 49 #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 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/arch/mips/include/asm/ |
| H A 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/drivers/xen/xenbus/ |
| H A D | xenbus_probe.c | 97 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 D | xenbus_probe_frontend.c | 76 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 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/include/linux/fsl/ |
| H A 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/include/linux/ |
| H A D | pm_runtime.h | 642 #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 D | siox.h | 8 #define to_siox_device(_dev) container_of((_dev), struct siox_device, dev) argument
|
| /linux/tools/testing/selftests/vfio/lib/include/libvfio/ |
| H A D | vfio_pci_device.h | 38 #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 D | ps3rom.c | 340 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 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/sound/core/seq/ |
| H A D | seq_midi.c | 268 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 D | seq_ump_client.c | 455 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 D | coresight-sysfs.c | 28 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 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() 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 D | bus.c | 85 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 D | siox.h | 9 #define to_siox_master(_dev) container_of((_dev), struct siox_master, dev) argument
|
| /linux/include/sound/ |
| H A D | seq_device.h | 27 #define to_seq_dev(_dev) \ argument
|
| /linux/drivers/ps3/ |
| H A D | vuart.h | 49 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 D | ohci-sa1111.c | 271 static void ohci_hcd_sa1111_shutdown(struct device *_dev) in ohci_hcd_sa1111_shutdown()
|
| /linux/drivers/nvmem/ |
| H A D | layouts.c | 21 #define to_nvmem_layout_device(_dev) \ argument
|
| /linux/arch/arm/common/ |
| H A D | locomo.c | 212 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()
|