Home
last modified time | relevance | path

Searched refs:module_enable (Results 1 – 8 of 8) sorted by relevance

/linux-6.6.21/arch/arm/mach-omap2/
Dcm_common.c133 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()
Dcm.h60 void (*module_enable)(u8 mode, u8 part, u16 inst, u16 clkctrl_offs); member
Dcm33xx.c398 .module_enable = &am33xx_cm_module_enable,
Dcminst44xx.c553 .module_enable = &omap4_cminst_module_enable,
/linux-6.6.21/drivers/net/wireless/ath/ath10k/
Dwmi-ops.h144 struct sk_buff *(*gen_dbglog_cfg)(struct ath10k *ar, u64 module_enable,
1126 ath10k_wmi_dbglog_cfg(struct ath10k *ar, u64 module_enable, u32 log_level) in ath10k_wmi_dbglog_cfg() argument
1133 skb = ar->wmi.ops->gen_dbglog_cfg(ar, module_enable, log_level); in ath10k_wmi_dbglog_cfg()
Dwmi.c7914 ath10k_wmi_op_gen_dbglog_cfg(struct ath10k *ar, u64 module_enable, in ath10k_wmi_op_gen_dbglog_cfg() argument
7927 if (module_enable) { in ath10k_wmi_op_gen_dbglog_cfg()
7934 module_enable = ~0; in ath10k_wmi_op_gen_dbglog_cfg()
7937 cmd->module_enable = __cpu_to_le32(module_enable); in ath10k_wmi_op_gen_dbglog_cfg()
7944 __le32_to_cpu(cmd->module_enable), in ath10k_wmi_op_gen_dbglog_cfg()
7952 ath10k_wmi_10_4_op_gen_dbglog_cfg(struct ath10k *ar, u64 module_enable, in ath10k_wmi_10_4_op_gen_dbglog_cfg() argument
7965 if (module_enable) { in ath10k_wmi_10_4_op_gen_dbglog_cfg()
7972 module_enable = ~0; in ath10k_wmi_10_4_op_gen_dbglog_cfg()
7975 cmd->module_enable = __cpu_to_le64(module_enable); in ath10k_wmi_10_4_op_gen_dbglog_cfg()
7982 __le64_to_cpu(cmd->module_enable), in ath10k_wmi_10_4_op_gen_dbglog_cfg()
Dwmi-tlv.c3178 ath10k_wmi_tlv_op_gen_dbglog_cfg(struct ath10k *ar, u64 module_enable, in ath10k_wmi_tlv_op_gen_dbglog_cfg() argument
3188 if (module_enable) { in ath10k_wmi_tlv_op_gen_dbglog_cfg()
3190 module_enable, in ath10k_wmi_tlv_op_gen_dbglog_cfg()
Dwmi.h6736 __le32 module_enable; member
6750 __le64 module_enable; member