Searched refs:counter_push_event (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/drivers/counter/ |
D | ti-ecap-capture.c | 449 counter_push_event(counter_dev, COUNTER_EVENT_CAPTURE, i); in ecap_cnt_isr() 458 counter_push_event(counter_dev, COUNTER_EVENT_OVERFLOW, i); in ecap_cnt_isr()
|
D | interrupt-cnt.c | 34 counter_push_event(counter, COUNTER_EVENT_CHANGE_OF_STATE, 0); in interrupt_cnt_isr()
|
D | counter-chrdev.c | 635 void counter_push_event(struct counter_device *const counter, const u8 event, in counter_push_event() function 676 EXPORT_SYMBOL_NS_GPL(counter_push_event, COUNTER);
|
D | 104-quad-8.c | 1231 counter_push_event(counter, event, channel); in quad8_irq_handler()
|
/Linux-v6.6/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
|
/Linux-v6.6/include/linux/ |
D | counter.h | 413 void counter_push_event(struct counter_device *const counter, const u8 event,
|