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.
49 * The entries in the dpm_list list are in a depth first order, simply
51 * are inserted at the back of the list on discovery.
111 * device_pm_lock - Lock the list of active devices used by the PM core.
119 * device_pm_unlock - Unlock the list of active devices used by the PM core.
127 * device_pm_add - Add a device to the PM core's list of active devices.
128 * @dev: Device to add to the list.
149 * device_pm_remove - Remove a device from the PM core's list of active devices.
150 * @dev: Device to be removed from the list.
170 * device_pm_move_before - Move device in the PM core's list of active devices.
184 * device_pm_move_after - Move device in the PM core's list of active devices.
198 * device_pm_move_last - Move device to end of the PM core's list of devices.
203 pr_debug("Moving %s:%s to end of list\n",
271 * callbacks freeing the link objects for the links in the list we're
1098 struct list_head list;
1103 INIT_LIST_HEAD(&list);
1110 list_move(&dev->power.entry, &list);
1122 list_splice(&list, &dpm_list);