Lines Matching refs:child

92 			dev_info_t **child);
280 dev_info_t *child = ddi_get_child(dip);
360 while (child) {
361 dev_info_t *next = ddi_get_next_sibling(child);
362 (void) ddi_remove_child(child, 0);
363 child = next;
694 /* we have the first child coming out of low power */
697 /* we have the last child going to low power */
705 * given a child dip, locate its port number
829 * event to its child, it results in this busctl call
939 * event to its child, it results in this busctl call
945 * When one child is resuming, the other could timeout
1026 * child post attach/detach notifications
1039 * Check if the child created wants to be power managed.
1042 * If no, we set power of the new child by default
1074 * We set power of the detached child
1092 * After the child's power entry point has been called
1198 * because child went to low power state, and
1292 * enumerate one child according to 'port'
1345 "hubd_config_one: onlining child");
1369 void *arg, dev_info_t **child)
1407 rval = ndi_busop_bus_config(dip, flag, op, arg, child, 0);
1551 /* indicate that child is changing power level */
1558 * this child is transitioning from power off
1587 /* record child's pwr and suspend port if required */
2182 /* open child's default pipe with USBA_DEFAULT_ADDR */
2328 /* walk child list and remove nodes with flag DEVI_DEVICE_REMOVED */
2447 * The usb_root_hub_dip pointer for the child hub of the WUSB
3040 * allocate arrays for saving the dips of each child per port
3852 * the child driver at the same time.
3862 * to the child.
3906 * Don't raise power on detaching child
3910 * As this child is not
3928 * make sure that child
4017 /* release the hold on the child */
4229 "creating child port%d, status=0x%x "
4234 * if the child already exists, set addrs and config
4235 * to the device post connect event to the child
4284 * indicate to the child that
5192 /* first post a disconnect event to the child */
5797 /* set owner of default pipe to child dip */
5811 * - create child dip
6320 * fail the child creation directly if config
6404 "failure to remove child node");
6434 * - lookup child dips, there may be multiple on this port
6435 * - offline each child devi
6466 * if the child was still < DS_INITIALIZED
6468 * we have to zap the child here
6634 * Post this event to the specified child
6677 * post event to a child on the port depending on the type
6742 * Check if this child has missed the disconnect event before
6787 * Check if this child has missed the pre-suspend event before
8043 * Generate the ap_id str based on the parent and child
8099 /* check if child still exists */
8154 /* connected but no child dip */
8401 * child device to select a configuration of config_index.
8454 "child bmAttributes=0x%x bMaxPower=%d "
8478 * Increase the hub power budget value when a child device
8537 * Decrease the hub power budget value when a child device
8632 * - delete the child (force detaching the device and its children)
8634 * - create the child (force re-attaching the device and its children)
8723 * We need to make sure that the child is still online for a hotplug
8724 * thread could have inserted which detached the child.
8785 /* Reset the parent hubd port and create new child */