Lines Matching refs:list
10 * and add it to the list of power-controlled devices. sysfs entries for
13 * A separate list is used for keeping track of power info, because the power
15 * subsystem list maintains.
48 * The entries in the dpm_list list are in a depth first order, simply
50 * are inserted at the back of the list on discovery.
110 * device_pm_lock - Lock the list of active devices used by the PM core.
118 * device_pm_unlock - Unlock the list of active devices used by the PM core.
126 * device_pm_add - Add a device to the PM core's list of active devices.
127 * @dev: Device to add to the list.
148 * device_pm_remove - Remove a device from the PM core's list of active devices.
149 * @dev: Device to be removed from the list.
169 * device_pm_move_before - Move device in the PM core's list of active devices.
183 * device_pm_move_after - Move device in the PM core's list of active devices.
197 * device_pm_move_last - Move device to end of the PM core's list of devices.
202 pr_debug("Moving %s:%s to end of list\n",
267 * callbacks freeing the link objects for the links in the list we're
1092 struct list_head list;
1097 INIT_LIST_HEAD(&list);
1104 list_move(&dev->power.entry, &list);
1116 list_splice(&list, &dpm_list);