Home
last modified time | relevance | path

Searched refs:counter_push_event (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/drivers/counter/
Dti-ecap-capture.c449 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()
Dinterrupt-cnt.c34 counter_push_event(counter, COUNTER_EVENT_CHANGE_OF_STATE, 0); in interrupt_cnt_isr()
Dcounter-chrdev.c635 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);
D104-quad-8.c1231 counter_push_event(counter, event, channel); in quad8_irq_handler()
/Linux-v6.6/Documentation/driver-api/
Dgeneric-counter.rst504 ``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/
Dcounter.h413 void counter_push_event(struct counter_device *const counter, const u8 event,