Searched refs:to_device (Results 1 – 15 of 15) sorted by relevance
| /linux/drivers/base/power/ |
| A D | trace.c | 206 struct device * dev = to_device(entry); in show_dev_hash() 233 struct device *dev = to_device(entry); in show_trace_dev_match()
|
| A D | main.c | 710 dev = to_device(dpm_noirq_list.next); in dpm_noirq_resume_devices() 851 dev = to_device(dpm_late_early_list.next); in dpm_resume_early() 1015 dev = to_device(dpm_suspended_list.next); in dpm_resume() 1112 struct device *dev = to_device(dpm_prepared_list.prev); in dpm_complete() 1303 struct device *dev = to_device(dpm_late_early_list.prev); in dpm_noirq_suspend_devices() 1488 struct device *dev = to_device(dpm_suspended_list.prev); in dpm_suspend_late() 1769 struct device *dev = to_device(dpm_prepared_list.prev); in dpm_suspend() 1906 struct device *dev = to_device(dpm_list.next); in dpm_prepare()
|
| A D | power.h | 108 static inline struct device *to_device(struct list_head *entry) in to_device() function
|
| /linux/arch/sh/kernel/ |
| 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/ |
| A D | target_core_configfs.c | 2185 struct se_device *dev = to_device(item); in target_dev_info_show() 2199 struct se_device *dev = to_device(item); in target_dev_control_store() 2206 struct se_device *dev = to_device(item); in target_dev_alias_show() 2217 struct se_device *dev = to_device(item); in target_dev_alias_store() 2246 struct se_device *dev = to_device(item); in target_dev_udev_path_show() 2257 struct se_device *dev = to_device(item); in target_dev_udev_path_store() 2287 struct se_device *dev = to_device(item); in target_dev_enable_show() 2295 struct se_device *dev = to_device(item); in target_dev_enable_store() 2314 struct se_device *dev = to_device(item); in target_dev_alua_lu_gp_show() 2339 struct se_device *dev = to_device(item); in target_dev_alua_lu_gp_store() [all …]
|
| /linux/drivers/media/platform/qcom/camss/ |
| A D | camss.h | 29 #define to_device(ptr_module) \ macro
|
| /linux/drivers/staging/media/omap4iss/ |
| A D | iss.h | 34 #define to_device(ptr_module) \ macro
|
| /linux/drivers/media/platform/omap3isp/ |
| A D | isp.h | 42 #define to_device(ptr_module) \ macro
|
| 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() 1342 dev_warn(to_device(ccdc), "CCDC stop timeout!\n"); in ccdc_disable() 1491 dev_dbg(to_device(ccdc), "lsc prefetch error\n"); in ccdc_lsc_isr()
|
| A D | ispccp2.c | 837 struct device *dev = to_device(ccp2); in ccp2_s_stream()
|
| A D | ispresizer.c | 1138 struct device *dev = to_device(res); in resizer_set_stream()
|
| A D | isppreview.c | 1633 struct device *dev = to_device(prev); in preview_set_stream()
|
| /linux/drivers/staging/fwserial/ |
| A D | fwserial.c | 95 #define to_device(a, b) (a->b) macro 97 dev_err(to_device(p, device), fmt, ##__VA_ARGS__) 99 dev_info(to_device(p, device), fmt, ##__VA_ARGS__) 101 dev_notice(to_device(p, device), fmt, ##__VA_ARGS__) 103 dev_dbg(to_device(p, device), "%s: " fmt, __func__, ##__VA_ARGS__) 105 dev_err_ratelimited(to_device(p, device), fmt, ##__VA_ARGS__)
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| A D | qed_hw.c | 227 void *addr, u32 hw_addr, size_t n, bool to_device) in qed_memcpy_hw() argument 247 if (to_device) in qed_memcpy_hw()
|
| /linux/drivers/net/ethernet/broadcom/ |
| A D | tg3.c | 17131 int size, bool to_device) in tg3_do_test_dma() argument 17164 if (to_device) { in tg3_do_test_dma() 17187 if (to_device) in tg3_do_test_dma() 17196 if (to_device) in tg3_do_test_dma()
|
Completed in 69 milliseconds