Lines Matching defs:iha
57 struct ihidev_attach_arg *iha = aux;
61 if (iha->reportid == IHIDEV_CLAIM_MULTIPLEID)
64 ihidev_get_report_desc(iha->parent, &desc, &size);
65 if (hid_report_size(desc, size, hid_input, iha->reportid) == 0)
68 if (!hidcc_match(desc, size, iha->reportid))
77 struct ihidev_attach_arg *iha = aux;
82 sc->sc_hdev.sc_parent = iha->parent;
83 sc->sc_hdev.sc_report_id = iha->reportid;
85 ihidev_get_report_desc(iha->parent, &desc, &size);
86 repid = iha->reportid;
93 .audio_cookie = iha->iaa->ia_cookie,