Home
last modified time | relevance | path

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

/freebsd/sys/dev/hid/
H A Dhidmap.c542 struct hidmap_hid_item hi_temp; in hidmap_parse_hid_item() local
549 bzero(&hi_temp, sizeof(hi_temp)); in hidmap_parse_hid_item()
550 hi_temp.cb = mi->cb; in hidmap_parse_hid_item()
551 hi_temp.type = HIDMAP_TYPE_CALLBACK; in hidmap_parse_hid_item()
556 if (mi->cb(hm, &hi_temp, in hidmap_parse_hid_item()
559 bcopy(&hi_temp, item, sizeof(hi_temp)); in hidmap_parse_hid_item()