Searched refs:TUI_TP_NAME (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/common_modules/tzdriver/tui/ |
H A D | tui.c | 147 #define TUI_TP_NAME "tp" macro 183 static char *g_init_driver[DRIVER_NUM] = {TUI_TP_NAME, TUI_FP_NAME, TUI_GPIO_NAME}; 184 static char *g_deinit_driver[DRIVER_NUM] = {TUI_TP_NAME, TUI_FP_NAME, TUI_GPIO_NAME}; 189 static char *g_init_driver[DRIVER_NUM] = {TUI_DSS_NAME, TUI_TP_NAME, TUI_FP_NAME, TUI_GPIO_NAME}; 190 static char *g_deinit_driver[DRIVER_NUM] = {TUI_DSS_NAME, TUI_TP_NAME, TUI_FP_NAME, TUI_GPIO_NAME}; 619 if ((strncmp(name, TUI_TP_NAME, (size_t)TUI_DRV_NAME_MAX) == 0) && pdata == NULL) in register_tui_driver() 825 if (!strncmp(TUI_TP_NAME, pos->name, TUI_DRV_NAME_MAX)) { 1304 while (get_cfg_state(TUI_TP_NAME) == 0) { 1312 if (get_cfg_state(TUI_TP_NAME) == -1) { 1314 tui_msg_del(TUI_TP_NAME); [all...] |
Completed in 3 milliseconds