Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/media/rc/img-ir/
Dimg-ir-hw.h42 struct img_ir_control { struct
43 unsigned decoden:1;
44 unsigned code_type:2;
45 unsigned hdrtog:1;
46 unsigned ldrdec:1;
47 unsigned decodinpol:1;
48 unsigned bitorien:1;
49 unsigned d1validsel:1;
50 unsigned bitinv:1;
51 unsigned decodend2:1;
[all …]
Dimg-ir-hw.c140 static u32 img_ir_control(const struct img_ir_control *control) in img_ir_control() function