Home
last modified time | relevance | path

Searched refs:iha (Results 1 – 15 of 15) sorted by relevance

/openbsd/sys/dev/i2c/
H A Dicc.c57 struct ihidev_attach_arg *iha = aux; in icc_match() local
61 if (iha->reportid == IHIDEV_CLAIM_MULTIPLEID) in icc_match()
64 ihidev_get_report_desc(iha->parent, &desc, &size); in icc_match()
65 if (hid_report_size(desc, size, hid_input, iha->reportid) == 0) in icc_match()
68 if (!hidcc_match(desc, size, iha->reportid)) in icc_match()
77 struct ihidev_attach_arg *iha = aux; in icc_attach() local
82 sc->sc_hdev.sc_parent = iha->parent; in icc_attach()
83 sc->sc_hdev.sc_report_id = iha->reportid; in icc_attach()
85 ihidev_get_report_desc(iha->parent, &desc, &size); in icc_attach()
86 repid = iha->reportid; in icc_attach()
[all …]
H A Dims.c74 ihidev_get_report_desc(iha->parent, &desc, &size); in ims_match()
76 if (hid_is_collection(desc, size, iha->reportid, in ims_match()
80 if (hid_is_collection(desc, size, iha->reportid, in ims_match()
84 if (hid_is_collection(desc, size, iha->reportid, in ims_match()
88 if (hid_is_collection(desc, size, iha->reportid, in ims_match()
91 iha->reportid, hid_input, NULL, NULL)) in ims_match()
107 sc->sc_hdev.sc_parent = iha->parent; in ims_attach()
108 sc->sc_hdev.sc_report_id = iha->reportid; in ims_attach()
110 ihidev_get_report_desc(iha->parent, &desc, &size); in ims_attach()
111 repid = iha->reportid; in ims_attach()
[all …]
H A Dimt.c80 struct ihidev_attach_arg *iha = (struct ihidev_attach_arg *)aux; in imt_match() local
85 if (iha->reportid == IHIDEV_CLAIM_MULTIPLEID) { in imt_match()
86 ihidev_get_report_desc(iha->parent, &desc, &size); in imt_match()
87 if (imt_find_winptp_reports(iha->parent, desc, size, &sc)) { in imt_match()
88 iha->claims[0] = sc.sc_rep_input; in imt_match()
89 iha->claims[1] = sc.sc_rep_config; in imt_match()
90 iha->claims[2] = sc.sc_rep_cap; in imt_match()
91 iha->nclaims = 3; in imt_match()
152 sc->sc_hdev.sc_parent = iha->parent; in imt_attach()
154 ihidev_get_report_desc(iha->parent, &desc, &size); in imt_attach()
[all …]
H A Dikbd.c84 struct ihidev_attach_arg *iha = (struct ihidev_attach_arg *)aux; in ikbd_match() local
88 ihidev_get_report_desc(iha->parent, &desc, &size); in ikbd_match()
89 if (!hid_is_collection(desc, size, iha->reportid, in ikbd_match()
101 struct ihidev_attach_arg *iha = (struct ihidev_attach_arg *)aux; in ikbd_attach() local
106 sc->sc_hdev.sc_parent = iha->parent; in ikbd_attach()
107 sc->sc_hdev.sc_report_id = iha->reportid; in ikbd_attach()
109 ihidev_get_report_desc(iha->parent, &desc, &dlen); in ikbd_attach()
110 repid = iha->reportid; in ikbd_attach()
H A Dihidev.c137 struct ihidev_attach_arg iha; in ihidev_attach() local
197 iha.iaa = ia; in ihidev_attach()
198 iha.parent = sc; in ihidev_attach()
201 iha.reportid = IHIDEV_CLAIM_MULTIPLEID; in ihidev_attach()
202 iha.nclaims = 0; in ihidev_attach()
207 sc->sc_subdevs[iha.claims[repid]] = in ihidev_attach()
224 iha.reportid = repid; in ihidev_attach()
819 struct ihidev_attach_arg *iha = aux; in ihidev_print() local
824 if (iha->reportid != 0) in ihidev_print()
825 printf(" reportid %d", iha->reportid); in ihidev_print()
[all …]
/openbsd/usr.sbin/mopd/common/
H A Dfile.c228 u_int32_t load_addr, xfr_addr, isd, iha, hbcnt, isize; in GetMopFileInfo() local
240 iha = (header[IHD_W_ACTIVOFF+1]*256 + in GetMopFileInfo()
248 xfr_addr = (header[iha+IHA_L_TFRADR1+3]*0x1000000 + in GetMopFileInfo()
249 header[iha+IHA_L_TFRADR1+2]*0x10000 + in GetMopFileInfo()
250 header[iha+IHA_L_TFRADR1+1]*0x100 + in GetMopFileInfo()
251 header[iha+IHA_L_TFRADR1]) & 0x7fffffff; in GetMopFileInfo()
294 iha = (header[IHD_W_ACTIVOFF+1]*256 + in GetMopFileInfo()
301 xfr_addr = (header[iha+IHA_L_TFRADR1+3]*0x1000000 + in GetMopFileInfo()
302 header[iha+IHA_L_TFRADR1+2]*0x10000 + in GetMopFileInfo()
303 header[iha+IHA_L_TFRADR1+1]*0x100 + in GetMopFileInfo()
[all …]
/openbsd/share/man/man4/
H A DMakefile47 igc.4 iha.4 ihidev.4 iic.4 iicmux.4 ikbd.4 ims.4 imt.4 imxanatop.4 \
/openbsd/sys/conf/
H A Dfiles351 device iha: scsi
352 file dev/ic/iha.c iha
/openbsd/sys/arch/amd64/conf/
H A DRAMDISK_CD177 iha* at pci? # Initio Ultra/UltraWide SCSI controllers
H A DGENERIC453 iha* at pci? # Initio Ultra/UltraWide SCSI controllers
/openbsd/sys/dev/pci/
H A Dfiles.pci583 attach iha at pci with iha_pci
/openbsd/sys/arch/i386/conf/
H A DGENERIC456 iha* at pci? # Initio Ultra/UltraWide SCSI controllers
/openbsd/distrib/sets/lists/comp/
H A Dmi306 ./usr/include/dev/ic/iha.h
/openbsd/distrib/sets/lists/man/
H A Dmi1694 ./usr/share/man/man4/iha.4
/openbsd/gnu/usr.bin/perl/lib/unicore/
H A DNamesList.txt4742 = fatha al-iha