Lines Matching refs:cec
20 - amlogic (meson ao-cec and ao-cec-g12a)
41 - Pulse-Eight: the pulse8-cec driver implements the following module option:
54 - cec-gpio. If the CEC pin is hooked up to a GPIO pin then
58 - cec-gpio and Allwinner A10 (or any other driver that uses the CEC pin
73 ``utils/cec-ctl``: control a CEC device
75 ``utils/cec-compliance``: test compliance of a remote CEC device
77 ``utils/cec-follower``: emulate a CEC follower device
79 Note that ``cec-ctl`` has support for the CEC Hospitality Profile as is
107 cec-ctl --playback # Configure the PC as a CEC Playback device
108 cec-ctl -S # Show the CEC topology
110 The ``cec-ctl -S`` command should show at least two CEC devices,
162 …oduct}=="1002", ACTION=="add", TAG+="systemd", ENV{SYSTEMD_WANTS}+="pulse8-cec-inputattach@%k.serv…
163 …oduct}=="1001", ACTION=="add", TAG+="systemd", ENV{SYSTEMD_WANTS}+="pulse8-cec-inputattach@%k.serv…
164 …t}=="ff59", ACTION=="add", TAG+="systemd", ENV{SYSTEMD_WANTS}+="rainshadow-cec-inputattach@%k.serv…
168 For Pulse-Eight make /lib/systemd/system/pulse8-cec-inputattach@.service::
171 Description=inputattach for pulse8-cec device on %I
175 ExecStart=/usr/bin/inputattach --pulse8-cec /dev/%I
177 For the RainShadow Tech make /lib/systemd/system/rainshadow-cec-inputattach@.service::
180 Description=inputattach for rainshadow-cec device on %I
184 ExecStart=/usr/bin/inputattach --rainshadow-cec /dev/%I
187 For proper suspend/resume support create: /lib/systemd/system/restart-cec-inputattach.service::
190 Description=restart inputattach for cec devices
195 …h --daemon --pulse8-cec $d; done; for d in /dev/serial/by-id/usb-RainShadow_Tech*; do /usr/bin/inp…
200 And run ``systemctl enable restart-cec-inputattach``.
203 EDID changes, you can use ``cec-ctl`` with the ``-E`` option::
205 cec-ctl -E /sys/class/drm/card0-DP-1/edid
214 @reboot /usr/local/bin/cec-ctl -E /sys/class/drm/card0-DP-1/edid
249 cec-ctl -p0.0.0.0 --tv
253 sudo cec-ctl -M
257 cec-ctl --playback
262 cec-ctl -t0 --image-view-on
343 will hook up the cec-gpio driver correctly::
345 cec@6 {
346 compatible = "cec-gpio";
347 cec-gpios = <&gpio 6 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>;
352 cec@7 {
353 compatible = "cec-gpio";
354 cec-gpios = <&gpio 7 (GPIO_ACTIVE_HIGH|GPIO_OPEN_DRAIN)>;
362 This dts change will enable two cec GPIO devices: I typically use one to
375 ``cec-ctl --monitor-pin`` will do low-level CEC bus sniffing and analysis.
380 using ``cec-ctl --tv -p0.0.0.0`` or ``cec-ctl --playback -p1.0.0.0``.