Home
last modified time | relevance | path

Searched refs:count_read (Results 1 – 15 of 15) sorted by relevance

/openbmc/qemu/qga/
H A Dchannel-win32.c42 DWORD count_read, count_to_read = 0; in ga_channel_prepare() local
66 count_to_read, &count_read, &rs->ov); in ga_channel_prepare()
68 rs->pending += count_read; in ga_channel_prepare()
99 DWORD count_read, error; in ga_channel_check() local
115 success = GetOverlappedResult(c->handle, &rs->ov, &count_read, FALSE); in ga_channel_check()
117 g_debug("thread: overlapped result, count_read: %d", (int)count_read); in ga_channel_check()
118 rs->pending += count_read; in ga_channel_check()
/openbmc/linux/drivers/counter/
H A Dinterrupt-cnt.c154 .count_read = interrupt_cnt_read,
H A Dftm-quaddec.c210 .count_read = ftm_quaddec_count_read,
H A Dmicrochip-tcb-capture.c263 .count_read = mchp_tc_count_read,
H A Dti-eqep.c243 .count_read = ti_eqep_count_read,
H A Di8254.c315 .count_read = i8254_count_read,
H A Dstm32-lptimer-cnt.c355 .count_read = stm32_lptim_cnt_read,
H A Dstm32-timer-cnt.c278 .count_read = stm32_count_read,
H A Dintel-qep.c147 .count_read = intel_qep_count_read,
H A Dti-ecap-capture.c352 .count_read = ecap_cnt_count_read,
H A Dcounter-chrdev.c330 comp_node.comp.count_u64_read = counter->ops->count_read; in counter_add_watch()
H A Drz-mtu3-cnt.c698 .count_read = rz_mtu3_count_read,
H A Dcounter-sysfs.c951 comp.count_u64_read = counter->ops->count_read; in counter_count_attrs_create()
H A D104-quad-8.c582 .count_read = quad8_count_read,
/openbmc/linux/include/linux/
H A Dcounter.h328 int (*count_read)(struct counter_device *counter, member