Home
last modified time | relevance | path

Searched refs:count_read (Results 1 - 24 of 24) sorted by relevance

/third_party/libwebsockets/lib/drivers/spi/bitbang/
H A Dlws-bb-spi.c117 if (desc->count_read) in lws_bb_spi_queue()
118 lws_bb_spi_read(ctx, desc->dest, desc->count_read); in lws_bb_spi_queue()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-spi.h62 uint16_t count_read; member
/kernel/linux/linux-5.10/include/linux/
H A Dcounter.h303 * @count_read: optional read callback for Count attribute. The read
328 int (*count_read)(struct counter_device *counter, member
/kernel/linux/linux-6.6/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 Dti-eqep.c242 .count_read = ti_eqep_count_read,
H A Dmicrochip-tcb-capture.c263 .count_read = mchp_tc_count_read,
H A Dti-ecap-capture.c352 .count_read = ecap_cnt_count_read,
H A Dintel-qep.c147 .count_read = intel_qep_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.c272 .count_read = stm32_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 D104-quad-8.c582 .count_read = quad8_count_read,
H A Dcounter-sysfs.c951 comp.count_u64_read = counter->ops->count_read; in counter_count_attrs_create()
/kernel/linux/linux-5.10/drivers/counter/
H A Dti-eqep.c201 .count_read = ti_eqep_count_read,
H A Dmicrochip-tcb-capture.c272 .count_read = mchp_tc_count_read,
H A Dftm-quaddec.c229 .count_read = ftm_quaddec_count_read,
H A Dstm32-lptimer-cnt.c366 .count_read = stm32_lptim_cnt_read,
H A Dstm32-timer-cnt.c316 .count_read = stm32_count_read,
H A Dcounter.c718 err = counter->ops->count_read(counter, count, &val); in counter_count_show()
928 parm.show = (counter->ops->count_read) ? counter_count_show : NULL; in counter_count_attributes_create()
H A D104-quad-8.c881 .count_read = quad8_count_read,
/kernel/linux/linux-6.6/include/linux/
H A Dcounter.h298 * @count_read: read callback for Counts. The read value of the
328 int (*count_read)(struct counter_device *counter, member

Completed in 22 milliseconds