Home
last modified time | relevance | path

Searched refs:echo_value (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/misc/echo/
H A Decho.c264 int32_t echo_value; in oslec_update() local
352 echo_value = fir16(&ec->fir_state, tx); in oslec_update()
353 ec->clean = rx - echo_value; in oslec_update()
359 echo_value = fir16(&ec->fir_state_bg, tx); in oslec_update()
360 clean_bg = rx - echo_value; in oslec_update()
/kernel/linux/linux-6.6/drivers/misc/echo/
H A Decho.c264 int32_t echo_value; in oslec_update() local
352 echo_value = fir16(&ec->fir_state, tx); in oslec_update()
353 ec->clean = rx - echo_value; in oslec_update()
359 echo_value = fir16(&ec->fir_state_bg, tx); in oslec_update()
360 clean_bg = rx - echo_value; in oslec_update()

Completed in 2 milliseconds