Searched refs:module_enable (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/arm/mach-omap2/ |
| H A D | cm_common.c | 133 if (!cm_ll_data->module_enable) { in omap_cm_module_enable() 139 cm_ll_data->module_enable(mode, part, inst, clkctrl_offs); in omap_cm_module_enable()
|
| H A D | cm.h | 60 void (*module_enable)(u8 mode, u8 part, u16 inst, u16 clkctrl_offs); member
|
| H A D | cm33xx.c | 410 .module_enable = &am33xx_cm_module_enable,
|
| H A D | cminst44xx.c | 553 .module_enable = &omap4_cminst_module_enable,
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | wmi-ops.h | 144 struct sk_buff *(*gen_dbglog_cfg)(struct ath10k *ar, u64 module_enable, 1158 ath10k_wmi_dbglog_cfg(struct ath10k *ar, u64 module_enable, u32 log_level) in ath10k_wmi_dbglog_cfg() argument 1165 skb = ar->wmi.ops->gen_dbglog_cfg(ar, module_enable, log_level); in ath10k_wmi_dbglog_cfg()
|
| H A D | wmi.c | 7986 ath10k_wmi_op_gen_dbglog_cfg(struct ath10k *ar, u64 module_enable, in ath10k_wmi_op_gen_dbglog_cfg() argument 7999 if (module_enable) { in ath10k_wmi_op_gen_dbglog_cfg() 8006 module_enable = ~0; in ath10k_wmi_op_gen_dbglog_cfg() 8009 cmd->module_enable = __cpu_to_le32(module_enable); in ath10k_wmi_op_gen_dbglog_cfg() 8016 __le32_to_cpu(cmd->module_enable), in ath10k_wmi_op_gen_dbglog_cfg() 8024 ath10k_wmi_10_4_op_gen_dbglog_cfg(struct ath10k *ar, u64 module_enable, in ath10k_wmi_10_4_op_gen_dbglog_cfg() argument 8037 if (module_enable) { in ath10k_wmi_10_4_op_gen_dbglog_cfg() 8044 module_enable = ~0; in ath10k_wmi_10_4_op_gen_dbglog_cfg() 8047 cmd->module_enable = __cpu_to_le64(module_enable); in ath10k_wmi_10_4_op_gen_dbglog_cfg() 8054 __le64_to_cpu(cmd->module_enable), in ath10k_wmi_10_4_op_gen_dbglog_cfg()
|
| H A D | wmi-tlv.c | 3188 ath10k_wmi_tlv_op_gen_dbglog_cfg(struct ath10k *ar, u64 module_enable, in ath10k_wmi_tlv_op_gen_dbglog_cfg() argument 3198 if (module_enable) { in ath10k_wmi_tlv_op_gen_dbglog_cfg() 3200 module_enable, in ath10k_wmi_tlv_op_gen_dbglog_cfg()
|