Lines Matching refs:consumers
163 list_for_each_entry(link, &dev->links.consumers, s_node) {
236 list_for_each_entry(link, &dev->links.consumers, s_node) {
251 * It moves the @dev along with all of its children and all of its consumers
598 list_for_each_entry(link, &supplier->links.consumers, s_node) {
698 list_add_tail_rcu(&link->s_node, &supplier->links.consumers);
771 * Loops through all consumers waiting on suppliers and tries to add all their
871 list_for_each_entry(link, &supplier->links.consumers, s_node) {
909 * that function checks the device's links to consumers. This means we need to
980 list_for_each_entry(link, &dev->links.consumers, s_node) {
989 * than once. This can happen if new consumers get added to the device
1110 * consumers by changing their status to "available".
1133 list_for_each_entry(link, &dev->links.consumers, s_node) {
1241 * Clean up leftover links to consumers for @dev and invoke
1253 list_for_each_entry(link, &dev->links.consumers, s_node) {
1278 * Update links to consumers for @dev by changing their status to "dormant" and
1290 list_for_each_entry_safe(link, ln, &dev->links.consumers, s_node) {
1316 * device_links_busy - Check if there are any busy links to consumers.
1325 * Return 'false' if there are no probing or active consumers.
1336 list_for_each_entry(link, &dev->links.consumers, s_node) {
1355 * device_links_unbind_consumers - Force unbind consumers of the given device.
1356 * @dev: Device to unbind the consumers of.
1358 * Walk the list of links to consumers for @dev and if any of them is in the
1376 list_for_each_entry(link, &dev->links.consumers, s_node) {
1425 * devices (either consumers or suppliers).
1434 list_for_each_entry_safe_reverse(link, ln, &dev->links.consumers, s_node) {
1486 * consumers can find this device as a supplier. So, this check is
1545 * - All the consumers are added before their suppliers
2491 INIT_LIST_HEAD(&dev->links.consumers);
2983 * Check if any of the other devices (consumers) have been waiting for
2991 * waiting consumers can link to it before the driver is bound to the