Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/core/
Ddevices.c131 } device_event = { variable
133 .wait = __WAIT_QUEUE_HEAD_INITIALIZER(device_event.wait)
167 atomic_add(2, &device_event.count); in usbfs_conn_disc_event()
168 wake_up(&device_event.wait); in usbfs_conn_disc_event()
653 poll_wait(file, &device_event.wait, wait); in usb_device_poll()
655 event_count = atomic_read(&device_event.count); in usb_device_poll()
/linux-4.4.14/drivers/usb/dwc3/
Dcore.h962 u32 device_event:7; member
978 u32 device_event:7; member
/linux-4.4.14/net/bluetooth/
D6lowpan.c1361 static int device_event(struct notifier_block *unused, in device_event() function
1389 .notifier_call = device_event,
/linux-4.4.14/drivers/platform/x86/
Dsony-laptop.c4575 u8 device_event = 0; in sony_pic_irq() local
4604 device_event = in sony_pic_irq()
4607 if (!device_event) in sony_pic_irq()
4625 sony_laptop_report_input_event(device_event); in sony_pic_irq()
4626 sonypi_compat_report_event(device_event); in sony_pic_irq()