Searched refs:get_char (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/env/ |
| H A D | env.c | 81 if (!drv->get_char) in env_get_char() 83 ret = drv->get_char(index); in env_get_char()
|
| H A D | nvram.c | 119 .get_char = env_nvram_get_char,
|
| H A D | eeprom.c | 233 .get_char = env_eeprom_get_char,
|
| /OK3568_Linux_fs/kernel/drivers/accessibility/speakup/ |
| H A D | main.c | 459 static u16 get_char(struct vc_data *vc, u16 *pos, u_char *attribs) in get_char() function 487 ch = get_char(vc, (u_short *)spk_pos, &spk_attr); in say_char() 502 ch = get_char(vc, (u_short *)spk_pos, &spk_attr); in say_phonetic_char() 554 ch = get_char(vc, (u_short *)tmp_pos, &temp); in get_word() 563 get_char(vc, (u_short *)tmp_pos + 1, &temp) > SPACE) { in get_word() 568 ch = get_char(vc, (u_short *)tmp_pos - 1, &temp); in get_word() 571 get_char(vc, (u_short *)tmp_pos, &temp) > SPACE) in get_word() 577 attr_ch = get_char(vc, (u_short *)tmp_pos, &spk_attr); in get_word() 582 ch = get_char(vc, (u_short *)tmp_pos, &temp); in get_word() 639 ch = get_char(vc, (u_short *)spk_pos, &temp); in say_prev_word() [all …]
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | environment.h | 244 int (*get_char)(int index); member
|