Home
last modified time | relevance | path

Searched refs:_dev (Results 1 – 25 of 121) sorted by relevance

12345

/linux/include/linux/soc/mediatek/
H A Dmtk_wed.h274 #define mtk_wed_device_active(_dev) !!(_dev)->ops argument
275 #define mtk_wed_device_detach(_dev) (_dev)->ops->detach(_dev) argument
276 #define mtk_wed_device_start(_dev, _mask) (_dev)->ops->start(_dev, _mask) argument
277 #define mtk_wed_device_tx_ring_setup(_dev, _ring, _regs, _reset) \ argument
278 (_dev)->ops->tx_ring_setup(_dev, _ring, _regs, _reset)
279 #define mtk_wed_device_txfree_ring_setup(_dev, _regs) \ argument
280 (_dev)->ops->txfree_ring_setup(_dev, _regs)
281 #define mtk_wed_device_reg_read(_dev, _reg) \ argument
282 (_dev)->ops->reg_read(_dev, _reg)
283 #define mtk_wed_device_reg_write(_dev, _reg, _val) \ argument
[all …]
/linux/arch/powerpc/platforms/ps3/
H A Dsystem-bus.c335 static int ps3_system_bus_match(struct device *_dev, in ps3_system_bus_match() argument
340 struct ps3_system_bus_device *dev = ps3_dev_to_system_bus_dev(_dev); in ps3_system_bus_match()
362 static int ps3_system_bus_probe(struct device *_dev) in ps3_system_bus_probe() argument
365 struct ps3_system_bus_device *dev = ps3_dev_to_system_bus_dev(_dev); in ps3_system_bus_probe()
369 dev_dbg(_dev, "%s:%d\n", __func__, __LINE__); in ps3_system_bus_probe()
384 static void ps3_system_bus_remove(struct device *_dev) in ps3_system_bus_remove() argument
386 struct ps3_system_bus_device *dev = ps3_dev_to_system_bus_dev(_dev); in ps3_system_bus_remove()
390 dev_dbg(_dev, "%s:%d\n", __func__, __LINE__); in ps3_system_bus_remove()
404 static void ps3_system_bus_shutdown(struct device *_dev) in ps3_system_bus_shutdown() argument
406 struct ps3_system_bus_device *dev = ps3_dev_to_system_bus_dev(_dev); in ps3_system_bus_shutdown()
[all …]
/linux/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_dev_api.h141 #define PVRDMA_IS_VERSION17(_dev) \ argument
142 (_dev->dsr_version == PVRDMA_ROCEV1_VERSION && \
143 _dev->dsr->caps.gid_types == PVRDMA_GID_TYPE_FLAG_ROCE_V1)
145 #define PVRDMA_IS_VERSION18(_dev) \ argument
146 (_dev->dsr_version >= PVRDMA_ROCEV2_VERSION && \
147 (_dev->dsr->caps.gid_types == PVRDMA_GID_TYPE_FLAG_ROCE_V1 || \
148 _dev->dsr->caps.gid_types == PVRDMA_GID_TYPE_FLAG_ROCE_V2)) \
150 #define PVRDMA_SUPPORTED(_dev) \ argument
151 ((_dev->dsr->caps.mode == PVRDMA_DEVICE_MODE_ROCE) && \
152 (PVRDMA_IS_VERSION17(_dev) || PVRDMA_IS_VERSION18(_dev)))
[all …]
/linux/include/linux/fsl/
H A Dmc.h220 #define to_fsl_mc_device(_dev) \ argument
221 container_of(_dev, struct fsl_mc_device, dev)
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
375 (_dev) : (_dev)->parent)
/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/include/scsi/
H A Dscsi_transport_iscsi.h223 #define iscsi_dev_to_conn(_dev) \ argument
224 container_of(_dev, struct iscsi_cls_conn, dev)
281 #define iscsi_dev_to_session(_dev) \ argument
282 container_of(_dev, struct iscsi_cls_session, dev)
321 #define iscsi_dev_to_iface(_dev) \ argument
322 container_of(_dev, struct iscsi_iface, dev)
365 #define iscsi_dev_to_flash_conn(_dev) \ argument
366 container_of(_dev, struct iscsi_bus_flash_conn, dev)
427 #define iscsi_dev_to_flash_session(_dev) \ argument
428 container_of(_dev, struct iscsi_bus_flash_session, dev)
/linux/sound/pci/emu10k1/
H A Demu10k1_synth.c19 snd_emu10k1_synth_probe(struct device * _dev) snd_emu10k1_synth_probe() argument
67 snd_emu10k1_synth_remove(struct device * _dev) snd_emu10k1_synth_remove() argument
/linux/rust/kernel/net/
H A Dphy.rs579 fn soft_reset(_dev: &mut Device) -> Result { in soft_reset()
584 fn probe(_dev: &mut Device) -> Result { in probe()
589 fn get_features(_dev: &mut Device) -> Result { in get_features()
595 fn match_phy_device(_dev: &Device) -> bool { in match_phy_device()
601 fn config_aneg(_dev: &mut Device) -> Result { in config_aneg()
606 fn read_status(_dev: &mut Device) -> Result<u16> { in read_status()
611 fn suspend(_dev: &mut Device) -> Result { in suspend()
616 fn resume(_dev: &mut Device) -> Result { in resume()
621 fn read_mmd(_dev: &mut Device, _devnum: u8, _regnum: u16) -> Result<u16> { in read_mmd()
626 fn write_mmd(_dev: &mut Device, _devnum: u8, _regnum: u16, _val: u16) -> Result { in write_mmd()
[all …]
/linux/sound/isa/sb/
H A Demu8000_synth.c24 snd_emu8000_probe(struct device * _dev) snd_emu8000_probe() argument
84 snd_emu8000_remove(struct device * _dev) snd_emu8000_remove() argument
/linux/include/drm/
H A Ddrm_kunit_helpers.h49 #define drm_kunit_helper_alloc_drm_device_with_driver(_test, _dev, _type, _member, _drv) \ argument
50 ((_type *)__drm_kunit_helper_alloc_drm_device_with_driver(_test, _dev, \
94 #define drm_kunit_helper_alloc_drm_device(_test, _dev, _type, _member, _feat) \ argument
95 ((_type *)__drm_kunit_helper_alloc_drm_device(_test, _dev, \
/linux/include/linux/
H A Dpm_runtime.h630 #define PM_RUNTIME_ACQUIRE(_dev, _var) \ argument
631 ACQUIRE(pm_runtime_active_try, _var)(_dev)
633 #define PM_RUNTIME_ACQUIRE_AUTOSUSPEND(_dev, _var) \ argument
634 ACQUIRE(pm_runtime_active_auto_try, _var)(_dev)
636 #define PM_RUNTIME_ACQUIRE_IF_ENABLED(_dev, _var) \ argument
637 ACQUIRE(pm_runtime_active_try_enabled, _var)(_dev)
639 #define PM_RUNTIME_ACQUIRE_IF_ENABLED_AUTOSUSPEND(_dev, _var) \ argument
640 ACQUIRE(pm_runtime_active_auto_try_enabled, _var)(_dev)
/linux/drivers/gpu/drm/gma500/
H A Dpower.c178 int gma_power_suspend(struct device *_dev) in gma_power_suspend() argument
180 struct pci_dev *pdev = to_pci_dev(_dev); in gma_power_suspend()
195 int gma_power_resume(struct device *_dev) in gma_power_resume() argument
197 struct pci_dev *pdev = to_pci_dev(_dev); in gma_power_resume()
/linux/drivers/base/power/
H A Dgeneric_ops.c13 struct device *_dev = (dev); \
14 const struct dev_pm_ops *pm = _dev->driver ? _dev->driver->pm : NULL; \
15 pm && pm->op ? pm->op(_dev) : 0; \
/linux/drivers/xen/xenbus/
H A Dxenbus_probe.c97 int xenbus_match(struct device *_dev, const struct device_driver *_drv) in xenbus_match() argument
104 return match_device(drv->ids, to_xenbus_device(_dev)) != NULL; in xenbus_match()
215 static ssize_t name##_show(struct device *_dev, \
219 struct xenbus_device *dev = to_xenbus_device(_dev); \
230 static ssize_t spurious_threshold_show(struct device *_dev, in spurious_threshold_show() argument
234 struct xenbus_device *dev = to_xenbus_device(_dev); in spurious_threshold_show()
239 static ssize_t spurious_threshold_store(struct device *_dev, in spurious_threshold_store() argument
243 struct xenbus_device *dev = to_xenbus_device(_dev); in spurious_threshold_store()
272 int xenbus_dev_probe(struct device *_dev) in xenbus_dev_probe() argument
274 struct xenbus_device *dev = to_xenbus_device(_dev); in xenbus_dev_probe()
[all …]
H A Dxenbus.h109 int xenbus_match(struct device *_dev, const struct device_driver *_drv);
110 int xenbus_dev_probe(struct device *_dev);
111 void xenbus_dev_remove(struct device *_dev);
/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/sound/drivers/opl4/
H A Dopl4_seq.c121 snd_opl4_seq_probe(struct device * _dev) snd_opl4_seq_probe() argument
178 snd_opl4_seq_remove(struct device * _dev) snd_opl4_seq_remove() argument
/linux/drivers/amba/
H A Dbus.c85 static ssize_t driver_override_show(struct device *_dev, in driver_override_show() argument
88 struct amba_device *dev = to_amba_device(_dev); in driver_override_show()
91 device_lock(_dev); in driver_override_show()
93 device_unlock(_dev); in driver_override_show()
97 static ssize_t driver_override_store(struct device *_dev, in driver_override_store() argument
101 struct amba_device *dev = to_amba_device(_dev); in driver_override_store()
104 ret = driver_set_override(_dev, &dev->driver_override, buf, count); in driver_override_store()
113 static ssize_t name##_show(struct device *_dev, \
116 struct amba_device *dev = to_amba_device(_dev); \
/linux/arch/powerpc/include/asm/
H A Dps3.h395 const struct device *_dev) in ps3_dev_to_system_bus_dev() argument
397 return container_of(_dev, struct ps3_system_bus_device, core); in ps3_dev_to_system_bus_dev()
400 ps3_system_bus_dev_to_system_bus_drv(struct ps3_system_bus_device *_dev) in ps3_system_bus_dev_to_system_bus_drv() argument
402 BUG_ON(!_dev); in ps3_system_bus_dev_to_system_bus_drv()
403 BUG_ON(!_dev->core.driver); in ps3_system_bus_dev_to_system_bus_drv()
404 return ps3_drv_to_system_bus_drv(_dev->core.driver); in ps3_system_bus_dev_to_system_bus_drv()
/linux/drivers/hwtracing/coresight/
H A Dcoresight-sysfs.c28 ssize_t coresight_simple_show_pair(struct device *_dev, in coresight_simple_show_pair() argument
31 struct coresight_device *csdev = container_of(_dev, struct coresight_device, dev); in coresight_simple_show_pair()
35 pm_runtime_get_sync(_dev->parent); in coresight_simple_show_pair()
37 pm_runtime_put_sync(_dev->parent); in coresight_simple_show_pair()
42 ssize_t coresight_simple_show32(struct device *_dev, in coresight_simple_show32() argument
45 struct coresight_device *csdev = container_of(_dev, struct coresight_device, dev); in coresight_simple_show32()
49 pm_runtime_get_sync(_dev->parent); in coresight_simple_show32()
51 pm_runtime_put_sync(_dev->parent); in coresight_simple_show32()
/linux/drivers/base/
H A Dplatform.c1392 static int platform_probe(struct device *_dev) in platform_probe() argument
1394 struct platform_driver *drv = to_platform_driver(_dev->driver); in platform_probe()
1395 struct platform_device *dev = to_platform_device(_dev); in platform_probe()
1408 ret = of_clk_set_defaults(_dev->of_node, false); in platform_probe()
1412 ret = dev_pm_domain_attach(_dev, PD_FLAG_ATTACH_POWER_ON | in platform_probe()
1422 dev_warn(_dev, "probe deferral not supported\n"); in platform_probe()
1429 static void platform_remove(struct device *_dev) in platform_remove() argument
1431 struct platform_driver *drv = to_platform_driver(_dev->driver); in platform_remove()
1432 struct platform_device *dev = to_platform_device(_dev); in platform_remove()
1438 static void platform_shutdown(struct device *_dev) in platform_shutdown() argument
[all …]
/linux/drivers/thermal/
H A Dthermal_core.h255 #define to_thermal_zone(_dev) \ argument
256 container_of(_dev, struct thermal_zone_device, device)
258 #define to_cooling_device(_dev) \ argument
259 container_of(_dev, struct thermal_cooling_device, device)
/linux/net/l3mdev/
H A Dl3mdev.c121 struct net_device *_dev = (struct net_device *)dev; in l3mdev_master_ifindex_rcu() local
129 master = netdev_master_upper_dev_get_rcu(_dev); in l3mdev_master_ifindex_rcu()
176 struct net_device *_dev = (struct net_device *) dev; in l3mdev_fib_table_rcu() local
179 master = netdev_master_upper_dev_get_rcu(_dev); in l3mdev_fib_table_rcu()
/linux/sound/drivers/opl3/
H A Dopl3_seq.c204 snd_opl3_seq_probe(struct device * _dev) snd_opl3_seq_probe() argument
247 snd_opl3_seq_remove(struct device * _dev) snd_opl3_seq_remove() argument
/linux/drivers/block/
H A Dps3disk.c383 static int ps3disk_probe(struct ps3_system_bus_device *_dev) in ps3disk_probe() argument
385 struct ps3_storage_device *dev = to_ps3_storage_device(&_dev->core); in ps3disk_probe()
425 ps3_system_bus_set_drvdata(_dev, priv); in ps3disk_probe()
485 ps3_system_bus_set_drvdata(_dev, NULL); in ps3disk_probe()
493 static void ps3disk_remove(struct ps3_system_bus_device *_dev) in ps3disk_remove() argument
495 struct ps3_storage_device *dev = to_ps3_storage_device(&_dev->core); in ps3disk_remove()
510 ps3_system_bus_set_drvdata(_dev, NULL); in ps3disk_remove()

12345