Home
last modified time | relevance | path

Searched refs:device_event (Results 1 – 3 of 3) sorted by relevance

/drivers/usb/core/
Ddevices.c124 } device_event = { variable
126 .wait = __WAIT_QUEUE_HEAD_INITIALIZER(device_event.wait)
160 atomic_add(2, &device_event.count); in usbfs_conn_disc_event()
161 wake_up(&device_event.wait); in usbfs_conn_disc_event()
649 poll_wait(file, &device_event.wait, wait); in usb_device_poll()
651 event_count = atomic_read(&device_event.count); in usb_device_poll()
/drivers/usb/dwc3/
Dcore.h1073 u32 device_event:7; member
1089 u32 device_event:7; member
/drivers/platform/x86/
Dsony-laptop.c4603 u8 device_event = 0; in sony_pic_irq() local
4632 device_event = in sony_pic_irq()
4635 if (!device_event) in sony_pic_irq()
4653 sony_laptop_report_input_event(device_event); in sony_pic_irq()
4654 sonypi_compat_report_event(device_event); in sony_pic_irq()