Home
last modified time | relevance | path

Searched refs:desc_np (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/aspeed-vhub/
H A Dhub.c970 const struct device_node *desc_np) in ast_vhub_of_parse_str_desc()
982 for_each_child_of_node(desc_np, child) { in ast_vhub_of_parse_str_desc()
1014 struct device_node *desc_np; in ast_vhub_init_desc() local
1035 desc_np = of_get_child_by_name(vhub_np, "vhub-strings"); in ast_vhub_init_desc()
1036 if (desc_np) { in ast_vhub_init_desc()
1037 ret = ast_vhub_of_parse_str_desc(vhub, desc_np); in ast_vhub_init_desc()
1038 of_node_put(desc_np); in ast_vhub_init_desc()
969 ast_vhub_of_parse_str_desc(struct ast_vhub *vhub, const struct device_node *desc_np) ast_vhub_of_parse_str_desc() argument
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/aspeed-vhub/
H A Dhub.c995 const struct device_node *desc_np) in ast_vhub_of_parse_str_desc()
1007 for_each_child_of_node(desc_np, child) { in ast_vhub_of_parse_str_desc()
1039 struct device_node *desc_np; in ast_vhub_init_desc() local
1060 desc_np = of_get_child_by_name(vhub_np, "vhub-strings"); in ast_vhub_init_desc()
1061 if (desc_np) { in ast_vhub_init_desc()
1062 ret = ast_vhub_of_parse_str_desc(vhub, desc_np); in ast_vhub_init_desc()
1063 of_node_put(desc_np); in ast_vhub_init_desc()
994 ast_vhub_of_parse_str_desc(struct ast_vhub *vhub, const struct device_node *desc_np) ast_vhub_of_parse_str_desc() argument
/kernel/linux/linux-5.10/drivers/soc/qcom/
H A Dcpr.c1079 struct device_node *desc_np; in cpr_get_opp_hz_for_req() local
1083 desc_np = dev_pm_opp_of_get_opp_desc_node(cpu_dev); in cpr_get_opp_hz_for_req()
1084 if (!desc_np) in cpr_get_opp_hz_for_req()
1093 child_np = of_get_next_available_child(desc_np, child_np); in cpr_get_opp_hz_for_req()
1104 of_node_put(desc_np); in cpr_get_opp_hz_for_req()
/kernel/linux/linux-6.6/drivers/pmdomain/qcom/
H A Dcpr.c1045 struct device_node *desc_np; in cpr_get_opp_hz_for_req() local
1049 desc_np = dev_pm_opp_of_get_opp_desc_node(cpu_dev); in cpr_get_opp_hz_for_req()
1050 if (!desc_np) in cpr_get_opp_hz_for_req()
1059 child_np = of_get_next_available_child(desc_np, child_np); in cpr_get_opp_hz_for_req()
1070 of_node_put(desc_np); in cpr_get_opp_hz_for_req()

Completed in 8 milliseconds