Home
last modified time | relevance | path

Searched +full:cros +full:- +full:cbas (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/Documentation/devicetree/bindings/mfd/
Dgoogle,cros-ec.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/mfd/google,cros-ec.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Benson Leung <bleung@chromium.org>
11 - Enric Balletbo i Serra <enric.balletbo@collabora.com>
12 - Guenter Roeck <groeck@chromium.org>
23 - description:
25 const: google,cros-ec-i2c
26 - description:
[all …]
/Linux-v5.15/arch/arm64/boot/dts/mediatek/
Dmt8183-kukui.dtsi1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
8 #include <dt-bindings/gpio/gpio.h>
9 #include <dt-bindings/input/input.h>
21 stdout-path = "serial0:115200n8";
25 compatible = "pwm-backlight";
27 power-supply = <&bl_pp5000>;
28 enable-gpios = <&pio 176 0>;
29 brightness-levels = <0 1023>;
30 num-interpolated-steps = <1023>;
31 default-brightness-level = <576>;
[all …]
/Linux-v5.15/drivers/hid/
Dhid-google-hammer.c1 // SPDX-License-Identifier: GPL-2.0+
6 * Author: Wei-Ning Huang <wnhuang@google.com>
27 #include "hid-ids.h"
30 * C(hrome)B(ase)A(ttached)S(witch) - switch exported by Chrome EC and reporting
31 * state of the "Whiskers" base - attached or detached. Whiskers USB device also
32 * reports position of the keyboard - folded or not. Combining base state and
64 return -ENOMEM; in cbas_ec_query_base()
66 msg->command = EC_CMD_MKBP_INFO; in cbas_ec_query_base()
67 msg->version = 1; in cbas_ec_query_base()
68 msg->outsize = sizeof(*params); in cbas_ec_query_base()
[all …]