Lines Matching refs:counter
107 int (*action_read)(struct counter_device *counter,
111 int (*device_u8_read)(struct counter_device *counter, u8 *val);
112 int (*count_u8_read)(struct counter_device *counter,
114 int (*signal_u8_read)(struct counter_device *counter,
116 int (*device_u32_read)(struct counter_device *counter,
118 int (*count_u32_read)(struct counter_device *counter,
120 int (*signal_u32_read)(struct counter_device *counter,
122 int (*device_u64_read)(struct counter_device *counter,
124 int (*count_u64_read)(struct counter_device *counter,
126 int (*signal_u64_read)(struct counter_device *counter,
130 int (*action_write)(struct counter_device *counter,
134 int (*device_u8_write)(struct counter_device *counter, u8 val);
135 int (*count_u8_write)(struct counter_device *counter,
137 int (*signal_u8_write)(struct counter_device *counter,
139 int (*device_u32_write)(struct counter_device *counter,
141 int (*count_u32_write)(struct counter_device *counter,
143 int (*signal_u32_write)(struct counter_device *counter,
145 int (*device_u64_write)(struct counter_device *counter,
147 int (*count_u64_write)(struct counter_device *counter,
149 int (*signal_u64_write)(struct counter_device *counter,
253 int (*signal_read)(struct counter_device *counter,
256 int (*count_read)(struct counter_device *counter,
258 int (*count_write)(struct counter_device *counter,
260 int (*function_read)(struct counter_device *counter,
263 int (*function_write)(struct counter_device *counter,
266 int (*action_read)(struct counter_device *counter,
270 int (*action_write)(struct counter_device *counter,
274 int (*events_configure)(struct counter_device *counter);
275 int (*watch_validate)(struct counter_device *counter,
330 void *counter_priv(const struct counter_device *const counter);
333 void counter_put(struct counter_device *const counter);
334 int counter_add(struct counter_device *const counter);
336 void counter_unregister(struct counter_device *const counter);
340 struct counter_device *const counter);
341 void counter_push_event(struct counter_device *const counter, const u8 event,