Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/utilities/
H A Dvmbus_heartbeat.c105 switch (hdr->ic_type) { in vmbus_heartbeat_cb()
124 device_printf(sc->ic_dev, "got 0x%08x icmsg\n", hdr->ic_type); in vmbus_heartbeat_cb()
H A Dvmbus_shutdown.c107 switch (hdr->ic_type) { in vmbus_shutdown_cb()
136 device_printf(sc->ic_dev, "got 0x%08x icmsg\n", hdr->ic_type); in vmbus_shutdown_cb()
H A Dvmbus_timesync.c196 switch (hdr->ic_type) { in vmbus_timesync_cb()
232 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.c819 if (icmsghdrp->ic_type == HV_ICMSGTYPE_NEGOTIATE) { in hv_vss_process_request()
/freebsd/sys/dev/hid/
H A Dietp.c109 uint16_t ic_type; member
495 sc->ic_type = pattern >= 0x01 ? be16toh(buf) : buf8[1]; in ietp_iic_attach()
571 uint16_t ic_type; in ietp_iic_set_absolute_mode() member
588 if (sc->ic_type == special_fw[i].ic_type && in ietp_iic_set_absolute_mode()
/freebsd/sys/dev/fdc/
H A Dfdc.c1656 int ic_type, part_id; in fdc_initial_reset() local
1696 if (fdc_cmd(fdc, 1, NE7CMD_VERSION, 1, &ic_type)) in fdc_initial_reset()
1702 "ic_type %02x part_id %02x\n", ic_type, part_id); in fdc_initial_reset()
1703 switch (ic_type & 0xff) { in fdc_initial_reset()