Home
last modified time | relevance | path

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

/openbmc/linux/drivers/counter/
H A 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()
H A Dinterrupt-cnt.c34 counter_push_event(counter, COUNTER_EVENT_CHANGE_OF_STATE, 0); in interrupt_cnt_isr()
H A 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);
H A D104-quad-8.c1231 counter_push_event(counter, event, channel); in quad8_irq_handler()
/openbmc/linux/include/linux/
H A Dcounter.h412 void counter_push_event(struct counter_device *const counter, const u8 event,
/openbmc/linux/Documentation/driver-api/
H A 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