Home
last modified time | relevance | path

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

/freebsd/sys/dev/hid/
H A Dhidbus.h90 char *idPnP; member
130 .match_flag_pnp = 1, .idPnP = (pnp)
H A Dhidbus.c516 devinfo->idVersion, devinfo->idPnP[0] == '\0' ? "" : " _HID=", in hidbus_child_pnpinfo()
517 devinfo->idPnP[0] == '\0' ? "" : devinfo->idPnP); in hidbus_child_pnpinfo()
889 strncmp(id->idPnP, info->idPnP, HID_PNP_ID_SIZE) != 0) { in hidbus_lookup_id()
H A Dhid.h277 char idPnP[HID_PNP_ID_SIZE]; member
/freebsd/sys/dev/atopcase/
H A Datopcase.c453 strlcpy(ac->hw.idPnP, sc->sc_hid, sizeof(ac->hw.idPnP)); in atopcase_add_child()
/freebsd/sys/dev/iicbus/
H A Diichid.c1016 strlcpy(hw->idPnP, device_info->HardwareId.String, in iichid_fill_device_info()