Lines Matching defs:counter

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()
84 static int stm32_count_function_read(struct counter_device *counter, in stm32_count_function_read()
111 static int stm32_count_function_write(struct counter_device *counter, in stm32_count_function_write()
157 static int stm32_count_direction_read(struct counter_device *counter, in stm32_count_direction_read()
171 static int stm32_count_ceiling_read(struct counter_device *counter, in stm32_count_ceiling_read()
184 static int stm32_count_ceiling_write(struct counter_device *counter, in stm32_count_ceiling_write()
199 static int stm32_count_enable_read(struct counter_device *counter, in stm32_count_enable_read()
212 static int stm32_count_enable_write(struct counter_device *counter, in stm32_count_enable_write()
244 static int stm32_count_prescaler_read(struct counter_device *counter, in stm32_count_prescaler_read()
257 static int stm32_count_prescaler_write(struct counter_device *counter, in stm32_count_prescaler_write()
271 static int stm32_count_cap_read(struct counter_device *counter, in stm32_count_cap_read()
305 static int stm32_count_nb_ovf_read(struct counter_device *counter, in stm32_count_nb_ovf_read()
318 static int stm32_count_nb_ovf_write(struct counter_device *counter, in stm32_count_nb_ovf_write()
353 static int stm32_action_read(struct counter_device *counter, in stm32_action_read()
417 static int stm32_count_capture_configure(struct counter_device *counter, unsigned int ch, in stm32_count_capture_configure()
455 static int stm32_count_events_configure(struct counter_device *counter) in stm32_count_events_configure()
497 static int stm32_count_watch_validate(struct counter_device *counter, in stm32_count_watch_validate()
530 static int stm32_count_clk_get_freq(struct counter_device *counter, in stm32_count_clk_get_freq()
619 struct counter_device *counter = ptr; in stm32_timer_cnt_isr() local
721 struct counter_device *counter; in stm32_timer_cnt_probe() local