Searched refs:counter_push_event (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/drivers/counter/ |
D | interrupt-cnt.c | 34 counter_push_event(counter, COUNTER_EVENT_CHANGE_OF_STATE, 0); in interrupt_cnt_isr()
|
D | counter-chrdev.c | 536 void counter_push_event(struct counter_device *const counter, const u8 event, in counter_push_event() function 577 EXPORT_SYMBOL_GPL(counter_push_event);
|
D | 104-quad-8.c | 1117 counter_push_event(counter, event, channel); in quad8_irq_handler()
|
/linux-5.19.10/include/linux/ |
D | counter.h | 341 void counter_push_event(struct counter_device *const counter, const u8 event,
|
/linux-5.19.10/Documentation/driver-api/ |
D | generic-counter.rst | 504 ``counter_push_event`` function:: 506 void counter_push_event(struct counter_device *const counter, const u8 event, 535 When ``counter_push_event(counter, COUNTER_EVENT_INDEX, 1)`` is called
|