Symbol: OLPC_GPIO_LID
arch/x86/platform/olpc/olpc-xo1-sci.c
115
state = cs5535_gpio_isset(OLPC_GPIO_LID, GPIO_READ_BACK);
arch/x86/platform/olpc/olpc-xo1-sci.c
257
cs5535_gpio_set(OLPC_GPIO_LID, GPIO_NEGATIVE_EDGE_STS);
arch/x86/platform/olpc/olpc-xo1-sci.c
258
cs5535_gpio_set(OLPC_GPIO_LID, GPIO_POSITIVE_EDGE_STS);
arch/x86/platform/olpc/olpc-xo1-sci.c
278
cs5535_gpio_clear(OLPC_GPIO_LID, GPIO_EVENTS_ENABLE);
arch/x86/platform/olpc/olpc-xo1-sci.c
284
cs5535_gpio_set(OLPC_GPIO_LID, GPIO_NEGATIVE_EDGE_STS);
arch/x86/platform/olpc/olpc-xo1-sci.c
285
cs5535_gpio_set(OLPC_GPIO_LID, GPIO_POSITIVE_EDGE_STS);
arch/x86/platform/olpc/olpc-xo1-sci.c
287
cs5535_gpio_set(OLPC_GPIO_LID, GPIO_EVENTS_ENABLE);
arch/x86/platform/olpc/olpc-xo1-sci.c
301
cs5535_gpio_set(OLPC_GPIO_LID, GPIO_EVENTS_ENABLE);
arch/x86/platform/olpc/olpc-xo1-sci.c
402
r = gpio_request(OLPC_GPIO_LID, "OLPC-LID");
arch/x86/platform/olpc/olpc-xo1-sci.c
406
gpio_direction_input(OLPC_GPIO_LID);
arch/x86/platform/olpc/olpc-xo1-sci.c
408
cs5535_gpio_clear(OLPC_GPIO_LID, GPIO_INPUT_INVERT);
arch/x86/platform/olpc/olpc-xo1-sci.c
412
cs5535_gpio_clear(OLPC_GPIO_LID, GPIO_EVENTS_ENABLE);
arch/x86/platform/olpc/olpc-xo1-sci.c
413
cs5535_gpio_clear(OLPC_GPIO_LID, GPIO_NEGATIVE_EDGE_EN);
arch/x86/platform/olpc/olpc-xo1-sci.c
414
cs5535_gpio_clear(OLPC_GPIO_LID, GPIO_POSITIVE_EDGE_EN);
arch/x86/platform/olpc/olpc-xo1-sci.c
415
cs5535_gpio_set(OLPC_GPIO_LID, GPIO_NEGATIVE_EDGE_STS);
arch/x86/platform/olpc/olpc-xo1-sci.c
416
cs5535_gpio_set(OLPC_GPIO_LID, GPIO_POSITIVE_EDGE_STS);
arch/x86/platform/olpc/olpc-xo1-sci.c
419
cs5535_gpio_setup_event(OLPC_GPIO_LID, 6, 1);
arch/x86/platform/olpc/olpc-xo1-sci.c
425
cs5535_gpio_set(OLPC_GPIO_LID, GPIO_EVENTS_ENABLE);
arch/x86/platform/olpc/olpc-xo1-sci.c
432
gpio_free(OLPC_GPIO_LID);
arch/x86/platform/olpc/olpc-xo1-sci.c
94
cs5535_gpio_clear(OLPC_GPIO_LID, GPIO_INPUT_INVERT);
arch/x86/platform/olpc/olpc-xo1-sci.c
96
cs5535_gpio_set(OLPC_GPIO_LID, GPIO_INPUT_INVERT);