Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dcs5535.h155 #define GPIO_READ_BACK 0x30 macro
/openbmc/linux/drivers/gpio/
H A Dgpio-cs5535.c232 return cs5535_gpio_isset(offset, GPIO_READ_BACK); in chip_gpio_get()
/openbmc/linux/arch/x86/platform/olpc/
H A Dolpc-xo1-sci.c116 state = cs5535_gpio_isset(OLPC_GPIO_LID, GPIO_READ_BACK); in detect_lid_state()