Searched refs:count_read (Results 1 - 24 of 24) sorted by relevance
/third_party/libwebsockets/lib/drivers/spi/bitbang/ |
H A D | lws-bb-spi.c | 117 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 D | lws-spi.h | 62 uint16_t count_read; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | counter.h | 303 * @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 D | interrupt-cnt.c | 154 .count_read = interrupt_cnt_read,
|
H A D | ftm-quaddec.c | 210 .count_read = ftm_quaddec_count_read,
|
H A D | ti-eqep.c | 242 .count_read = ti_eqep_count_read,
|
H A D | microchip-tcb-capture.c | 263 .count_read = mchp_tc_count_read,
|
H A D | ti-ecap-capture.c | 352 .count_read = ecap_cnt_count_read,
|
H A D | intel-qep.c | 147 .count_read = intel_qep_count_read,
|
H A D | i8254.c | 315 .count_read = i8254_count_read,
|
H A D | stm32-lptimer-cnt.c | 355 .count_read = stm32_lptim_cnt_read,
|
H A D | stm32-timer-cnt.c | 272 .count_read = stm32_count_read,
|
H A D | counter-chrdev.c | 330 comp_node.comp.count_u64_read = counter->ops->count_read; in counter_add_watch()
|
H A D | rz-mtu3-cnt.c | 698 .count_read = rz_mtu3_count_read,
|
H A D | 104-quad-8.c | 582 .count_read = quad8_count_read,
|
H A D | counter-sysfs.c | 951 comp.count_u64_read = counter->ops->count_read; in counter_count_attrs_create()
|
/kernel/linux/linux-5.10/drivers/counter/ |
H A D | ti-eqep.c | 201 .count_read = ti_eqep_count_read,
|
H A D | microchip-tcb-capture.c | 272 .count_read = mchp_tc_count_read,
|
H A D | ftm-quaddec.c | 229 .count_read = ftm_quaddec_count_read,
|
H A D | stm32-lptimer-cnt.c | 366 .count_read = stm32_lptim_cnt_read,
|
H A D | stm32-timer-cnt.c | 316 .count_read = stm32_count_read,
|
H A D | counter.c | 718 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 D | 104-quad-8.c | 881 .count_read = quad8_count_read,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | counter.h | 298 * @count_read: read callback for Counts. The read value of the 328 int (*count_read)(struct counter_device *counter, member
|
Completed in 23 milliseconds