Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/media/rc/img-ir/
Dimg-ir-rc5.c58 .code_type = IMG_IR_CODETYPE_BIPHASE,
Dimg-ir-rc6.c79 .code_type = IMG_IR_CODETYPE_BIPHASE,
Dimg-ir-jvc.c58 .code_type = IMG_IR_CODETYPE_PULSEDIST,
Dimg-ir-sharp.c80 .code_type = IMG_IR_CODETYPE_PULSEDIST,
Dimg-ir-sanyo.c86 .code_type = IMG_IR_CODETYPE_PULSEDIST,
Dimg-ir-sony.c135 .code_type = IMG_IR_CODETYPE_PULSELEN,
Dimg-ir-nec.c134 .code_type = IMG_IR_CODETYPE_PULSEDIST,
Dimg-ir-hw.h44 unsigned code_type:2; member
Dimg-ir-hw.c142 u32 ctrl = control->code_type << IMG_IR_CODETYPE_SHIFT; in img_ir_control()
636 ct = dec->control.code_type; in img_ir_decoder_compatible()
967 ct = hw->decoder->control.code_type; in img_ir_isr_hw()