Searched refs:action_get (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.15/include/linux/ |
D | counter.h | 336 int (*action_get)(struct counter_device *counter, member
|
/Linux-v5.15/drivers/counter/ |
D | interrupt-cnt.c | 151 .action_get = interrupt_cnt_action_get,
|
D | ftm-quaddec.c | 231 .action_get = ftm_quaddec_action_get,
|
D | microchip-tcb-capture.c | 271 .action_get = mchp_tc_count_action_get,
|
D | ti-eqep.c | 210 .action_get = ti_eqep_action_get,
|
D | stm32-lptimer-cnt.c | 371 .action_get = stm32_lptim_cnt_action_get,
|
D | stm32-timer-cnt.c | 320 .action_get = stm32_action_get,
|
D | intel-qep.c | 158 .action_get = intel_qep_action_get,
|
D | counter.c | 556 err = counter->ops->action_get(counter, count, synapse, &action_index); in counter_action_show() 660 parm.show = (counter->ops->action_get) ? counter_action_show : NULL; in counter_synapses_register()
|
D | 104-quad-8.c | 388 .action_get = quad8_action_get
|
/Linux-v5.15/Documentation/driver-api/ |
D | generic-counter.rst | 358 action_get/action_set driver callbacks and their respective Synapse
|