Searched defs:config_change (Results 1 - 2 of 2) sorted by relevance

/drivers/virtio/
H A Dvirtio_balloon.c37 wait_queue_head_t config_change; member in struct:virtio_balloon
210 wake_up(&vb->config_change);
232 wake_up(&vb->config_change);
262 wait_event_interruptible(vb->config_change,
326 init_waitqueue_head(&vb->config_change);
/drivers/usb/gadget/
H A Dpxa27x_udc.c2319 unsigned config, interface, alternate, config_change; local
2326 config_change = (config != udc->config);
2333 if (config_change)

Completed in 65 milliseconds