Home
last modified time | relevance | path

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

/linux/sound/soc/sdca/
H A Dsdca_functions.c845 struct fwnode_handle *control_node, in find_sdca_control_range()
853 num_range = fwnode_property_count_u8(control_node, "mipi-sdca-control-range"); in find_sdca_control_range()
863 fwnode_property_read_u8_array(control_node, "mipi-sdca-control-range", in find_sdca_control_range()
883 struct fwnode_handle *control_node, in find_sdca_control_value()
894 ret = fwnode_property_read_u32(control_node, property, &tmp); in find_sdca_control_value()
907 ret = fwnode_property_read_u32(control_node, property, &tmp); in find_sdca_control_value()
952 struct fwnode_handle *control_node, in find_sdca_entity_control()
958 ret = fwnode_property_read_u32(control_node, "mipi-sdca-control-access-mode", &tmp); in find_sdca_entity_control()
967 ret = fwnode_property_read_u32(control_node, "mipi-sdca-control-access-layer", &tmp); in find_sdca_entity_control()
976 ret = fwnode_property_read_u64(control_node, "mip in find_sdca_entity_control()
837 find_sdca_control_range(struct device * dev,struct fwnode_handle * control_node,struct sdca_control_range * range) find_sdca_control_range() argument
875 find_sdca_control_value(struct device * dev,struct sdca_entity * entity,struct fwnode_handle * control_node,struct sdca_control * control,const char * const label) find_sdca_control_value() argument
944 find_sdca_entity_control(struct device * dev,struct sdca_entity * entity,struct fwnode_handle * control_node,struct sdca_control * control) find_sdca_entity_control() argument
1085 struct fwnode_handle *control_node; find_sdca_entity_controls() local
[all...]
/linux/drivers/usb/musb/
H A Domap2430.c310 struct device_node *control_node; in omap2430_probe() local
372 control_node = of_parse_phandle(np, "ctrl-module", 0); in omap2430_probe()
373 if (control_node) { in omap2430_probe()
374 control_pdev = of_find_device_by_node(control_node); in omap2430_probe()
375 of_node_put(control_node); in omap2430_probe()
/linux/drivers/phy/ti/
H A Dphy-omap-usb2.c380 struct device_node *control_node; in omap_usb2_probe() local
421 control_node = of_parse_phandle(node, "ctrl-module", 0); in omap_usb2_probe()
422 if (!control_node) { in omap_usb2_probe()
428 control_pdev = of_find_device_by_node(control_node); in omap_usb2_probe()
H A Dphy-ti-pipe3.c681 struct device_node *control_node; in ti_pipe3_get_sysctrl() local
701 control_node = of_parse_phandle(node, "ctrl-module", 0); in ti_pipe3_get_sysctrl()
702 if (!control_node) { in ti_pipe3_get_sysctrl()
707 control_pdev = of_find_device_by_node(control_node); in ti_pipe3_get_sysctrl()
708 of_node_put(control_node); in ti_pipe3_get_sysctrl()