Searched refs:config_change (Results 1 - 3 of 3) sorted by relevance

/drivers/virtio/
H A Dvirtio_balloon.c44 wait_queue_head_t config_change; member in struct:virtio_balloon
241 wake_up(&vb->config_change);
263 wake_up(&vb->config_change);
296 wait_event_interruptible(vb->config_change,
360 init_waitqueue_head(&vb->config_change);
/drivers/usb/gadget/
H A Dpxa27x_udc.c2320 unsigned config, interface, alternate, config_change; local
2327 config_change = (config != udc->config);
2334 if (config_change)
H A Dpxa25x_udc.c1517 config_change:
1537 goto config_change;

Completed in 87 milliseconds