Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/light/
H A Dus5182d.c634 u16 new_th; in us5182d_write_event_config() local
644 new_th = US5182D_PXH_TH_DISABLE; in us5182d_write_event_config()
653 new_th = data->px_high_th; in us5182d_write_event_config()
655 ret = us5182d_setup_prox(indio_dev, dir, new_th); in us5182d_write_event_config()
665 new_th = US5182D_PXL_TH_DISABLE; in us5182d_write_event_config()
674 new_th = data->px_low_th; in us5182d_write_event_config()
676 ret = us5182d_setup_prox(indio_dev, dir, new_th); in us5182d_write_event_config()