Lines Matching defs:counter
31 struct counter_device counter; member
59 static int stm32_count_read(struct counter_device *counter, in stm32_count_read()
71 static int stm32_count_write(struct counter_device *counter, in stm32_count_write()
83 static int stm32_count_function_get(struct counter_device *counter, in stm32_count_function_get()
107 static int stm32_count_function_set(struct counter_device *counter, in stm32_count_function_set()
149 static ssize_t stm32_count_direction_read(struct counter_device *counter, in stm32_count_direction_read()
163 static ssize_t stm32_count_ceiling_read(struct counter_device *counter, in stm32_count_ceiling_read()
175 static ssize_t stm32_count_ceiling_write(struct counter_device *counter, in stm32_count_ceiling_write()
196 static ssize_t stm32_count_enable_read(struct counter_device *counter, in stm32_count_enable_read()
208 static ssize_t stm32_count_enable_write(struct counter_device *counter, in stm32_count_enable_write()
269 static int stm32_action_get(struct counter_device *counter, in stm32_action_get()