| /Linux-v5.4/drivers/media/platform/qcom/camss/ |
| D | camss-ispif.c | 185 dev_err_ratelimited(to_device(ispif), "VFE0 pix0 overflow\n"); in ispif_isr_8x96() 188 dev_err_ratelimited(to_device(ispif), "VFE0 rdi0 overflow\n"); in ispif_isr_8x96() 191 dev_err_ratelimited(to_device(ispif), "VFE0 pix1 overflow\n"); in ispif_isr_8x96() 194 dev_err_ratelimited(to_device(ispif), "VFE0 rdi1 overflow\n"); in ispif_isr_8x96() 197 dev_err_ratelimited(to_device(ispif), "VFE0 rdi2 overflow\n"); in ispif_isr_8x96() 200 dev_err_ratelimited(to_device(ispif), "VFE1 pix0 overflow\n"); in ispif_isr_8x96() 203 dev_err_ratelimited(to_device(ispif), "VFE1 rdi0 overflow\n"); in ispif_isr_8x96() 206 dev_err_ratelimited(to_device(ispif), "VFE1 pix1 overflow\n"); in ispif_isr_8x96() 209 dev_err_ratelimited(to_device(ispif), "VFE1 rdi1 overflow\n"); in ispif_isr_8x96() 212 dev_err_ratelimited(to_device(ispif), "VFE1 rdi2 overflow\n"); in ispif_isr_8x96() [all …]
|
| D | camss.h | 29 #define to_device(ptr_module) \ macro
|
| /Linux-v5.4/drivers/base/power/ |
| D | trace.c | 202 struct device * dev = to_device(entry); in show_dev_hash() 229 struct device *dev = to_device(entry); in show_trace_dev_match()
|
| D | main.c | 737 dev = to_device(dpm_noirq_list.next); in dpm_noirq_resume_devices() 886 dev = to_device(dpm_late_early_list.next); in dpm_resume_early() 1045 dev = to_device(dpm_suspended_list.next); in dpm_resume() 1136 struct device *dev = to_device(dpm_prepared_list.prev); in dpm_complete() 1368 struct device *dev = to_device(dpm_late_early_list.prev); in dpm_noirq_suspend_devices() 1568 struct device *dev = to_device(dpm_suspended_list.prev); in dpm_suspend_late() 1840 struct device *dev = to_device(dpm_prepared_list.prev); in dpm_suspend() 1976 struct device *dev = to_device(dpm_list.next); in dpm_prepare()
|
| D | power.h | 102 static inline struct device *to_device(struct list_head *entry) in to_device() function
|
| /Linux-v5.4/arch/sh/kernel/ |
| D | io_trapped.c | 241 static unsigned long to_device(void *dst, const void *src, unsigned long cnt) in to_device() function 265 to_device,
|
| /Linux-v5.4/drivers/target/ |
| D | target_core_configfs.c | 2058 static inline struct se_device *to_device(struct config_item *item) in to_device() function 2065 struct se_device *dev = to_device(item); in target_dev_info_show() 2079 struct se_device *dev = to_device(item); in target_dev_control_store() 2086 struct se_device *dev = to_device(item); in target_dev_alias_show() 2097 struct se_device *dev = to_device(item); in target_dev_alias_store() 2126 struct se_device *dev = to_device(item); in target_dev_udev_path_show() 2137 struct se_device *dev = to_device(item); in target_dev_udev_path_store() 2167 struct se_device *dev = to_device(item); in target_dev_enable_show() 2175 struct se_device *dev = to_device(item); in target_dev_enable_store() 2194 struct se_device *dev = to_device(item); in target_dev_alua_lu_gp_show() [all …]
|
| /Linux-v5.4/drivers/staging/media/omap4iss/ |
| D | iss.h | 34 #define to_device(ptr_module) \ macro
|
| /Linux-v5.4/drivers/media/platform/omap3isp/ |
| D | isp.h | 42 #define to_device(ptr_module) \ macro
|
| D | ispccdc.c | 283 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() 1338 dev_warn(to_device(ccdc), "CCDC stop timeout!\n"); in ccdc_disable() 1487 dev_dbg(to_device(ccdc), "lsc prefetch error\n"); in ccdc_lsc_isr()
|
| D | ispccp2.c | 830 struct device *dev = to_device(ccp2); in ccp2_s_stream()
|
| D | ispresizer.c | 1135 struct device *dev = to_device(res); in resizer_set_stream()
|
| D | isppreview.c | 1633 struct device *dev = to_device(prev); in preview_set_stream()
|
| /Linux-v5.4/drivers/staging/fwserial/ |
| 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-v5.4/drivers/net/ethernet/qlogic/qed/ |
| D | qed_hw.c | 253 void *addr, u32 hw_addr, size_t n, bool to_device) in qed_memcpy_hw() argument 273 if (to_device) in qed_memcpy_hw()
|
| /Linux-v5.4/drivers/net/ethernet/broadcom/ |
| D | tg3.c | 17203 int size, bool to_device) in tg3_do_test_dma() argument 17236 if (to_device) { in tg3_do_test_dma() 17259 if (to_device) in tg3_do_test_dma() 17268 if (to_device) in tg3_do_test_dma()
|