Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/hid/
H A Dhidbus.h85 uint8_t idBus; member
106 .match_flag_bus = 1, .idBus = (bus)
H A Dhpen.c154 if (hw->idBus == BUS_USB && hw->idVendor == USB_VENDOR_WACOM) { in hpen_identify()
219 if (hw->idBus == BUS_USB && hw->idVendor == USB_VENDOR_WACOM && in hpen_attach()
H A Dhidbus.c516 devinfo->idBus, devinfo->idVendor, devinfo->idProduct, in hidbus_child_pnpinfo()
870 (id->idBus != info->idBus)) { in hidbus_lookup_id()
H A Dhid.h278 uint16_t idBus; member
H A Dhidquirk.c223 if ((hidquirks[x].bus != info->idBus) || in hid_test_quirk_by_info()
H A Dhidraw.c804 hdi->hdi_bustype = sc->sc_hw->idBus; in hidraw_ioctl()
841 hd->bustype = sc->sc_hw->idBus; in hidraw_ioctl()
H A Dietp.c276 evdev_set_id(sc->evdev, hw->idBus, hw->idVendor, hw->idProduct, in ietp_attach()
H A Dhmt.c389 evdev_set_id(sc->evdev, hw->idBus, hw->idVendor, hw->idProduct, in hmt_attach()
H A Dbcm5974.c731 evdev_set_id(sc->sc_evdev, hw->idBus, hw->idVendor, hw->idProduct, in bcm5974_attach()
H A Dhidmap.c778 evdev_set_id(hm->evdev, hw->idBus, hw->idVendor, hw->idProduct, in hidmap_attach()
H A Dhkbd.c971 evdev_set_id(evdev, hw->idBus, hw->idVendor, hw->idProduct, in hkbd_attach()
/freebsd-14.2/sys/dev/hyperv/input/
H A Dhv_hid.c302 hdi->idBus = BUS_VIRTUAL; in hv_hid_receive()
/freebsd-14.2/sys/dev/atopcase/
H A Datopcase.c449 ac->hw.idBus = BUS_SPI; in atopcase_add_child()
/freebsd-14.2/sys/dev/usb/input/
H A Dusbhid.c720 hw->idBus = BUS_USB; in usbhid_init_device_info()
/freebsd-14.2/sys/dev/iicbus/
H A Diichid.c1006 hw->idBus = BUS_I2C; in iichid_fill_device_info()