Home
last modified time | relevance | path

Searched refs:hdi (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/libfido2/src/
H A Dhid_hidapi.c134 is_fido(const struct hid_device_info *hdi) in is_fido() argument
140 get_report_descriptor(hdi->path, hrd) < 0 || in is_fido()
150 is_fido(const struct hid_device_info *hdi) in is_fido() argument
152 return hdi->usage_page == 0xf1d0; in is_fido()
156 is_fido(const struct hid_device_info *hdi) in is_fido() argument
158 (void)hdi; in is_fido()
230 struct hid_device_info *hdi; in fido_hid_manifest() local
238 if ((hdi = hid_enumerate(0, 0)) == NULL) in fido_hid_manifest()
241 for (struct hid_device_info *d = hdi; d != NULL; d = d->next) { in fido_hid_manifest()
250 hid_free_enumeration(hdi); in fido_hid_manifest()
/freebsd/sys/dev/hyperv/input/
H A Dhv_hid.c67 struct hid_device_info hdi; member
266 struct hid_device_info *hdi; in hv_hid_receive() local
296 hdi = &sc->hdi; in hv_hid_receive()
297 memset(hdi, 0, sizeof(*hdi)); in hv_hid_receive()
298 hdi->rdescsize = le16toh(hdesc->hcdesc[0].wDescriptorLength); in hv_hid_receive()
299 if (hdi->rdescsize == 0) in hv_hid_receive()
301 strlcpy(hdi->name, "Hyper-V", sizeof(hdi->name)); in hv_hid_receive()
302 hdi->idBus = BUS_VIRTUAL; in hv_hid_receive()
303 hdi->idVendor = le16toh(devinfo->vendor); in hv_hid_receive()
304 hdi->idProduct = le16toh(devinfo->product); in hv_hid_receive()
[all …]
/freebsd/stand/efi/libefi/
H A Defizfs.c96 pdinfo_list_t *hdi; in efi_zfs_probe() local
101 hdi = efiblk_get_pdinfo_list(&efipart_hddev); in efi_zfs_probe()
110 STAILQ_FOREACH(hd, hdi, pd_link) { in efi_zfs_probe()
/freebsd/sys/dev/hid/
H A Dhidraw.c567 struct hidraw_device_info *hdi; in hidraw_ioctl() local
800 hdi = (struct hidraw_device_info *)addr; in hidraw_ioctl()
801 bzero(hdi, sizeof(struct hidraw_device_info)); in hidraw_ioctl()
802 hdi->hdi_product = sc->sc_hw->idProduct; in hidraw_ioctl()
803 hdi->hdi_vendor = sc->sc_hw->idVendor; in hidraw_ioctl()
804 hdi->hdi_version = sc->sc_hw->idVersion; in hidraw_ioctl()
805 hdi->hdi_bustype = sc->sc_hw->idBus; in hidraw_ioctl()
806 strlcpy(hdi->hdi_name, sc->sc_hw->name, in hidraw_ioctl()
807 sizeof(hdi->hdi_name)); in hidraw_ioctl()
808 strlcpy(hdi->hdi_phys, device_get_nameunit(sc->sc_dev), in hidraw_ioctl()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_sve.td1674 def SVSHRNB : SInst<"svshrnb[_n_{d}]", "hdi", "silUsUiUl", MergeNone, "aarch64_sve_shrnb",…
1675 def SVRSHRNB : SInst<"svrshrnb[_n_{d}]", "hdi", "silUsUiUl", MergeNone, "aarch64_sve_rshrnb"…
1678 def SVQSHRNB_S : SInst<"svqshrnb[_n_{d}]", "hdi", "sil", MergeNone, "aarch64_sve_sqshrnb…
1679 def SVQSHRNB_U : SInst<"svqshrnb[_n_{d}]", "hdi", "UsUiUl", MergeNone, "aarch64_sve_uqshrnb…
1680 def SVQRSHRNB_S : SInst<"svqrshrnb[_n_{d}]", "hdi", "sil", MergeNone, "aarch64_sve_sqrshrn…
1681 def SVQRSHRNB_U : SInst<"svqrshrnb[_n_{d}]", "hdi", "UsUiUl", MergeNone, "aarch64_sve_uqrshrn…