Home
last modified time | relevance | path

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

/linux-6.6.21/sound/soc/mediatek/common/
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()
42 struct device_node *sub_node, in set_dailink_daifmt() argument
56 daifmt = snd_soc_daifmt_parse_format(sub_node, NULL); in set_dailink_daifmt()
66 ret = of_property_read_string(sub_node, "mediatek,clk-provider", &str); in set_dailink_daifmt()
85 struct device_node *sub_node; in parse_dai_link_info() local
91 for_each_available_child_of_node(dev->of_node, sub_node) { in parse_dai_link_info()
92 if (of_property_read_string(sub_node, "link-name", in parse_dai_link_info()
94 of_node_put(sub_node); in parse_dai_link_info()
104 of_node_put(sub_node); in parse_dai_link_info()
[all …]
/linux-6.6.21/drivers/leds/flash/
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()
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()