Home
last modified time | relevance | path

Searched refs:sip_smc_remotectl_config (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/remotectl/
H A Drockchip_pwm_remotectl.c530 ret = sip_smc_remotectl_config(REMOTECTL_SET_IRQ, hwirq); in rk_pwm_sip_wakeup_init()
541 sip_smc_remotectl_config(REMOTECTL_SET_PWM_CH, pwm_id); in rk_pwm_sip_wakeup_init()
555 sip_smc_remotectl_config(REMOTECTL_SET_PWRKEY, in rk_pwm_sip_wakeup_init()
559 sip_smc_remotectl_config(REMOTECTL_ENABLE, 1); in rk_pwm_sip_wakeup_init()
789 state = sip_smc_remotectl_config( in remotectl_resume()
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Drockchip_smccc.su
H A Drockchip_smccc.c64 int sip_smc_remotectl_config(unsigned long func, unsigned long data) in sip_smc_remotectl_config() function
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-rockchip/
H A Drockchip_smccc.h118 int sip_smc_remotectl_config(unsigned long func, unsigned long data);
/OK3568_Linux_fs/kernel/include/linux/rockchip/
H A Drockchip_sip.h250 int sip_smc_remotectl_config(u32 func, u32 data);
336 static inline int sip_smc_remotectl_config(u32 func, u32 data) { return 0; } in sip_smc_remotectl_config() function
/OK3568_Linux_fs/kernel/drivers/firmware/
H A Drockchip_sip.c93 int sip_smc_remotectl_config(u32 func, u32 data) in sip_smc_remotectl_config() function
101 EXPORT_SYMBOL_GPL(sip_smc_remotectl_config);
/OK3568_Linux_fs/u-boot/
H A Du-boot.map