Searched refs:usercode (Results 1 - 2 of 2) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/input/ |
H A D | rockchip_pwm_remotectl.c | 51 int usercode;
member 92 if (remotectl_button[i].usercode == (ddata->scandata & 0xFFFF)) {
in remotectl_keybd_num_lookup() 124 if (of_property_read_u32(child_node, "rockchip,usercode", &temp_usercode)) {
in rk_remotectl_get_irkeybd_count() 147 if (of_property_read_u32(child_node, "rockchip,usercode", &remotectl_button[boardnum].usercode)) {
in rk_remotectl_parse_ir_keys() 148 dev_err(&pdev->dev, "Missing usercode in the DTS.\n");
in rk_remotectl_parse_ir_keys() 152 DBG("remotectl_button[0].usercode=0x%x\n", remotectl_button[boardnum].usercode);
in rk_remotectl_parse_ir_keys() 404 int scancode, usercode, pwrkey;
in rk_pwm_pwrkey_wakeup_init() local 409 usercode in rk_pwm_pwrkey_wakeup_init() [all...] |
/device/soc/rockchip/rk3588/kernel/drivers/input/remotectl/ |
H A D | rockchip_pwm_remotectl.c | 54 int usercode; member 95 if (remotectl_button[i].usercode == (ddata->scandata&0xFFFF)) { in remotectl_keybd_num_lookup() 129 if (of_property_read_u32(child_node, "rockchip,usercode", in rk_remotectl_get_irkeybd_count() 153 if (of_property_read_u32(child_node, "rockchip,usercode", in rk_remotectl_parse_ir_keys() 154 &remotectl_button[boardnum].usercode)) { in rk_remotectl_parse_ir_keys() 155 dev_err(&pdev->dev, "Missing usercode in the DTS.\n"); in rk_remotectl_parse_ir_keys() 159 DBG("remotectl_button[0].usercode=0x%x\n", in rk_remotectl_parse_ir_keys() 160 remotectl_button[boardnum].usercode); in rk_remotectl_parse_ir_keys() 424 int scancode, usercode, pwrkey; in rk_pwm_pwrkey_wakeup_init() local 428 usercode in rk_pwm_pwrkey_wakeup_init() [all...] |
Completed in 3 milliseconds