counter_device     46 drivers/counter/104-quad-8.c 	struct counter_device counter;
counter_device    616 drivers/counter/104-quad-8.c static int quad8_signal_read(struct counter_device *counter,
counter_device    637 drivers/counter/104-quad-8.c static int quad8_count_read(struct counter_device *counter,
counter_device    671 drivers/counter/104-quad-8.c static int quad8_count_write(struct counter_device *counter,
counter_device    733 drivers/counter/104-quad-8.c static int quad8_function_get(struct counter_device *counter,
counter_device    761 drivers/counter/104-quad-8.c static int quad8_function_set(struct counter_device *counter,
counter_device    817 drivers/counter/104-quad-8.c static void quad8_direction_get(struct counter_device *counter,
counter_device    850 drivers/counter/104-quad-8.c static int quad8_action_get(struct counter_device *counter,
counter_device    914 drivers/counter/104-quad-8.c static int quad8_index_polarity_get(struct counter_device *counter,
counter_device    925 drivers/counter/104-quad-8.c static int quad8_index_polarity_set(struct counter_device *counter,
counter_device    954 drivers/counter/104-quad-8.c static int quad8_synchronous_mode_get(struct counter_device *counter,
counter_device    965 drivers/counter/104-quad-8.c static int quad8_synchronous_mode_set(struct counter_device *counter,
counter_device   1000 drivers/counter/104-quad-8.c static ssize_t quad8_count_floor_read(struct counter_device *counter,
counter_device   1007 drivers/counter/104-quad-8.c static int quad8_count_mode_get(struct counter_device *counter,
counter_device   1031 drivers/counter/104-quad-8.c static int quad8_count_mode_set(struct counter_device *counter,
counter_device   1080 drivers/counter/104-quad-8.c static ssize_t quad8_count_direction_read(struct counter_device *counter,
counter_device   1090 drivers/counter/104-quad-8.c static ssize_t quad8_count_enable_read(struct counter_device *counter,
counter_device   1098 drivers/counter/104-quad-8.c static ssize_t quad8_count_enable_write(struct counter_device *counter,
counter_device   1125 drivers/counter/104-quad-8.c static int quad8_error_noise_get(struct counter_device *counter,
counter_device   1142 drivers/counter/104-quad-8.c static ssize_t quad8_count_preset_read(struct counter_device *counter,
counter_device   1166 drivers/counter/104-quad-8.c static ssize_t quad8_count_preset_write(struct counter_device *counter,
counter_device   1190 drivers/counter/104-quad-8.c static ssize_t quad8_count_ceiling_read(struct counter_device *counter,
counter_device   1211 drivers/counter/104-quad-8.c static ssize_t quad8_count_ceiling_write(struct counter_device *counter,
counter_device   1241 drivers/counter/104-quad-8.c static ssize_t quad8_count_preset_enable_read(struct counter_device *counter,
counter_device   1249 drivers/counter/104-quad-8.c static ssize_t quad8_count_preset_enable_write(struct counter_device *counter,
counter_device     37 drivers/counter/counter.c ssize_t counter_signal_enum_read(struct counter_device *counter,
counter_device     59 drivers/counter/counter.c ssize_t counter_signal_enum_write(struct counter_device *counter,
counter_device     82 drivers/counter/counter.c ssize_t counter_signal_enum_available_read(struct counter_device *counter,
counter_device    100 drivers/counter/counter.c ssize_t counter_count_enum_read(struct counter_device *counter,
counter_device    122 drivers/counter/counter.c ssize_t counter_count_enum_write(struct counter_device *counter,
counter_device    145 drivers/counter/counter.c ssize_t counter_count_enum_available_read(struct counter_device *counter,
counter_device    163 drivers/counter/counter.c ssize_t counter_device_enum_read(struct counter_device *counter, void *priv,
counter_device    184 drivers/counter/counter.c ssize_t counter_device_enum_write(struct counter_device *counter, void *priv,
counter_device    206 drivers/counter/counter.c ssize_t counter_device_enum_available_read(struct counter_device *counter,
counter_device    375 drivers/counter/counter.c 	struct counter_device *const counter = dev_get_drvdata(dev);
counter_device    525 drivers/counter/counter.c 	const struct counter_device *const counter,
counter_device    570 drivers/counter/counter.c 	const struct counter_device *const counter)
counter_device    624 drivers/counter/counter.c 	struct counter_device *const counter = dev_get_drvdata(dev);
counter_device    652 drivers/counter/counter.c 	struct counter_device *const counter = dev_get_drvdata(dev);
counter_device    699 drivers/counter/counter.c 	const struct counter_device *const counter,
counter_device    786 drivers/counter/counter.c 	struct counter_device *const counter = dev_get_drvdata(dev);
counter_device    804 drivers/counter/counter.c 	struct counter_device *const counter = dev_get_drvdata(dev);
counter_device    833 drivers/counter/counter.c 	struct counter_device *const counter = dev_get_drvdata(dev);
counter_device    861 drivers/counter/counter.c 	struct counter_device *const counter = dev_get_drvdata(dev);
counter_device    980 drivers/counter/counter.c 	const struct counter_device *const counter,
counter_device   1070 drivers/counter/counter.c 	const struct counter_device *const counter)
counter_device   1183 drivers/counter/counter.c 	struct counter_device *const counter)
counter_device   1224 drivers/counter/counter.c 	struct counter_device *const counter)
counter_device   1278 drivers/counter/counter.c 	struct counter_device *const counter)
counter_device   1381 drivers/counter/counter.c 	struct counter_device *const counter = dev_get_drvdata(dev);
counter_device   1408 drivers/counter/counter.c int counter_register(struct counter_device *const counter)
counter_device   1473 drivers/counter/counter.c void counter_unregister(struct counter_device *const counter)
counter_device   1482 drivers/counter/counter.c 	counter_unregister(*(struct counter_device **)res);
counter_device   1501 drivers/counter/counter.c 			  struct counter_device *const counter)
counter_device   1503 drivers/counter/counter.c 	struct counter_device **ptr;
counter_device   1524 drivers/counter/counter.c 	struct counter_device **r = res;
counter_device   1542 drivers/counter/counter.c 			     struct counter_device *const counter)
counter_device     28 drivers/counter/ftm-quaddec.c 	struct counter_device counter;
counter_device    117 drivers/counter/ftm-quaddec.c static int ftm_quaddec_get_prescaler(struct counter_device *counter,
counter_device    131 drivers/counter/ftm-quaddec.c static int ftm_quaddec_set_prescaler(struct counter_device *counter,
counter_device    179 drivers/counter/ftm-quaddec.c static int ftm_quaddec_count_read(struct counter_device *counter,
counter_device    193 drivers/counter/ftm-quaddec.c static int ftm_quaddec_count_write(struct counter_device *counter,
counter_device    215 drivers/counter/ftm-quaddec.c static int ftm_quaddec_count_function_get(struct counter_device *counter,
counter_device    224 drivers/counter/ftm-quaddec.c static int ftm_quaddec_action_get(struct counter_device *counter,
counter_device     22 drivers/counter/stm32-lptimer-cnt.c 	struct counter_device counter;
counter_device    379 drivers/counter/stm32-lptimer-cnt.c static int stm32_lptim_cnt_read(struct counter_device *counter,
counter_device    396 drivers/counter/stm32-lptimer-cnt.c static int stm32_lptim_cnt_function_get(struct counter_device *counter,
counter_device    415 drivers/counter/stm32-lptimer-cnt.c static int stm32_lptim_cnt_function_set(struct counter_device *counter,
counter_device    437 drivers/counter/stm32-lptimer-cnt.c static ssize_t stm32_lptim_cnt_enable_read(struct counter_device *counter,
counter_device    451 drivers/counter/stm32-lptimer-cnt.c static ssize_t stm32_lptim_cnt_enable_write(struct counter_device *counter,
counter_device    482 drivers/counter/stm32-lptimer-cnt.c static ssize_t stm32_lptim_cnt_ceiling_read(struct counter_device *counter,
counter_device    491 drivers/counter/stm32-lptimer-cnt.c static ssize_t stm32_lptim_cnt_ceiling_write(struct counter_device *counter,
counter_device    514 drivers/counter/stm32-lptimer-cnt.c static int stm32_lptim_cnt_action_get(struct counter_device *counter,
counter_device    543 drivers/counter/stm32-lptimer-cnt.c static int stm32_lptim_cnt_action_set(struct counter_device *counter,
counter_device     24 drivers/counter/stm32-timer-cnt.c 	struct counter_device counter;
counter_device     50 drivers/counter/stm32-timer-cnt.c static int stm32_count_read(struct counter_device *counter,
counter_device     63 drivers/counter/stm32-timer-cnt.c static int stm32_count_write(struct counter_device *counter,
counter_device     81 drivers/counter/stm32-timer-cnt.c static int stm32_count_function_get(struct counter_device *counter,
counter_device    105 drivers/counter/stm32-timer-cnt.c static int stm32_count_function_set(struct counter_device *counter,
counter_device    147 drivers/counter/stm32-timer-cnt.c static ssize_t stm32_count_direction_read(struct counter_device *counter,
counter_device    161 drivers/counter/stm32-timer-cnt.c static ssize_t stm32_count_ceiling_read(struct counter_device *counter,
counter_device    173 drivers/counter/stm32-timer-cnt.c static ssize_t stm32_count_ceiling_write(struct counter_device *counter,
counter_device    194 drivers/counter/stm32-timer-cnt.c static ssize_t stm32_count_enable_read(struct counter_device *counter,
counter_device    206 drivers/counter/stm32-timer-cnt.c static ssize_t stm32_count_enable_write(struct counter_device *counter,
counter_device    264 drivers/counter/stm32-timer-cnt.c static int stm32_action_get(struct counter_device *counter,
counter_device     27 include/linux/counter.h struct counter_device;
counter_device     39 include/linux/counter.h 	ssize_t (*read)(struct counter_device *counter,
counter_device     41 include/linux/counter.h 	ssize_t (*write)(struct counter_device *counter,
counter_device     87 include/linux/counter.h 	int (*get)(struct counter_device *counter,
counter_device     89 include/linux/counter.h 	int (*set)(struct counter_device *counter,
counter_device    157 include/linux/counter.h 	ssize_t (*read)(struct counter_device *counter,
counter_device    159 include/linux/counter.h 	ssize_t (*write)(struct counter_device *counter,
counter_device    228 include/linux/counter.h 	int (*get)(struct counter_device *counter, struct counter_count *count,
counter_device    230 include/linux/counter.h 	int (*set)(struct counter_device *counter, struct counter_count *count,
counter_device    356 include/linux/counter.h 	int (*signal_read)(struct counter_device *counter,
counter_device    359 include/linux/counter.h 	int (*count_read)(struct counter_device *counter,
counter_device    362 include/linux/counter.h 	int (*count_write)(struct counter_device *counter,
counter_device    365 include/linux/counter.h 	int (*function_get)(struct counter_device *counter,
counter_device    367 include/linux/counter.h 	int (*function_set)(struct counter_device *counter,
counter_device    369 include/linux/counter.h 	int (*action_get)(struct counter_device *counter,
counter_device    372 include/linux/counter.h 	int (*action_set)(struct counter_device *counter,
counter_device    386 include/linux/counter.h 	ssize_t (*read)(struct counter_device *counter, void *priv, char *buf);
counter_device    387 include/linux/counter.h 	ssize_t (*write)(struct counter_device *counter, void *priv,
counter_device    413 include/linux/counter.h 	int (*get)(struct counter_device *counter, size_t *item);
counter_device    414 include/linux/counter.h 	int (*set)(struct counter_device *counter, size_t item);
counter_device    503 include/linux/counter.h int counter_register(struct counter_device *const counter);
counter_device    504 include/linux/counter.h void counter_unregister(struct counter_device *const counter);
counter_device    506 include/linux/counter.h 			  struct counter_device *const counter);
counter_device    508 include/linux/counter.h 			     struct counter_device *const counter);
counter_device     11 include/linux/counter_enum.h struct counter_device;
counter_device     15 include/linux/counter_enum.h ssize_t counter_signal_enum_read(struct counter_device *counter,
counter_device     18 include/linux/counter_enum.h ssize_t counter_signal_enum_write(struct counter_device *counter,
counter_device     22 include/linux/counter_enum.h ssize_t counter_signal_enum_available_read(struct counter_device *counter,
counter_device     26 include/linux/counter_enum.h ssize_t counter_count_enum_read(struct counter_device *counter,
counter_device     29 include/linux/counter_enum.h ssize_t counter_count_enum_write(struct counter_device *counter,
counter_device     33 include/linux/counter_enum.h ssize_t counter_count_enum_available_read(struct counter_device *counter,
counter_device     37 include/linux/counter_enum.h ssize_t counter_device_enum_read(struct counter_device *counter, void *priv,
counter_device     39 include/linux/counter_enum.h ssize_t counter_device_enum_write(struct counter_device *counter, void *priv,
counter_device     42 include/linux/counter_enum.h ssize_t counter_device_enum_available_read(struct counter_device *counter,