Home
last modified time | relevance | path

Searched refs:stm32_lptim_cnt_function_read (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/counter/
H A Dstm32-lptimer-cnt.c156 static int stm32_lptim_cnt_function_read(struct counter_device *counter, in stm32_lptim_cnt_function_read() function
283 err = stm32_lptim_cnt_function_read(counter, count, &function); in stm32_lptim_cnt_action_read()
330 err = stm32_lptim_cnt_function_read(counter, count, &function); in stm32_lptim_cnt_action_write()
356 .function_read = stm32_lptim_cnt_function_read,