Searched refs:vhub_np (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | hub.c | 880 const struct device_node *vhub_np) in ast_vhub_of_parse_dev_desc() 885 if (!of_property_read_u32(vhub_np, "vhub-vendor-id", &data)) { in ast_vhub_of_parse_dev_desc() 889 if (!of_property_read_u32(vhub_np, "vhub-product-id", &data)) { in ast_vhub_of_parse_dev_desc() 893 if (!of_property_read_u32(vhub_np, "vhub-device-revision", &data)) { in ast_vhub_of_parse_dev_desc() 1015 const struct device_node *vhub_np = vhub->pdev->dev.of_node; in ast_vhub_init_desc() local 1020 ast_vhub_of_parse_dev_desc(vhub, vhub_np); in ast_vhub_init_desc() 1035 desc_np = of_get_child_by_name(vhub_np, "vhub-strings"); in ast_vhub_init_desc() 879 ast_vhub_of_parse_dev_desc(struct ast_vhub *vhub, const struct device_node *vhub_np) ast_vhub_of_parse_dev_desc() argument
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | hub.c | 905 const struct device_node *vhub_np) in ast_vhub_of_parse_dev_desc() 910 if (!of_property_read_u32(vhub_np, "vhub-vendor-id", &data)) { in ast_vhub_of_parse_dev_desc() 914 if (!of_property_read_u32(vhub_np, "vhub-product-id", &data)) { in ast_vhub_of_parse_dev_desc() 918 if (!of_property_read_u32(vhub_np, "vhub-device-revision", &data)) { in ast_vhub_of_parse_dev_desc() 1040 const struct device_node *vhub_np = vhub->pdev->dev.of_node; in ast_vhub_init_desc() local 1045 ast_vhub_of_parse_dev_desc(vhub, vhub_np); in ast_vhub_init_desc() 1060 desc_np = of_get_child_by_name(vhub_np, "vhub-strings"); in ast_vhub_init_desc() 904 ast_vhub_of_parse_dev_desc(struct ast_vhub *vhub, const struct device_node *vhub_np) ast_vhub_of_parse_dev_desc() argument
|
Completed in 3 milliseconds