Home
last modified time | relevance | path

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

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