Searched refs:to_device (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/base/power/ |
| H A D | trace.c | 210 struct device * dev = to_device(entry); in show_dev_hash() 237 struct device *dev = to_device(entry); in show_trace_dev_match()
|
| H A D | main.c | 848 dev = to_device(dpm_noirq_list.next); in dpm_noirq_resume_devices() 998 dev = to_device(dpm_late_early_list.next); in dpm_resume_early() 1177 dev = to_device(dpm_suspended_list.next); in dpm_resume() 1266 struct device *dev = to_device(dpm_prepared_list.prev); in dpm_complete() 1540 dev = to_device(dpm_late_early_list.prev); in dpm_noirq_suspend_devices() 1745 dev = to_device(dpm_suspended_list.prev); in dpm_suspend_late() 2036 dev = to_device(dpm_prepared_list.prev); in dpm_suspend() 2231 struct device *dev = to_device(dpm_list.next); in dpm_prepare()
|
| H A D | power.h | 109 static inline struct device *to_device(struct list_head *entry) in to_device() function
|
| /linux/drivers/net/dsa/ |
| H A D | yt921x.c | 186 #define to_device(priv) ((priv)->ds.dev) macro 412 struct device *dev = to_device(priv); in yt921x_intif_read() 513 struct device *dev = to_device(priv); in yt921x_mbus_int_init() 549 struct device *dev = to_device(priv); in yt921x_extif_read() 644 struct device *dev = to_device(priv); in yt921x_mbus_ext_init() 673 struct device *dev = to_device(priv); in yt921x_read_mib() 1097 struct device *dev = to_device(priv); in yt921x_dsa_port_mirror_del() 1309 struct device *dev = to_device(priv); in yt921x_fdb_wait() 1378 struct device *dev = to_device(priv); in yt921x_fdb_read() 1685 struct device *dev = to_device(priv); in yt921x_dsa_port_fast_age() [all …]
|
| /linux/arch/sh/kernel/ |
| H A D | io_trapped.c | 244 static unsigned long to_device(void *dst, const void *src, unsigned long cnt) in to_device() function 268 to_device,
|
| /linux/drivers/target/ |
| H A D | target_core_configfs.c | 2334 static inline struct se_device *to_device(struct config_item *item) in to_device() function 2341 struct se_device *dev = to_device(item); in target_dev_info_show() 2355 struct se_device *dev = to_device(item); in target_dev_control_store() 2362 struct se_device *dev = to_device(item); in target_dev_alias_show() 2373 struct se_device *dev = to_device(item); in target_dev_alias_store() 2402 struct se_device *dev = to_device(item); in target_dev_udev_path_show() 2413 struct se_device *dev = to_device(item); in target_dev_udev_path_store() 2443 struct se_device *dev = to_device(item); in target_dev_enable_show() 2451 struct se_device *dev = to_device(item); in target_dev_enable_store() 2470 struct se_device *dev = to_device(item); in target_dev_alua_lu_gp_show() [all …]
|
| /linux/drivers/media/platform/ti/omap3isp/ |
| H A D | isp.h | 42 #define to_device(ptr_module) \ macro
|
| H A D | ispccdc.c | 284 dev_warn(to_device(ccdc), "LSC prefetch timeout\n"); in __ccdc_lsc_enable() 315 dev_dbg(to_device(ccdc), "Discard LSC configuration\n"); in __ccdc_lsc_configure() 416 dev_dbg(to_device(ccdc), in ccdc_lsc_config() 1348 dev_warn(to_device(ccdc), "CCDC stop timeout!\n"); in ccdc_disable() 1497 dev_dbg(to_device(ccdc), "lsc prefetch error\n"); in ccdc_lsc_isr()
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_hw.c | 234 void *addr, u32 hw_addr, size_t n, bool to_device) in qed_memcpy_hw() argument 254 if (to_device) in qed_memcpy_hw()
|
| /linux/drivers/net/ethernet/broadcom/ |
| H A D | tg3.c | 17264 int size, bool to_device) in tg3_do_test_dma() argument 17297 if (to_device) { in tg3_do_test_dma() 17320 if (to_device) in tg3_do_test_dma() 17329 if (to_device) in tg3_do_test_dma()
|