Home
last modified time | relevance | path

Searched refs:sub_node (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/sound/soc/mediatek/common/
H A Dmtk-soundcard-driver.c16 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()
89 struct device_node *sub_node; in parse_dai_link_info() local
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()
114 of_node_put(sub_node); in parse_dai_link_info()
118 ret = set_dailink_daifmt(card, sub_node, dai_link); in parse_dai_link_info()
[all …]
/openbmc/linux/drivers/leds/flash/
H A Dleds-aat1290.c217 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 Dleds-max77693.c914 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 Dentry_test.py73 sub_node = Node('subnode', base_node)
74 sub_entry = entry.Entry(None, None, sub_node, read_node=False)