Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/hyperv/utilities/
H A Dvmbus_heartbeat.c106 switch (hdr->ic_type) { in vmbus_heartbeat_cb()
125 device_printf(sc->ic_dev, "got 0x%08x icmsg\n", hdr->ic_type); in vmbus_heartbeat_cb()
H A Dvmbus_shutdown.c108 switch (hdr->ic_type) { in vmbus_shutdown_cb()
137 device_printf(sc->ic_dev, "got 0x%08x icmsg\n", hdr->ic_type); in vmbus_shutdown_cb()
H A Dvmbus_timesync.c197 switch (hdr->ic_type) { in vmbus_timesync_cb()
233 device_printf(sc->ic_dev, "got 0x%08x icmsg\n", hdr->ic_type); in vmbus_timesync_cb()
H A Dvmbus_icreg.h58 uint16_t ic_type; member
H A Dhv_snapshot.c820 if (icmsghdrp->ic_type == HV_ICMSGTYPE_NEGOTIATE) { in hv_vss_process_request()
/freebsd-14.2/sys/dev/hid/
H A Dietp.c110 uint16_t ic_type; member
496 sc->ic_type = pattern >= 0x01 ? be16toh(buf) : buf8[1]; in ietp_iic_attach()
572 uint16_t ic_type; in ietp_iic_set_absolute_mode() member
589 if (sc->ic_type == special_fw[i].ic_type && in ietp_iic_set_absolute_mode()
/freebsd-14.2/sys/dev/fdc/
H A Dfdc.c1658 int ic_type, part_id; in fdc_initial_reset() local
1698 if (fdc_cmd(fdc, 1, NE7CMD_VERSION, 1, &ic_type)) in fdc_initial_reset()
1704 "ic_type %02x part_id %02x\n", ic_type, part_id); in fdc_initial_reset()
1705 switch (ic_type & 0xff) { in fdc_initial_reset()