Home
last modified time | relevance | path

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

/linux/arch/x86/platform/olpc/
H A Dolpc-xo1-sci.c33 static struct input_dev *lid_switch_idev; variable
127 if (!!test_bit(SW_LID, lid_switch_idev->sw) == !lid_open) in send_lid_state()
130 input_report_switch(lid_switch_idev, SW_LID, !lid_open); in send_lid_state()
131 input_sync(lid_switch_idev); in send_lid_state()
132 pm_wakeup_event(&lid_switch_idev->dev, 0); in send_lid_state()
278 if (!device_may_wakeup(&lid_switch_idev->dev)) { in xo1_sci_suspend()
500 lid_switch_idev = input_allocate_device(); in setup_lid_switch()
501 if (!lid_switch_idev) in setup_lid_switch()
504 lid_switch_idev->name = "Lid Switch"; in setup_lid_switch()
505 lid_switch_idev->phys = DRV_NAME "/input2"; in setup_lid_switch()
[all …]