Lines Matching refs:Counter
4 Generic Counter Interface
10 Counter devices are prevalent within 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.
42 Counter interface provides the following available count data types:
48 for the count data. The Generic Counter interface provides the following
98 The Generic Counter interface provides the following available signal
120 count data. The Generic Counter interface provides the following
139 context of the Generic Counter interface, a counter consists of Counts
233 Several sysfs attributes are generated by the Generic Counter interface,
237 information on each Generic Counter interface sysfs attribute.
240 the Generic Counter paradigm Counts, Signals, and Synapses of respective
246 Driver authors may utilize the Generic Counter interface in their code
261 Counter Signals via counter_signal structures. These Signals should
263 allocated counter_device structure before the Counter is registered to
266 Counter Counts may be allocated via counter_count structures, and
267 respective Counter Signal associations (Synapses) made via
272 before the Counter is registered to the system.
290 respective Counter device, while the counter_count_ext and
297 When the Generic Counter interface counter module is loaded, the
303 Counter devices are registered to the system via the counter_register
305 counter_register function establishes a unique ID for the Counter
313 and Synapses of the Counter device, as well as options and information
314 for the Counter device itself.
326 For a more detailed breakdown of the available Generic Counter interface
330 The Signals and Counts associated with the Counter device are registered