Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/platform/olpc/
Dolpc-xo1-sci.c38 static struct input_dev *lid_switch_idev; variable
132 if (!!test_bit(SW_LID, lid_switch_idev->sw) == !lid_open) in send_lid_state()
135 input_report_switch(lid_switch_idev, SW_LID, !lid_open); in send_lid_state()
136 input_sync(lid_switch_idev); in send_lid_state()
137 pm_wakeup_event(&lid_switch_idev->dev, 0); in send_lid_state()
277 if (!device_may_wakeup(&lid_switch_idev->dev)) { in xo1_sci_suspend()
499 lid_switch_idev = input_allocate_device(); in setup_lid_switch()
500 if (!lid_switch_idev) in setup_lid_switch()
503 lid_switch_idev->name = "Lid Switch"; in setup_lid_switch()
504 lid_switch_idev->phys = DRV_NAME "/input2"; in setup_lid_switch()
[all …]