Home
last modified time | relevance | path

Searched refs:imon (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/media/rc/
H A Dir-imon-decoder.c40 struct imon_dec *imon = &dev->raw->imon; in ir_imon_decode_scancode() local
43 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 …]
H A DMakefile14 obj-$(CONFIG_IR_IMON_DECODER) += ir-imon-decoder.o
36 obj-$(CONFIG_IR_IMON) += imon.o
H A Drc-core-priv.h152 } imon; member
/linux/Documentation/devicetree/bindings/sound/
H A Dmax98373.txt18 - maxim,imon-slot-no : slot number used to send current information
37 maxim,imon-slot-no = <1>;
H A Dcs35l33.txt38 - cirrus,imon-adc-scale : Configures the scaling of data bits from the IMON
111 cirrus,imon-adc-scale = <0> /* Bits 15 down to 0 */
H A Dcs35l35.txt122 - cirrus,imon : 4 8 bit values to set the depth, location, frame and ADC
173 cirrus,imon = /bits/ 8 <0x03 0x00 0x01>;
H A Dcs35l36.txt46 - cirrus,imon-pol-inv : Boolean to determine Amplifier will invert the
/linux/drivers/media/rc/keymaps/
H A DMakefile62 rc-imon-mce.o \
63 rc-imon-pad.o \
64 rc-imon-rsc.o \
/linux/arch/arm64/boot/dts/qcom/
H A Dsdm845-oneplus-enchilada.dts50 imon-slot-no = <0>;
H A Dmsm8953-xiaomi-daisy.dts127 imon-slot-no = <1>;
H A Dmsm8953-xiaomi-tissot.dts97 imon-slot-no = <1>;
/linux/Documentation/isdn/
H A Dcredits.rst39 For contributing the imon-tool
/linux/Documentation/userspace-api/media/rc/
H A Drc-protos.rst419 imon (RC_PROTO_IMON)
/linux/
H A DMAINTAINERS11326 F: drivers/media/rc/imon.c