Searched refs:device_event (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Ddevices.c127 } device_event = { variable in typeref:struct:device_connect_event
129 .wait = __WAIT_QUEUE_HEAD_INITIALIZER(device_event.wait)
163 atomic_add(2, &device_event.count);
164 wake_up(&device_event.wait);
640 poll_wait(file, &device_event.wait, wait);
642 event_count = atomic_read(&device_event.count);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dsony-laptop.c2685 u8 device_event = 0; local
2714 device_event =
2732 sony_laptop_report_input_event(device_event);
2733 acpi_bus_generate_proc_event(dev->acpi_dev, 1, device_event);
2734 sonypi_compat_report_event(device_event);

Completed in 72 milliseconds