Lines Matching refs:counter
39 ssize_t (*read)(struct counter_device *counter,
41 ssize_t (*write)(struct counter_device *counter,
87 int (*get)(struct counter_device *counter,
89 int (*set)(struct counter_device *counter,
157 ssize_t (*read)(struct counter_device *counter,
159 ssize_t (*write)(struct counter_device *counter,
228 int (*get)(struct counter_device *counter, struct counter_count *count,
230 int (*set)(struct counter_device *counter, struct counter_count *count,
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_get)(struct counter_device *counter,
334 int (*function_set)(struct counter_device *counter,
336 int (*action_get)(struct counter_device *counter,
339 int (*action_set)(struct counter_device *counter,
353 ssize_t (*read)(struct counter_device *counter, void *priv, char *buf);
354 ssize_t (*write)(struct counter_device *counter, void *priv,
380 int (*get)(struct counter_device *counter, size_t *item);
381 int (*set)(struct counter_device *counter, size_t item);
447 int counter_register(struct counter_device *const counter);
448 void counter_unregister(struct counter_device *const counter);
450 struct counter_device *const counter);
452 struct counter_device *const counter);