Searched defs:config_change (Results 1 - 2 of 2) 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)

Completed in 102 milliseconds