Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/rc/
H A Dir-nec-decoder.c10 #define NEC_NBITS 32 macro
117 if (data->count == NEC_NBITS) in ir_nec_decode()
141 if (data->count == NEC_NBITS) { in ir_nec_decode()
243 ret = ir_raw_gen_pd(&e, max, &ir_nec_timings, NEC_NBITS, raw); in ir_nec_encode()
/OK3568_Linux_fs/u-boot/include/
H A Drockchip_ir.h34 #define NEC_NBITS 32 macro
/OK3568_Linux_fs/u-boot/drivers/input/
H A Drockchip_ir.c172 if (data->count == NEC_NBITS) { in ir_nec_decode()