Home
last modified time | relevance | path

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

/device/soc/amlogic/a311d/soc/amlogic/input/keyboard/
Dgpio_keypad.c38 int last_state; member
104 if (state != bdata->last_state) { in gpio_keypad_check_state()
106 bdata->last_state = state; in gpio_keypad_check_state()
137 gpio_keys_button_event(input, &pdata->buttons[i], bdata->last_state); in gpio_keypad_poll()
376 bdata->last_state = -1; in gpio_keypad_probe()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/priv/
Dtcp_priv.h239 #define TCP_EVENT_ERR(last_state, errf, arg, err) do { if (last_state != SYN_RCVD) { … argument
298 #define TCP_EVENT_ERR(last_state, errf, arg, err) \ argument
300 LWIP_UNUSED_ARG(last_state); \
/device/soc/esp/esp32/components/soc/esp32/include/soc/
Dspi_struct.h206 …uint32_t last_state: 3; /*In the slave mode it is the state of spi state m… member