Home
last modified time | relevance | path

Searched defs:img_ir_control (Results 1 – 2 of 2) sorted by relevance

/drivers/media/rc/img-ir/
Dimg-ir-hw.h38 struct img_ir_control { struct
39 unsigned decoden:1;
40 unsigned code_type:2;
41 unsigned hdrtog:1;
42 unsigned ldrdec:1;
43 unsigned decodinpol:1;
44 unsigned bitorien:1;
45 unsigned d1validsel:1;
46 unsigned bitinv:1;
47 unsigned decodend2:1;
[all …]
Dimg-ir-hw.c136 static u32 img_ir_control(const struct img_ir_control *control) in img_ir_control() function