Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/core/
Ddevices.c111 } device_event = { variable
113 .wait = __WAIT_QUEUE_HEAD_INITIALIZER(device_event.wait)
147 atomic_add(2, &device_event.count); in usbfs_conn_disc_event()
148 wake_up(&device_event.wait); in usbfs_conn_disc_event()
630 poll_wait(file, &device_event.wait, wait); in usb_device_poll()
632 event_count = atomic_read(&device_event.count); in usb_device_poll()
/Linux-v4.19/drivers/usb/dwc3/
Dcore.h1273 u32 device_event:7; member
1289 u32 device_event:7; member
/Linux-v4.19/net/bluetooth/
D6lowpan.c1248 static int device_event(struct notifier_block *unused, in device_event() function
1276 .notifier_call = device_event,
/Linux-v4.19/drivers/platform/x86/
Dsony-laptop.c4605 u8 device_event = 0; in sony_pic_irq() local
4634 device_event = in sony_pic_irq()
4637 if (!device_event) in sony_pic_irq()
4655 sony_laptop_report_input_event(device_event); in sony_pic_irq()
4656 sonypi_compat_report_event(device_event); in sony_pic_irq()