Home
last modified time | relevance | path

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

/linux/drivers/media/dvb-frontends/
H A Ddibx000_common.h111 u16 max_thres; member
H A Ddib8000.c1251 else if (agc < state->current_agc->split.max_thres) in dib8000_agc_soft_split()
1256 (state->current_agc->split.max_thres - state->current_agc->split.min_thres); in dib8000_agc_soft_split()
/linux/sound/soc/ti/
H A Domap-mcbsp.c513 #define max_thres(m) (mcbsp->pdata->buffer_size) macro
514 #define valid_threshold(m, val) ((val) <= max_thres(m))
703 mcbsp->max_tx_thres = max_thres(mcbsp) - 0x10; in omap_mcbsp_init()
704 mcbsp->max_rx_thres = max_thres(mcbsp) - 0x10; in omap_mcbsp_init()
/linux/mm/damon/
H A Dcore.c2251 unsigned int max_thres; in kdamond_merge_regions() local
2253 max_thres = c->attrs.aggr_interval / in kdamond_merge_regions()
2263 threshold / 2 < max_thres); in kdamond_merge_regions()