Searched refs:child_node (Results 1 - 3 of 3) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/input/ |
H A D | rockchip_pwm_remotectl.c | 117 struct device_node *child_node;
in rk_remotectl_get_irkeybd_count() local 122 for_each_child_of_node(node, child_node)
in rk_remotectl_get_irkeybd_count() 124 if (of_property_read_u32(child_node, "rockchip,usercode", &temp_usercode)) {
in rk_remotectl_get_irkeybd_count() 138 struct device_node *child_node;
in rk_remotectl_parse_ir_keys() local 145 for_each_child_of_node(node, child_node)
in rk_remotectl_parse_ir_keys() 147 if (of_property_read_u32(child_node, "rockchip,usercode", &remotectl_button[boardnum].usercode)) {
in rk_remotectl_parse_ir_keys() 153 of_get_property(child_node, "rockchip,key_table", &len);
in rk_remotectl_parse_ir_keys() 157 if (of_property_read_u32_array(child_node, "rockchip,key_table", (u32 *)remotectl_button[boardnum].key_table,
in rk_remotectl_parse_ir_keys()
|
/device/soc/rockchip/rk3588/kernel/drivers/input/remotectl/ |
H A D | rockchip_pwm_remotectl.c | 123 struct device_node *child_node; in rk_remotectl_get_irkeybd_count() local 128 for_each_child_of_node(node, child_node) { in rk_remotectl_get_irkeybd_count() 129 if (of_property_read_u32(child_node, "rockchip,usercode", in rk_remotectl_get_irkeybd_count() 145 struct device_node *child_node; in rk_remotectl_parse_ir_keys() local 152 for_each_child_of_node(node, child_node) { in rk_remotectl_parse_ir_keys() 153 if (of_property_read_u32(child_node, "rockchip,usercode", in rk_remotectl_parse_ir_keys() 161 of_get_property(child_node, "rockchip,key_table", &len); in rk_remotectl_parse_ir_keys() 165 if (of_property_read_u32_array(child_node, "rockchip,key_table", in rk_remotectl_parse_ir_keys()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/tde/driver/src/adp/tde_v2_0/ |
H A D | tde_osictl_k.c | 1817 static hi_void tde_osi_init_slice_data(tde_slice_data *slice_data, tde_hw_node *child_node, hi_u32 i) in tde_osi_init_slice_data() argument 1820 slice_data->fmt = child_node->src1_ctrl.bits.src1_fmt; in tde_osi_init_slice_data() 1821 slice_data->h_scan_ord = child_node->src1_ctrl.bits.src1_h_scan_ord; in tde_osi_init_slice_data() 1822 slice_data->width = child_node->src1_imgsize.bits.src1_width + 1; in tde_osi_init_slice_data() 1824 slice_data->u32422v_pro = child_node->src1_ctrl.bits.src1_422v_pro; in tde_osi_init_slice_data() 1826 slice_data->hlmsc_en = child_node->src1_hsp.bits.hlmsc_en; in tde_osi_init_slice_data() 1827 slice_data->hchmsc_en = child_node->src1_hsp.bits.hchmsc_en; in tde_osi_init_slice_data() 1828 slice_data->hratio = child_node->src1_hsp.bits.hratio; in tde_osi_init_slice_data() 1829 slice_data->hor_loffset = child_node->src1_hloffset; in tde_osi_init_slice_data() 1830 slice_data->hor_coffset = child_node in tde_osi_init_slice_data() 1972 tde_osi_calc_slice_node(tde_slice_data *slice_data, tde_hw_node *child_node, hi_u32 i) tde_osi_calc_slice_node() argument 2018 tde_osi_calc_slice_mux(tde_slice_data *slice_data, tde_hw_node *child_node, hi_u32 i) tde_osi_calc_slice_mux() argument 2080 tde_osi_finalize_slice_calculation(tde_slice_data *slice_data, tde_hw_node *child_node) tde_osi_finalize_slice_calculation() argument 2119 tde_hw_node *child_node; tde_osi_calc_slice() local [all...] |
Completed in 9 milliseconds