Searched refs:hidbus_set_desc (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/dev/hid/ |
H A D | hms.c | 239 hidbus_set_desc(dev, "Tablet"); in hms_probe() 241 hidbus_set_desc(dev, "Mouse"); in hms_probe()
|
H A D | hidbus.h | 163 void hidbus_set_desc(device_t, const char *);
|
H A D | hgame.c | 194 hidbus_set_desc(dev, hidbus_get_driver_info(dev) == HUG_GAME_PAD ? in hgame_probe()
|
H A D | hpen.c | 207 hidbus_set_desc(dev, desc); in hpen_probe()
|
H A D | hconf.c | 235 hidbus_set_desc(dev, "Configuration"); in hconf_probe()
|
H A D | bcm5974.c | 706 hidbus_set_desc(dev, "Touchpad"); in bcm5974_probe()
|
H A D | hidmap.c | 735 hidbus_set_desc(dev, suffix); in hidmap_probe()
|
H A D | hmt.c | 288 hidbus_set_desc(dev, in hmt_probe()
|
H A D | hidbus.c | 519 hidbus_set_desc(device_t child, const char *suffix) in hidbus_set_desc() function
|
H A D | hidraw.c | 201 hidbus_set_desc(self, "Raw HID Device"); in hidraw_probe()
|
H A D | hkbd.c | 761 hidbus_set_desc(dev, "Keyboard"); in hkbd_probe()
|