Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/hyperv/
H A Dhyperv-proto.h180 uint32_t remaining_count; member
/openbmc/qemu/hw/hyperv/
H A Dhyperv.c798 debug_data_out->remaining_count = debug_data_in->count; in hyperv_hcall_retreive_dbg_data()
805 debug_data_out->remaining_count = in hyperv_hcall_retreive_dbg_data()
/openbmc/linux/drivers/usb/dwc2/
H A Dhcd.c1097 u32 remaining_count; in dwc2_hc_write_packet() local
1105 remaining_count = chan->xfer_len - chan->xfer_count; in dwc2_hc_write_packet()
1106 if (remaining_count > chan->max_packet) in dwc2_hc_write_packet()
1109 byte_count = remaining_count; in dwc2_hc_write_packet()