Home
last modified time | relevance | path

Searched refs:get_cfg_state (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/common_modules/tzdriver/tui/
H A Dtui.c1194 static int get_cfg_state(const char *name) function
1275 if (get_cfg_state(TUI_DSS_NAME) == 0) {
1277 while (get_cfg_state(TUI_DSS_NAME) == 0) {
1286 if (get_cfg_state(TUI_DSS_NAME) == -1) {
1304 while (get_cfg_state(TUI_TP_NAME) == 0) {
1312 if (get_cfg_state(TUI_TP_NAME) == -1) {
1321 while (get_cfg_state(TUI_GPIO_NAME) == 0 ||
1322 get_cfg_state(TUI_FP_NAME) == 0) {
1330 if (get_cfg_state(TUI_GPIO_NAME) == -1 ||
1331 get_cfg_state(TUI_FP_NAM
[all...]

Completed in 3 milliseconds