Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/drivers/usb/dwc3/
Dcore.h1324 u32 device_event:7; member
1340 u32 device_event:7; member
/Linux-v5.4/net/bluetooth/
D6lowpan.c1242 static int device_event(struct notifier_block *unused, in device_event() function
1270 .notifier_call = device_event,
/Linux-v5.4/drivers/platform/x86/
Dsony-laptop.c4593 u8 device_event = 0; in sony_pic_irq() local
4622 device_event = in sony_pic_irq()
4625 if (!device_event) in sony_pic_irq()
4643 sony_laptop_report_input_event(device_event); in sony_pic_irq()
4644 sonypi_compat_report_event(device_event); in sony_pic_irq()