Searched refs:sub_node (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/sound/soc/mediatek/common/ |
H A D | mtk-soundcard-driver.c | 16 struct device_node *sub_node, in set_card_codec_info() argument 23 codec_node = of_get_child_by_name(sub_node, "codec"); in set_card_codec_info() 46 struct device_node *sub_node, in set_dailink_daifmt() argument 60 daifmt = snd_soc_daifmt_parse_format(sub_node, NULL); in set_dailink_daifmt() 70 ret = of_property_read_string(sub_node, "mediatek,clk-provider", &str); in set_dailink_daifmt() 89 struct device_node *sub_node; in parse_dai_link_info() local 95 for_each_available_child_of_node(dev->of_node, sub_node) { in parse_dai_link_info() 96 if (of_property_read_string(sub_node, "link-name", in parse_dai_link_info() 98 of_node_put(sub_node); in parse_dai_link_info() 108 of_node_put(sub_node); in parse_dai_link_info() [all …]
|
/openbmc/linux/drivers/leds/flash/ |
H A D | leds-aat1290.c | 217 struct device_node **sub_node) in aat1290_led_parse_dt() argument 283 *sub_node = child_node; in aat1290_led_parse_dt() 333 struct device_node **sub_node) in aat1290_led_get_configuration() argument 337 ret = aat1290_led_parse_dt(led, cfg, sub_node); in aat1290_led_get_configuration() 462 struct device_node *sub_node = NULL; in aat1290_led_probe() local 482 ret = aat1290_led_get_configuration(led, &led_cfg, &sub_node); in aat1290_led_probe() 495 init_data.fwnode = of_fwnode_handle(sub_node); in aat1290_led_probe() 507 led->v4l2_flash = v4l2_flash_init(dev, of_fwnode_handle(sub_node), in aat1290_led_probe()
|
H A D | leds-max77693.c | 914 struct device_node *sub_node) in max77693_register_led() argument 930 sub_led->v4l2_flash = v4l2_flash_init(dev, of_fwnode_handle(sub_node), in max77693_register_led()
|
/openbmc/u-boot/tools/binman/ |
H A D | entry_test.py | 73 sub_node = Node('subnode', base_node) 74 sub_entry = entry.Entry(None, None, sub_node, read_node=False)
|