Lines Matching refs:Counter

4 Generic Counter Interface
10 Counter devices are prevalent among a diverse spectrum of industries.
15 Generic Counter interface enables drivers to support and expose a common
21 Counter devices can vary greatly in design, but regardless of whether
25 the Generic Counter interface.
45 When the Signal data is available for user access, the Generic Counter
64 count data. The Generic Counter interface provides the following
83 context of the Generic Counter interface, a counter consists of Counts
94 Counter interface represents the count data as a natural number.
97 for the count data. The Generic Counter interface provides the following
229 Several sysfs attributes are generated by the Generic Counter interface,
233 information on each Generic Counter interface sysfs attribute.
236 the Generic Counter paradigm Counts, Signals, and Synapses of respective
242 Driver authors may utilize the Generic Counter interface in their code
257 Counter Signals via counter_signal structures. These Signals should
259 allocated counter_device structure before the Counter is registered to
262 Counter Counts may be allocated via counter_count structures, and
263 respective Counter Signal associations (Synapses) made via
268 before the Counter is registered to the system.
286 and configuration of the respective Counter device, while the
319 When the Generic Counter interface counter module is loaded, the
325 Counter devices are registered to the system via the counter_register
327 counter_register function establishes a unique ID for the Counter
335 and Synapses of the Counter device, as well as options and information
336 for the Counter device itself.
348 For a more detailed breakdown of the available Generic Counter interface
352 The Signals and Counts associated with the Counter device are registered