Searched refs:count_read (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/include/linux/ |
D | counter.h | 328 int (*count_read)(struct counter_device *counter, member
|
/Linux-v5.10/drivers/counter/ |
D | ftm-quaddec.c | 229 .count_read = ftm_quaddec_count_read,
|
D | microchip-tcb-capture.c | 258 .count_read = mchp_tc_count_read,
|
D | stm32-timer-cnt.c | 305 .count_read = stm32_count_read,
|
D | ti-eqep.c | 201 .count_read = ti_eqep_count_read,
|
D | stm32-lptimer-cnt.c | 574 .count_read = stm32_lptim_cnt_read,
|
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()
|
D | 104-quad-8.c | 901 .count_read = quad8_count_read,
|
/Linux-v5.10/Documentation/driver-api/ |
D | generic-counter.rst | 355 respective Signal attributes, while the count_read/count_write and
|