Home
last modified time | relevance | path

Searched refs:all_groups (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/accessibility/speakup/
Di18n.c362 static struct msg_group_t all_groups[] = { variable
400 static const int num_groups = ARRAY_SIZE(all_groups);
586 if (!strcmp(all_groups[i].name, group_name)) { in spk_find_msg_group()
587 group = &all_groups[i]; in spk_find_msg_group()
/Linux-v6.1/arch/s390/hypfs/
Dhypfs_vm.c24 static char *all_groups = all_guests; variable
67 memcpy(parm_list.aci_grp, all_groups, NAME_LEN); in diag2fc()