Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/sdca/
H A Dsdca_functions.c779 struct fwnode_handle *control_node, in find_sdca_control_range() argument
821 struct fwnode_handle *control_node, in find_sdca_entity_control() argument
847 ret = fwnode_property_read_u32(control_node, in find_sdca_entity_control()
861 ret = fwnode_property_read_u32(control_node, in find_sdca_entity_control()
869 ret = fwnode_property_read_u32(control_node, in find_sdca_entity_control()
884 control->deferrable = fwnode_property_read_bool(control_node, in find_sdca_entity_control()
891 ret = find_sdca_control_range(dev, control_node, &control->range); in find_sdca_entity_control()
909 ret = fwnode_property_read_u32(control_node, in find_sdca_entity_control()
961 struct fwnode_handle *control_node; in find_sdca_entity_controls() local
969 if (!control_node) { in find_sdca_entity_controls()
[all …]
/linux-6.15/drivers/usb/musb/
H A Domap2430.c311 struct device_node *control_node; in omap2430_probe() local
376 control_node = of_parse_phandle(np, "ctrl-module", 0); in omap2430_probe()
377 if (control_node) { in omap2430_probe()
378 control_pdev = of_find_device_by_node(control_node); in omap2430_probe()
379 of_node_put(control_node); in omap2430_probe()
/linux-6.15/drivers/phy/ti/
H A Dphy-omap-usb2.c373 struct device_node *control_node; in omap_usb2_probe() local
413 control_node = of_parse_phandle(node, "ctrl-module", 0); in omap_usb2_probe()
414 if (!control_node) { in omap_usb2_probe()
420 control_pdev = of_find_device_by_node(control_node); in omap_usb2_probe()
H A Dphy-ti-pipe3.c674 struct device_node *control_node; in ti_pipe3_get_sysctrl() local
693 control_node = of_parse_phandle(node, "ctrl-module", 0); in ti_pipe3_get_sysctrl()
694 if (!control_node) { in ti_pipe3_get_sysctrl()
699 control_pdev = of_find_device_by_node(control_node); in ti_pipe3_get_sysctrl()
700 of_node_put(control_node); in ti_pipe3_get_sysctrl()