Lines Matching refs:func
75 int sip_smc_remotectl_config(unsigned long func, unsigned long data) in sip_smc_remotectl_config() argument
79 res = __invoke_sip_fn_smc(SIP_REMOTECTL_CFG, func, data, 0); in sip_smc_remotectl_config()
84 int sip_smc_access_mem_os_reg(unsigned long func, unsigned long id, in sip_smc_access_mem_os_reg() argument
92 res = __invoke_sip_fn_smc(SIP_ACCESS_MEM_OS_REG, func, id, *val); in sip_smc_access_mem_os_reg()
94 if (func == RK_MEM_OS_REG_READ) in sip_smc_access_mem_os_reg()
100 int sip_smc_amp_cfg(unsigned long func, unsigned long arg0, unsigned long arg1, in sip_smc_amp_cfg() argument
105 arm_smccc_smc(SIP_AMP_CFG, func, arg0, arg1, arg2, 0, 0, 0, &res); in sip_smc_amp_cfg()
149 int sip_smc_hdcp_config(unsigned long func, unsigned long arg1, unsigned long arg2) in sip_smc_hdcp_config() argument
153 res = __invoke_sip_fn_smc(SIP_HDCP_CONFIG, func, arg1, arg2); in sip_smc_hdcp_config()
182 int sip_smc_mcu_config(unsigned long mcu_id, unsigned long func, unsigned long arg2) in sip_smc_mcu_config() argument
186 res = __invoke_sip_fn_smc(SIP_MCU_CFG, mcu_id, func, arg2); in sip_smc_mcu_config()