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.c161 static int stm32_lptim_cnt_function_read(struct counter_device *counter, in stm32_lptim_cnt_function_read() function
288 err = stm32_lptim_cnt_function_read(counter, count, &function); in stm32_lptim_cnt_action_read()
335 err = stm32_lptim_cnt_function_read(counter, count, &function); in stm32_lptim_cnt_action_write()
361 .function_read = stm32_lptim_cnt_function_read,