Home | History | Annotate | Download | only in i2c

Lines Matching defs:iha

161 	struct ihidev_attach_arg iha;
221 iha.iaa = ia;
222 iha.parent = sc;
225 iha.reportid = IHIDEV_CLAIM_ALLREPORTID;
227 dev = config_found(self, &iha, ihidev_print,
246 iha.reportid = repid;
248 dev = config_found(self, &iha, ihidev_print,
930 struct ihidev_attach_arg *iha = aux;
932 if (iha->reportid == IHIDEV_CLAIM_ALLREPORTID)
938 if (iha->reportid != 0)
939 aprint_normal(" reportid %d", iha->reportid);
947 struct ihidev_attach_arg *iha = aux;
950 cf->ihidevcf_reportid != iha->reportid)