Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/utilities/
H A Dvmbus_icvar.h45 const char *ic_desc; member
48 #define VMBUS_IC_DESC_END { .ic_desc = NULL }
H A Dvmbus_ic.c198 for (d = descs; d->ic_desc != NULL; ++d) { in vmbus_ic_probe()
200 device_set_desc(dev, d->ic_desc); in vmbus_ic_probe()
H A Dvmbus_heartbeat.c54 .ic_desc = "Hyper-V Heartbeat"
H A Dvmbus_shutdown.c55 .ic_desc = "Hyper-V Shutdown"
H A Dvmbus_timesync.c62 .ic_desc = "Hyper-V Timesync"
H A Dhv_kvp.c98 .ic_desc = "Hyper-V KVP"
H A Dhv_snapshot.c142 .ic_desc = "Hyper-V VSS"
/freebsd/sys/dev/hyperv/input/
H A Dhv_kbdc.c122 .ic_desc = "Hyper-V KBD"
232 for (d = vmbus_kbd_descs; d->ic_desc != NULL; ++d) { in hv_kbd_probe()
234 device_set_desc(dev, d->ic_desc); in hv_kbd_probe()
H A Dhv_hid.c179 .ic_desc = "Hyper-V HID device"
392 for (d = vmbus_hid_descs; d->ic_desc != NULL; ++d) { in hv_hid_probe()
394 device_set_desc(dev, d->ic_desc); in hv_hid_probe()