Home
last modified time | relevance | path

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

/openbmc/linux/drivers/input/misc/
H A Diqs7222.c304 struct iqs7222_reg_grp_desc reg_grps[IQS7222_NUM_REG_GRPS]; member
317 .reg_grps = {
375 .reg_grps = {
429 .reg_grps = {
471 .reg_grps = {
518 .reg_grps = {
575 .reg_grps = {
631 .reg_grps = {
687 .reg_grps = {
743 .reg_grps = {
[all …]
/openbmc/qemu/hw/xen/
H A Dxen_pt.h242 QLIST_HEAD(, XenPTRegGroup) reg_grps;
H A Dxen_pt_config_init.c68 QLIST_FOREACH(entry, &s->reg_grps, entries) { in xen_pt_find_reg_grp()
2019 QLIST_INIT(&s->reg_grps); in xen_pt_config_init()
2054 QLIST_INSERT_HEAD(&s->reg_grps, reg_grp_entry, entries); in xen_pt_config_init()
2109 QLIST_FOREACH_SAFE(reg_group, &s->reg_grps, entries, next_grp) { in xen_pt_config_delete()