Searched refs:reg_grp (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/input/misc/ |
H A D | iqs7222.c | 795 enum iqs7222_reg_grp_id reg_grp; member 1045 .reg_grp = IQS7222_REG_GRP_BTN, 1054 .reg_grp = IQS7222_REG_GRP_BTN, 1063 .reg_grp = IQS7222_REG_GRP_BTN, 1073 .reg_grp = IQS7222_REG_GRP_BTN, 1082 .reg_grp = IQS7222_REG_GRP_BTN, 1401 .reg_grp = IQS7222_REG_GRP_SYS, 1410 .reg_grp = IQS7222_REG_GRP_SYS, 1495 switch (reg_grp) { in iqs7222_setup() 2083 if (iqs7222_props[i].reg_grp != reg_grp || in iqs7222_parse_props() [all …]
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | iqs7211.c | 113 enum iqs7211_reg_grp_id reg_grp; member 141 .reg_grp = IQS7211_REG_GRP_TP, 148 .reg_grp = IQS7211_REG_GRP_TP, 155 .reg_grp = IQS7211_REG_GRP_TP, 162 .reg_grp = IQS7211_REG_GRP_TP, 169 .reg_grp = IQS7211_REG_GRP_TP, 176 .reg_grp = IQS7211_REG_GRP_TP, 190 .reg_grp = IQS7211_REG_GRP_TP, 197 .reg_grp = IQS7211_REG_GRP_TP, 2065 if (dev_desc->kp_events[i].reg_grp != reg_grp) in iqs7211_parse_reg_grp() [all …]
|
/openbmc/qemu/hw/xen/ |
H A D | xen_pt.h | 192 XenPTRegGroupInfo *reg_grp; member 260 XenPTReg *xen_pt_find_reg(XenPTRegGroup *reg_grp, uint32_t address);
|
H A D | xen_pt_config_init.c | 81 XenPTReg *xen_pt_find_reg(XenPTRegGroup *reg_grp, uint32_t address) in xen_pt_find_reg() argument 88 QLIST_FOREACH(reg_entry, ®_grp->reg_tbl_list, entries) { in xen_pt_find_reg() 90 real_offset = reg_grp->base_offset + reg->offset; in xen_pt_find_reg() 1918 XenPTRegGroup *reg_grp, XenPTRegInfo *reg, in xen_pt_config_reg_init() argument 1935 reg_grp->base_offset + reg->offset, &data); in xen_pt_config_reg_init() 1947 offset = reg_grp->base_offset + reg->offset; in xen_pt_config_reg_init() 2011 QLIST_INSERT_HEAD(®_grp->reg_tbl_list, reg_entry, entries); in xen_pt_config_reg_init() 2057 reg_grp_entry->reg_grp = xen_pt_emu_reg_grps + i; in xen_pt_config_init() 2060 rc = xen_pt_emu_reg_grps[i].size_init(s, reg_grp_entry->reg_grp, in xen_pt_config_init()
|
H A D | xen_pt.c | 160 if (reg_grp_entry->reg_grp->grp_type == XEN_PT_GRP_TYPE_HARDWIRED) { in xen_pt_pci_read_config() 286 if (reg_grp_entry->reg_grp->grp_type == XEN_PT_GRP_TYPE_HARDWIRED) { in xen_pt_pci_write_config()
|