summaryrefslogtreecommitdiff
path: root/include/linux/counter.h
AgeCommit message (Expand)Author
2021-12-30counter: remove old and now unused registration APIUwe Kleine-König
2021-12-30counter: Provide alternative counter registration functionsUwe Kleine-König
2021-12-30counter: Provide a wrapper to access device private dataUwe Kleine-König
2021-12-21counter: Add the necessary colons and indents to the comments of counter_compiYanteng Si
2021-10-21counter: Fix use-after-free race condition for events_queue_size writeWilliam Breathitt Gray
2021-10-19counter: drop chrdev_lockDavid Lechner
2021-10-17counter: Add character device interfaceWilliam Breathitt Gray
2021-10-17counter: Move counter enums to uapi headerWilliam Breathitt Gray
2021-10-17counter: Update counter.h comments to reflect sysfs internalizationWilliam Breathitt Gray
2021-10-17counter: Internalize sysfs interface codeWilliam Breathitt Gray
2021-08-09counter: Rename counter_count_function to counter_functionWilliam Breathitt Gray
2021-08-09counter: Rename counter_signal_value to counter_signal_levelWilliam Breathitt Gray
2019-10-18counter: Fix typo in action_get descriptionWilliam Breathitt Gray
2019-10-18counter: Simplify the count_read and count_write callbacksWilliam Breathitt Gray
2019-04-25counter: Introduce the Generic Counter interfaceWilliam Breathitt Gray