Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/media/rc/
Drc-main.c21 #define IR_TAB_MIN_SIZE 256 macro
237 if ((rc_map->len * 3 < rc_map->size) && (oldalloc > IR_TAB_MIN_SIZE)) { in ir_resize_table()