Home
last modified time | relevance | path

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

/linux/drivers/media/rc/
A Dimon_raw.c13 struct imon { struct
29 static void imon_ir_data(struct imon *imon) in imon_ir_data() argument
40 dev_dbg(imon->dev, "data: %*ph", 8, &imon->ir_buf); in imon_ir_data()
82 struct imon *imon = urb->context; in imon_ir_rx() local
112 struct imon *imon; in imon_probe() local
132 imon = devm_kmalloc(&intf->dev, sizeof(*imon), GFP_KERNEL); in imon_probe()
133 if (!imon) in imon_probe()
137 if (!imon->ir_urb) in imon_probe()
143 &imon->ir_buf, sizeof(imon->ir_buf), in imon_probe()
152 usb_make_path(udev, imon->phys, sizeof(imon->phys)); in imon_probe()
[all …]
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()
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()
63 imon->bits = rel_y > 0 ? in ir_imon_decode_scancode()
67 imon->bits = rel_x > 0 ? in ir_imon_decode_scancode()
72 if (!imon->stick_keyboard) { in ir_imon_decode_scancode()
[all …]
A DMakefile19 obj-$(CONFIG_IR_IMON_DECODER) += ir-imon-decoder.o
25 obj-$(CONFIG_IR_IMON) += imon.o
A Drc-core-priv.h152 } imon; member
A DKconfig194 module will be called imon.
/linux/Documentation/devicetree/bindings/sound/
A Dmax98373.txt18 - maxim,imon-slot-no : slot number used to send current information
37 maxim,imon-slot-no = <1>;
A Dmax9892x.txt18 - imon-slot-no : slot number used to send current information
41 imon-slot-no = <1>;
A Dtas2764.yaml40 ti,imon-slot-no:
71 ti,imon-slot-no = <0>;
A Dtas2770.yaml40 ti,imon-slot-no:
79 ti,imon-slot-no = <0>;
A Dtas2562.yaml50 ti,imon-slot-no:
76 ti,imon-slot-no = <0>;
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 */
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>;
A Dcs35l36.txt46 - cirrus,imon-pol-inv : Boolean to determine Amplifier will invert the
/linux/Documentation/devicetree/bindings/media/
A Drc.yaml79 - rc-imon-mce
80 - rc-imon-pad
81 - rc-imon-rsc
/linux/drivers/media/rc/keymaps/
A DMakefile55 rc-imon-mce.o \
56 rc-imon-pad.o \
57 rc-imon-rsc.o \
/linux/Documentation/isdn/
A Dcredits.rst39 For contributing the imon-tool
/linux/Documentation/userspace-api/media/rc/
A Drc-protos.rst419 imon (RC_PROTO_IMON)
/linux/
A DMAINTAINERS9293 F: drivers/media/rc/imon.c

Completed in 35 milliseconds