/src/sys/dev/i2c/ |
ims.c | 66 struct ihidev_attach_arg *iha = (struct ihidev_attach_arg *)aux; local in function:ims_match 70 ihidev_get_report_desc(iha->parent, &desc, &size); 72 if (hid_is_collection(desc, size, iha->reportid, 76 if (hid_is_collection(desc, size, iha->reportid, 80 if (hid_is_collection(desc, size, iha->reportid, 84 if (hid_is_collection(desc, size, iha->reportid, 96 struct ihidev_attach_arg *iha = (struct ihidev_attach_arg *)aux; local in function:ims_attach 104 sc->sc_hdev.sc_parent = iha->parent; 105 sc->sc_hdev.sc_report_id = iha->reportid; 110 ihidev_get_report_desc(iha->parent, &desc, &size) [all...] |
ikbd.c | 81 struct ihidev_attach_arg *iha = aux; local in function:ikbd_match 85 ihidev_get_report_desc(iha->parent, &desc, &size); 86 if (!hid_is_collection(desc, size, iha->reportid, 98 struct ihidev_attach_arg *iha = (struct ihidev_attach_arg *)aux; local in function:ikbd_attach 104 sc->sc_hdev.sc_parent = iha->parent; 105 sc->sc_hdev.sc_report_id = iha->reportid; 107 ihidev_get_report_desc(iha->parent, &desc, &dlen); 108 repid = iha->reportid;
|
ihidev.c | 161 struct ihidev_attach_arg iha; local in function:ihidev_attach 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; local in function:ihidev_print 932 if (iha->reportid == IHIDEV_CLAIM_ALLREPORTID) 938 if (iha->reportid != 0 947 struct ihidev_attach_arg *iha = aux; local in function:ihidev_submatch [all...] |
/src/lib/libc/net/ |
getnameinfo.c | 554 const struct ieee1394_hwaddr *iha; local in function:getnameinfo_link 581 if (sdl->sdl_alen < sizeof(iha->iha_uid)) 583 iha = 585 return hexname(iha->iha_uid, sizeof(iha->iha_uid),
|
/src/usr.sbin/mopd/common/ |
file.c | 192 u_int32_t load_addr, xfr_addr, isd, iha, hbcnt, isize; local in function:GetMopFileInfo 204 iha = (header[IHD_W_ACTIVOFF+1]*256 + 212 xfr_addr = (header[iha+IHA_L_TFRADR1+3]*0x1000000 + 213 header[iha+IHA_L_TFRADR1+2]*0x10000 + 214 header[iha+IHA_L_TFRADR1+1]*0x100 + 215 header[iha+IHA_L_TFRADR1]) & 0x7fffffff; 248 iha = (header[IHD_W_ACTIVOFF+1]*256 + 255 xfr_addr = (header[iha+IHA_L_TFRADR1+3]*0x1000000 + 256 header[iha+IHA_L_TFRADR1+2]*0x10000 + 257 header[iha+IHA_L_TFRADR1+1]*0x100 [all...] |