Searched refs:hid (Results 51 - 75 of 106) sorted by relevance

12345

/freebsd-current/lib/libkvm/
H A Dkvm_minidump_powerpc64_hpt.c320 pte_search(kvm_t *kd, ppc64_slb_entry_t *slb, uint64_t hid, kvaddr_t ea, argument
342 dprintf("%s: hid=0x%jx, ea=0x%016jx, b=%d, va_vsid=0x%010jx, "
344 __func__, (uintmax_t)hid, (uintmax_t)ea, b,
354 if (hid)
382 if ((pte.pte_hi & LPTEH_HID) != hid ||
415 if (hid == 0)
/freebsd-current/sys/dev/hid/
H A Dietp.c51 #include <dev/hid/hid.h>
52 #include <dev/hid/hidbus.h>
53 #include <dev/hid/hidquirk.h>
672 MODULE_DEPEND(ietp, hid, 1, 1, 1);
H A Dbcm5974.c45 #include <dev/hid/hid.h>
46 #include <dev/hid/hidbus.h>
47 #include <dev/hid/hidquirk.h>
412 #define BCM5974_DEV_SPI(hid, i) { \
413 HID_BUS(BUS_SPI), HID_PNP(hid), HID_DRIVER_INFO(i), \
969 MODULE_DEPEND(bcm5974, hid, 1, 1, 1);
H A Dhmt.c32 * http://download.microsoft.com/download/7/d/d/7dd44bb7-2a7a-4505-ac1c-7227d3d96d5b/hid-over-i2c-protocol-spec-v1-0.docx
52 #include <dev/hid/hid.h>
53 #include <dev/hid/hidbus.h>
54 #include <dev/hid/hidquirk.h>
56 #include <dev/hid/hconf.h>
910 MODULE_DEPEND(hmt, hid, 1, 1, 1);
H A Dps4dshock.c51 #include <dev/hid/hgame.h>
52 #include <dev/hid/hid.h>
53 #include <dev/hid/hidbus.h>
54 #include <dev/hid/hidquirk.h>
55 #include <dev/hid/hidmap.h>
1377 MODULE_DEPEND(ps4dshock, hid, 1, 1, 1);
H A Dhid.c1 /* $NetBSD: hid.c,v 1.17 2001/11/13 06:24:53 lukem Exp $ */
45 #include <dev/hid/hid.h>
46 #include <dev/hid/hidquirk.h>
56 SYSCTL_NODE(_hw, OID_AUTO, hid, CTLFLAG_RW, 0, "HID debugging");
821 * hid unit scaling table according to HID Usage Table Review
1100 MODULE_VERSION(hid, 1);
H A Dhidmap.c47 #include <dev/hid/hid.h>
48 #include <dev/hid/hidbus.h>
49 #include <dev/hid/hidmap.h>
752 snprintf(tunable, sizeof(tunable), "hw.hid.%s.debug",
831 MODULE_DEPEND(hidmap, hid, 1, 1, 1);
H A Dhidraw.c65 #include <dev/hid/hid.h>
66 #include <dev/hid/hidbus.h>
67 #include <dev/hid/hidraw.h>
1017 MODULE_DEPEND(hidraw, hid, 1, 1, 1);
H A Dhidbus.c45 #include <dev/hid/hid.h>
46 #include <dev/hid/hidbus.h>
47 #include <dev/hid/hidquirk.h>
949 /* hid interface */
971 MODULE_DEPEND(hidbus, hid, 1, 1, 1);
H A Dhkbd.c71 #include <dev/hid/hid.h>
72 #include <dev/hid/hidbus.h>
73 #include <dev/hid/hidquirk.h>
74 #include <dev/hid/hidrdesc.h>
2022 MODULE_DEPEND(hkbd, hid, 1, 1, 1);
/freebsd-current/sys/powerpc/powerpc/
H A Dcpu.c78 #include <machine/hid.h>
537 register_t hid; local
539 hid = mfspr(SPR_HID0);
541 printf("L1 I-cache %sabled, ", (hid & HID0_ICE) ? "en" : "dis");
542 printf("L1 D-cache %sabled\n", (hid & HID0_DCE) ? "en" : "dis");
/freebsd-current/include/
H A DMakefile167 .PATH: ${SRCTOP}/sys/dev/hid
168 HID= hid.h \
170 HIDDIR= ${INCLUDEDIR}/dev/hid
376 .for i in ${LDIRS} ${LSUBDIRS:Ndev/agp:Ndev/acpica:Ndev/evdev:Ndev/hid:Ndev/hyperv:Ndev/pci:Ndev/veriexec:Ndev/wg} ${LSUBSUBDIRS}
412 .for i in ${LSUBDIRS:Ndev/agp:Ndev/acpica:Ndev/evdev:Ndev/hid:Ndev/hyperv:Ndev/pci:Ndev/veriexec:Ndev/wg}
425 $$(printf '../../../../sys/dev/hid/%s ' hid.h hidraw.h) \
426 ${SDESTDIR}${INCLUDEDIR}/dev/hid; \
/freebsd-current/sys/dev/usb/misc/
H A Dugold.c43 #include <dev/hid/hid.h>
143 MODULE_DEPEND(ugold, hid, 1, 1, 1);
/freebsd-current/sys/dev/usb/serial/
H A Ducycom.c56 #include <dev/hid/hid.h>
186 MODULE_DEPEND(ucycom, hid, 1, 1, 1);
/freebsd-current/usr.sbin/bhyve/
H A Dacpi_device.c196 dsdt_line(" Name (_HID, \"%s\")", dev->emul->hid);
H A Dtpm_device.c103 .hid = TPM_ACPI_HARDWARE_ID,
/freebsd-current/contrib/sendmail/libmilter/
H A Dlistener.c339 unsigned long hid = INADDR_NONE; local
348 (hid = inet_addr(&at[1])) != INADDR_NONE)
350 addr.sin.sin_addr.s_addr = hid;
/freebsd-current/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-proc.c142 unsigned long hid; local
162 hid = simple_strtoul(str, &end, 16);
165 spl_hostid = hid;
/freebsd-current/usr.bin/usbhidaction/
H A Dusbhidaction.c465 docmd(struct command *cmd, int value, const char *hid, int argc, char **argv) argument
491 strncpy(q, hid, len);
/freebsd-current/sys/opencrypto/
H A Dcryptodev.h622 device_t crypto_find_device_byhid(int hid);
623 int crypto_getcaps(int hid);
/freebsd-current/contrib/libfido2/src/
H A Dhid_osx.c18 #include <IOKit/hid/IOHIDKeys.h>
19 #include <IOKit/hid/IOHIDManager.h>
/freebsd-current/contrib/netbsd-tests/dev/usb/
H A Dt_hid.c50 #include <hid.h>
79 atf_tc_set_md_var(tc, "descr", "check kernel hid.c");
237 atf_tc_set_md_var(tc, "descr", "check kernel hid.c for "
/freebsd-current/sys/powerpc/ps3/
H A Dplatform_ps3.c43 #include <machine/hid.h>
/freebsd-current/sys/contrib/dev/rtw89/
H A Dcoex.c2407 struct rtw89_btc_bt_hid_desc *hid = &bt_linfo->hid_desc; local
2426 if (hid->pair_cnt > BTC_TDMA_BTHID_MAX) {
2488 u8 hid: 1; member in struct:btc_btinfo_lb2
2861 struct rtw89_btc_bt_hid_desc *hid = &btc->cx.bt.link_info.hid_desc; local
2871 else if (hid->exist && hid->type == BTC_HID_218)
2880 } else if (hid->exist && hid->type == BTC_HID_218) {
2961 /* To avoid wl-s0 tx break by hid/hfp tx */
2962 if (hid
3501 struct rtw89_btc_bt_hid_desc *hid = &bt->link_info.hid_desc; local
3921 struct rtw89_btc_bt_hid_desc *hid = &b->hid_desc; local
4051 struct rtw89_btc_bt_hid_desc hid = bt_linfo->hid_desc; local
5424 struct rtw89_btc_bt_hid_desc *hid = &b->hid_desc; local
5533 struct rtw89_btc_bt_hid_desc *hid = &b->hid_desc; local
6347 struct rtw89_btc_bt_hid_desc hid = bt_linfo->hid_desc; local
[all...]
/freebsd-current/sys/dev/hyperv/input/
H A Dhv_hid.c39 #include <dev/hid/hid.h>
66 /* hid */
111 /* Copied from linux/hid.h */

Completed in 452 milliseconds

12345