Lines Matching refs:counter

157 		int (*action_read)(struct counter_device *counter,
161 int (*device_u8_read)(struct counter_device *counter, u8 *val);
162 int (*count_u8_read)(struct counter_device *counter,
164 int (*signal_u8_read)(struct counter_device *counter,
166 int (*device_u32_read)(struct counter_device *counter,
168 int (*count_u32_read)(struct counter_device *counter,
170 int (*signal_u32_read)(struct counter_device *counter,
172 int (*device_u64_read)(struct counter_device *counter,
174 int (*count_u64_read)(struct counter_device *counter,
176 int (*signal_u64_read)(struct counter_device *counter,
178 int (*signal_array_u32_read)(struct counter_device *counter,
181 int (*device_array_u64_read)(struct counter_device *counter,
183 int (*count_array_u64_read)(struct counter_device *counter,
186 int (*signal_array_u64_read)(struct counter_device *counter,
191 int (*action_write)(struct counter_device *counter,
195 int (*device_u8_write)(struct counter_device *counter, u8 val);
196 int (*count_u8_write)(struct counter_device *counter,
198 int (*signal_u8_write)(struct counter_device *counter,
200 int (*device_u32_write)(struct counter_device *counter,
202 int (*count_u32_write)(struct counter_device *counter,
204 int (*signal_u32_write)(struct counter_device *counter,
206 int (*device_u64_write)(struct counter_device *counter,
208 int (*count_u64_write)(struct counter_device *counter,
210 int (*signal_u64_write)(struct counter_device *counter,
212 int (*signal_array_u32_write)(struct counter_device *counter,
215 int (*device_array_u64_write)(struct counter_device *counter,
217 int (*count_array_u64_write)(struct counter_device *counter,
220 int (*signal_array_u64_write)(struct counter_device *counter,
325 int (*signal_read)(struct counter_device *counter,
328 int (*count_read)(struct counter_device *counter,
330 int (*count_write)(struct counter_device *counter,
332 int (*function_read)(struct counter_device *counter,
335 int (*function_write)(struct counter_device *counter,
338 int (*action_read)(struct counter_device *counter,
342 int (*action_write)(struct counter_device *counter,
346 int (*events_configure)(struct counter_device *counter);
347 int (*watch_validate)(struct counter_device *counter,
402 void *counter_priv(const struct counter_device *const counter) __attribute_const__;
405 void counter_put(struct counter_device *const counter);
406 int counter_add(struct counter_device *const counter);
408 void counter_unregister(struct counter_device *const counter);
412 struct counter_device *const counter);
413 void counter_push_event(struct counter_device *const counter, const u8 event,