Searched refs:children (Results 1 – 18 of 18) sorted by relevance
77 struct node *build_node(struct property *proplist, struct node *children) in build_node() argument85 new->children = children; in build_node()142 while (new_node->children) { in merge_nodes()144 new_child = new_node->children; in merge_nodes()145 new_node->children = new_child->next_sibling; in merge_nodes()198 p = &parent->children; in add_child()461 bootcpu = cpus->children; in guess_boot_cpuid()587 node->children = tbl[0]; in sort_subnodes()
145 struct node *children; member166 for ((c) = (n)->children; (c); (c) = (c)->next_sibling)174 struct node *build_node(struct property *proplist, struct node *children);
766 if (node->children) in unflatten_tree()
579 if (ms_dev->children[i]) in ms_hub_reset()580 ms_usb_disconnect(&ms_dev->children[i]); in ms_hub_reset()619 if (ms_parent->children[i] == ms_dev) in ms_hub_start_disconnect()621 ms_usb_disconnect(&ms_parent->children[i]); in ms_hub_start_disconnect()807 if (udev->children[i]) in ms_recursively_NOTATTACHED()808 ms_recursively_NOTATTACHED(udev->children[i]); in ms_recursively_NOTATTACHED()928 if (pHub->children[port]) in ms_hub_port_connect_change()929 ms_usb_disconnect(&pHub->children[port]); in ms_hub_port_connect_change()965 pHub->children[port] = pUdev; in ms_hub_port_connect_change()1065 pHub->children[port] = NULL; in ms_hub_port_connect_change()[all …]
97 ms_list_init(&ms_gdev->children); in ms_device_initialize()123 ms_insert_list_before(&ms_gdev->node,&parent->children); in ms_device_add()
493 struct usb_device **child = pUdev->children + i; in ms_usb_disconnect()
3440 if (hub->children[i] == NULL) in hub_ioctl()3444 hub->children[i]->devnum; in hub_ioctl()3539 if (dev->children[i]) in hub_reset()3540 usb_disconnect(&dev->children[i]); in hub_reset()3702 if (parent->children[i] == dev) { in hub_start_disconnect()3703 usb_disconnect(&parent->children[i]); in hub_start_disconnect()5021 if (hub->children[port]) in hub_port_connect_change()5022 usb_disconnect(&hub->children[port]); in hub_port_connect_change()5349 hub->children[port] = dev; in hub_port_connect_change()5921 hub->children[port] = NULL; in hub_port_connect_change()[all …]
92 INIT_LIST_HEAD(&dev->children); in device_initialize()111 list_add_tail(&dev->node,&parent->children); in device_add()
2810 if (m_dev->children[child]) { in match_device()2811 ret_dev = match_device(m_dev->children[child], in match_device()3065 struct usb_device **child = dev->children + i; in usb_disconnect()
2191 if (hub->children [i])2192 usb_disconnect (&hub->children [i]);
323 && (dev->children[i])) { in hub_events_Port2()
110 struct list_head children; // list of child devices member
204 struct usb_device *children[USB_MAXCHILDREN]; member
118 struct list_head children; // List of child devices member
245 struct usb_device *children[USB_MAXCHILDREN]; member
255 __const struct argp_child *children; member
1469 # number of direct children of the root node in a graph is already larger than
1468 # number of direct children of the root node in a graph is already larger than