Lines Matching defs:counter
24 struct counter_device counter; member
50 static int stm32_count_read(struct counter_device *counter, in stm32_count_read()
63 static int stm32_count_write(struct counter_device *counter, in stm32_count_write()
81 static int stm32_count_function_get(struct counter_device *counter, in stm32_count_function_get()
105 static int stm32_count_function_set(struct counter_device *counter, in stm32_count_function_set()
147 static ssize_t stm32_count_direction_read(struct counter_device *counter, in stm32_count_direction_read()
161 static ssize_t stm32_count_ceiling_read(struct counter_device *counter, in stm32_count_ceiling_read()
173 static ssize_t stm32_count_ceiling_write(struct counter_device *counter, in stm32_count_ceiling_write()
194 static ssize_t stm32_count_enable_read(struct counter_device *counter, in stm32_count_enable_read()
206 static ssize_t stm32_count_enable_write(struct counter_device *counter, in stm32_count_enable_write()
264 static int stm32_action_get(struct counter_device *counter, in stm32_action_get()