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

/linux-master/arch/arm/mach-omap2/
H A Dcm.h49 * @module_enable: ptr to the SoC CM-specific module_enable impl
60 void (*module_enable)(u8 mode, u8 part, u16 inst, u16 clkctrl_offs); member in struct:cm_ll_data
H A Dcm_common.c129 * per-SoC module_enable() function pointer has been registered.
133 if (!cm_ll_data->module_enable) {
139 cm_ll_data->module_enable(mode, part, inst, clkctrl_offs);
H A Dcm33xx.c398 .module_enable = &am33xx_cm_module_enable,
H A Dcminst44xx.c553 .module_enable = &omap4_cminst_module_enable,
/linux-master/drivers/net/wireless/ath/ath10k/
H A 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) argument
1133 skb = ar->wmi.ops->gen_dbglog_cfg(ar, module_enable, log_level);
H A Dwmi.c7935 ath10k_wmi_op_gen_dbglog_cfg(struct ath10k *ar, u64 module_enable, argument
7948 if (module_enable) {
7955 module_enable = ~0;
7958 cmd->module_enable = __cpu_to_le32(module_enable);
7965 __le32_to_cpu(cmd->module_enable),
7973 ath10k_wmi_10_4_op_gen_dbglog_cfg(struct ath10k *ar, u64 module_enable, argument
7986 if (module_enable) {
7993 module_enable = ~0;
7996 cmd->module_enable
[all...]
H A Dwmi-tlv.c3183 ath10k_wmi_tlv_op_gen_dbglog_cfg(struct ath10k *ar, u64 module_enable, argument
3193 if (module_enable) {
3195 module_enable,
H A Dwmi.h6705 __le32 module_enable; member in struct:wmi_dbglog_cfg_cmd
6719 __le64 module_enable; member in struct:wmi_10_4_dbglog_cfg_cmd

Completed in 213 milliseconds