Lines Matching refs:OLPC_GPIO_LID

96 		cs5535_gpio_clear(OLPC_GPIO_LID, GPIO_INPUT_INVERT);  in flip_lid_inverter()
98 cs5535_gpio_set(OLPC_GPIO_LID, GPIO_INPUT_INVERT); in flip_lid_inverter()
117 state = cs5535_gpio_isset(OLPC_GPIO_LID, GPIO_READ_BACK); in detect_lid_state()
259 cs5535_gpio_set(OLPC_GPIO_LID, GPIO_NEGATIVE_EDGE_STS); in xo1_sci_intr()
260 cs5535_gpio_set(OLPC_GPIO_LID, GPIO_POSITIVE_EDGE_STS); in xo1_sci_intr()
280 cs5535_gpio_clear(OLPC_GPIO_LID, GPIO_EVENTS_ENABLE); in xo1_sci_suspend()
286 cs5535_gpio_set(OLPC_GPIO_LID, GPIO_NEGATIVE_EDGE_STS); in xo1_sci_suspend()
287 cs5535_gpio_set(OLPC_GPIO_LID, GPIO_POSITIVE_EDGE_STS); in xo1_sci_suspend()
289 cs5535_gpio_set(OLPC_GPIO_LID, GPIO_EVENTS_ENABLE); in xo1_sci_suspend()
303 cs5535_gpio_set(OLPC_GPIO_LID, GPIO_EVENTS_ENABLE); in xo1_sci_resume()
404 r = gpio_request(OLPC_GPIO_LID, "OLPC-LID"); in setup_lid_events()
408 gpio_direction_input(OLPC_GPIO_LID); in setup_lid_events()
410 cs5535_gpio_clear(OLPC_GPIO_LID, GPIO_INPUT_INVERT); in setup_lid_events()
414 cs5535_gpio_clear(OLPC_GPIO_LID, GPIO_EVENTS_ENABLE); in setup_lid_events()
415 cs5535_gpio_clear(OLPC_GPIO_LID, GPIO_NEGATIVE_EDGE_EN); in setup_lid_events()
416 cs5535_gpio_clear(OLPC_GPIO_LID, GPIO_POSITIVE_EDGE_EN); in setup_lid_events()
417 cs5535_gpio_set(OLPC_GPIO_LID, GPIO_NEGATIVE_EDGE_STS); in setup_lid_events()
418 cs5535_gpio_set(OLPC_GPIO_LID, GPIO_POSITIVE_EDGE_STS); in setup_lid_events()
421 cs5535_gpio_setup_event(OLPC_GPIO_LID, 6, 1); in setup_lid_events()
427 cs5535_gpio_set(OLPC_GPIO_LID, GPIO_EVENTS_ENABLE); in setup_lid_events()
434 gpio_free(OLPC_GPIO_LID); in free_lid_events()