OLPC_GPIO_LID      96 arch/x86/platform/olpc/olpc-xo1-sci.c 		cs5535_gpio_clear(OLPC_GPIO_LID, GPIO_INPUT_INVERT);
OLPC_GPIO_LID      98 arch/x86/platform/olpc/olpc-xo1-sci.c 		cs5535_gpio_set(OLPC_GPIO_LID, GPIO_INPUT_INVERT);
OLPC_GPIO_LID     117 arch/x86/platform/olpc/olpc-xo1-sci.c 	state = cs5535_gpio_isset(OLPC_GPIO_LID, GPIO_READ_BACK);
OLPC_GPIO_LID     259 arch/x86/platform/olpc/olpc-xo1-sci.c 	cs5535_gpio_set(OLPC_GPIO_LID, GPIO_NEGATIVE_EDGE_STS);
OLPC_GPIO_LID     260 arch/x86/platform/olpc/olpc-xo1-sci.c 	cs5535_gpio_set(OLPC_GPIO_LID, GPIO_POSITIVE_EDGE_STS);
OLPC_GPIO_LID     280 arch/x86/platform/olpc/olpc-xo1-sci.c 		cs5535_gpio_clear(OLPC_GPIO_LID, GPIO_EVENTS_ENABLE);
OLPC_GPIO_LID     286 arch/x86/platform/olpc/olpc-xo1-sci.c 		cs5535_gpio_set(OLPC_GPIO_LID, GPIO_NEGATIVE_EDGE_STS);
OLPC_GPIO_LID     287 arch/x86/platform/olpc/olpc-xo1-sci.c 		cs5535_gpio_set(OLPC_GPIO_LID, GPIO_POSITIVE_EDGE_STS);
OLPC_GPIO_LID     289 arch/x86/platform/olpc/olpc-xo1-sci.c 		cs5535_gpio_set(OLPC_GPIO_LID, GPIO_EVENTS_ENABLE);
OLPC_GPIO_LID     303 arch/x86/platform/olpc/olpc-xo1-sci.c 	cs5535_gpio_set(OLPC_GPIO_LID, GPIO_EVENTS_ENABLE);
OLPC_GPIO_LID     404 arch/x86/platform/olpc/olpc-xo1-sci.c 	r = gpio_request(OLPC_GPIO_LID, "OLPC-LID");
OLPC_GPIO_LID     408 arch/x86/platform/olpc/olpc-xo1-sci.c 	gpio_direction_input(OLPC_GPIO_LID);
OLPC_GPIO_LID     410 arch/x86/platform/olpc/olpc-xo1-sci.c 	cs5535_gpio_clear(OLPC_GPIO_LID, GPIO_INPUT_INVERT);
OLPC_GPIO_LID     414 arch/x86/platform/olpc/olpc-xo1-sci.c 	cs5535_gpio_clear(OLPC_GPIO_LID, GPIO_EVENTS_ENABLE);
OLPC_GPIO_LID     415 arch/x86/platform/olpc/olpc-xo1-sci.c 	cs5535_gpio_clear(OLPC_GPIO_LID, GPIO_NEGATIVE_EDGE_EN);
OLPC_GPIO_LID     416 arch/x86/platform/olpc/olpc-xo1-sci.c 	cs5535_gpio_clear(OLPC_GPIO_LID, GPIO_POSITIVE_EDGE_EN);
OLPC_GPIO_LID     417 arch/x86/platform/olpc/olpc-xo1-sci.c 	cs5535_gpio_set(OLPC_GPIO_LID, GPIO_NEGATIVE_EDGE_STS);
OLPC_GPIO_LID     418 arch/x86/platform/olpc/olpc-xo1-sci.c 	cs5535_gpio_set(OLPC_GPIO_LID, GPIO_POSITIVE_EDGE_STS);
OLPC_GPIO_LID     421 arch/x86/platform/olpc/olpc-xo1-sci.c 	cs5535_gpio_setup_event(OLPC_GPIO_LID, 6, 1);
OLPC_GPIO_LID     427 arch/x86/platform/olpc/olpc-xo1-sci.c 	cs5535_gpio_set(OLPC_GPIO_LID, GPIO_EVENTS_ENABLE);
OLPC_GPIO_LID     434 arch/x86/platform/olpc/olpc-xo1-sci.c 	gpio_free(OLPC_GPIO_LID);