Searched refs:idPnP (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/hid/
H A Dhidbus.h90 char *idPnP; member in struct:hid_device_id
130 .match_flag_pnp = 1, .idPnP = (pnp)
H A Dhidbus.c500 devinfo->idVersion, devinfo->idPnP[0] == '\0' ? "" : " _HID=",
501 devinfo->idPnP[0] == '\0' ? "" : devinfo->idPnP);
828 strncmp(id->idPnP, info->idPnP, HID_PNP_ID_SIZE) != 0) {
H A Dhid.h280 char idPnP[HID_PNP_ID_SIZE]; member in struct:hid_device_info
/freebsd-13-stable/sys/dev/iicbus/
H A Diichid.c963 strlcpy(hw->idPnP, device_info->HardwareId.String,

Completed in 111 milliseconds