Searched refs:imon (Results 1 – 14 of 14) sorted by relevance
40 struct imon_dec *imon = &dev->raw->imon; in ir_imon_decode_scancode() local43 if (imon->bits == 0x299115b7) in ir_imon_decode_scancode()44 imon->stick_keyboard = !imon->stick_keyboard; in ir_imon_decode_scancode()46 if ((imon->bits & 0xfc0000ff) == 0x680000b7) { in ir_imon_decode_scancode()50 buf = imon->bits >> 16; in ir_imon_decode_scancode()53 if (imon->bits & 0x02000000) in ir_imon_decode_scancode()55 buf = imon->bits >> 8; in ir_imon_decode_scancode()58 if (imon->bits & 0x01000000) in ir_imon_decode_scancode()61 if (rel_x && rel_y && imon->stick_keyboard) { in ir_imon_decode_scancode()63 imon->bits = rel_y > 0 ? in ir_imon_decode_scancode()[all …]
14 obj-$(CONFIG_IR_IMON_DECODER) += ir-imon-decoder.o36 obj-$(CONFIG_IR_IMON) += imon.o
152 } imon; member
18 - maxim,imon-slot-no : slot number used to send current information37 maxim,imon-slot-no = <1>;
38 - cirrus,imon-adc-scale : Configures the scaling of data bits from the IMON111 cirrus,imon-adc-scale = <0> /* Bits 15 down to 0 */
122 - cirrus,imon : 4 8 bit values to set the depth, location, frame and ADC173 cirrus,imon = /bits/ 8 <0x03 0x00 0x01>;
46 - cirrus,imon-pol-inv : Boolean to determine Amplifier will invert the
62 rc-imon-mce.o \63 rc-imon-pad.o \64 rc-imon-rsc.o \
50 imon-slot-no = <0>;
127 imon-slot-no = <1>;
97 imon-slot-no = <1>;
39 For contributing the imon-tool
419 imon (RC_PROTO_IMON)
11326 F: drivers/media/rc/imon.c