Home
last modified time | relevance | path

Searched refs:ec (Results 1 – 25 of 58) sorted by relevance

123

/f-stack/freebsd/contrib/device-tree/Bindings/mfd/
H A Dgoogle,cros-ec.yaml25 const: google,cros-ec-i2c
28 const: google,cros-ec-spi
31 const: google,cros-ec-rpmsg
33 google,cros-ec-spi-pre-delay:
42 google,cros-ec-spi-msg-delay:
74 - google,cros-ec-i2c
75 - google,cros-ec-rpmsg
78 google,cros-ec-spi-pre-delay: false
94 cros-ec@1e {
111 cros-ec@0 {
[all …]
H A Dcros-ec.txt9 Other Linux driver (such as cros-ec-keyb for the matrix keyboard) connect to
13 - compatible: "google,cros-ec-i2c"
17 - compatible: "google,cros-ec-spi"
21 - compatible: "google,cros-ec-rpmsg"
24 - google,cros-ec-spi-pre-delay: Some implementations of the EC need a little
28 - google,cros-ec-spi-msg-delay: Some implementations of the EC require some
37 - compatible: "google,cros-ec-lpc"
48 cros-ec@1e {
50 compatible = "google,cros-ec-i2c";
60 ec@0 {
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/extcon/
H A Dextcon-usbc-cros-ec.yaml4 $id: http://devicetree.org/schemas/extcon/extcon-usbc-cros-ec.yaml#
17 The node for this device must be under a cros-ec node like google,cros-ec-spi
18 or google,cros-ec-i2c.
22 const: google,extcon-usbc-cros-ec
41 cros-ec@0 {
42 compatible = "google,cros-ec-spi";
46 compatible = "google,extcon-usbc-cros-ec";
51 compatible = "google,extcon-usbc-cros-ec";
/f-stack/freebsd/contrib/device-tree/Bindings/i2c/
H A Di2c-cros-ec-tunnel.txt1 I2C bus that tunnels through the ChromeOS EC (cros-ec)
8 The node for this device should be under a cros-ec node like google,cros-ec-spi
9 or google,cros-ec-i2c.
13 - compatible: google,cros-ec-i2c-tunnel
21 cros-ec@0 {
22 compatible = "google,cros-ec-spi";
27 compatible = "google,cros-ec-i2c-tunnel";
/f-stack/freebsd/contrib/device-tree/Bindings/pwm/
H A Dgoogle,cros-ec-pwm.yaml4 $id: http://devicetree.org/schemas/pwm/google,cros-ec-pwm.yaml#
17 Documentation/devicetree/bindings/mfd/cros-ec.txt).
21 const: google,cros-ec-pwm
38 cros-ec@0 {
39 compatible = "google,cros-ec-spi";
42 cros_ec_pwm: ec-pwm {
43 compatible = "google,cros-ec-pwm";
/f-stack/freebsd/contrib/device-tree/Bindings/chrome/
H A Dgoogle,cros-ec-typec.yaml4 $id: http://devicetree.org/schemas/chrome/google,cros-ec-typec.yaml#
17 cros-ec node like google,cros-ec-spi.
21 const: google,cros-ec-typec
35 cros_ec: ec@0 {
36 compatible = "google,cros-ec-spi";
40 compatible = "google,cros-ec-typec";
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dgoogle,cros-ec-codec.yaml4 $id: http://devicetree.org/schemas/sound/google,cros-ec-codec.yaml#
16 Documentation/devicetree/bindings/mfd/cros-ec.txt).
20 const: google,cros-ec-codec
55 cros-ec@0 {
56 compatible = "google,cros-ec-spi";
60 cros_ec_codec: ec-codec@10500000 {
61 compatible = "google,cros-ec-codec";
H A Dmt8183-mt6358-ts3a227-max98357.txt11 - mediatek,ec-codec: the phandle of EC codecs.
12 See google,cros-ec-codec.txt for more details.
20 mediatek,ec-codec = <&ec_codec>;
/f-stack/freebsd/contrib/device-tree/Bindings/regulator/
H A Dgoogle,cros-ec-regulator.yaml4 $id: http://devicetree.org/schemas/regulator/google,cros-ec-regulator.yaml#
21 const: google,cros-ec-regulator
37 cros_ec: ec@0 {
38 compatible = "google,cros-ec-spi";
44 compatible = "google,cros-ec-regulator";
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Drk3288-veyron-chromebook.dtsi106 cros_ec: ec@0 {
107 compatible = "google,cros-ec-spi";
109 google,cros-ec-spi-pre-delay = <30>;
117 compatible = "google,cros-ec-i2c-tunnel";
151 cros-ec {
152 ec_int: ec-int {
184 #include "cros-ec-keyboard.dtsi"
H A Dcros-ec-keyboard.dtsi3 * Keyboard dts fragment for devices that use cros-ec-keyboard
12 compatible = "google,cros-ec-keyb";
/f-stack/freebsd/contrib/device-tree/Bindings/misc/
H A Dolpc,xo1.75-ec.yaml5 $id: http://devicetree.org/schemas/misc/olpc,xo1.75-ec.yaml#
25 const: olpc,xo1.75-ec
46 compatible = "olpc,xo1.75-ec";
H A Dolpc,xo1.75-ec.txt4 - compatible: Should be "olpc,xo1.75-ec".
19 compatible = "olpc,xo1.75-ec";
/f-stack/freebsd/contrib/device-tree/Bindings/input/
H A Dcros-ec-keyb.txt11 - compatible: "google,cros-ec-keyb"
21 cros-ec-keyb {
22 compatible = "google,cros-ec-keyb";
/f-stack/freebsd/crypto/ccp/
H A Dccp_hardware.c460 const struct ccp_error_code *ec; in ccp_intr_handle_error() local
474 ec = NULL; in ccp_intr_handle_error()
477 ec = &ccp_error_codes[idx]; in ccp_intr_handle_error()
486 (ec != NULL) ? ec->ce_name : "(reserved)", error, esource, in ccp_intr_handle_error()
488 if (ec != NULL) in ccp_intr_handle_error()
518 if (ec == NULL) in ccp_intr_handle_error()
521 errno = ec->ce_errno; in ccp_intr_handle_error()
2090 ec = NULL; in db_ccp_show_queue_hw()
2095 ec = &ccp_error_codes[i]; in db_ccp_show_queue_hw()
2098 (ec != NULL) ? ec->ce_name : "(reserved)", error, esource, in db_ccp_show_queue_hw()
[all …]
/f-stack/freebsd/contrib/device-tree/src/arm64/mediatek/
H A Dmt8183-kukui.dtsi695 cros_ec: cros-ec@0 {
696 compatible = "google,cros-ec-spi";
705 compatible = "google,cros-ec-i2c-tunnel";
712 compatible = "google,extcon-usbc-cros-ec";
787 #include <arm/cros-ec-keyboard.dtsi>
788 #include <arm/cros-ec-sbs.dtsi>
/f-stack/freebsd/contrib/openzfs/module/icp/spi/
H A Dkcf_spi.c876 crypto_notify_event_change_t ec; in kcf_do_notify() local
886 ec.ec_provider_type = prov_desc->pd_prov_type; in kcf_do_notify()
887 ec.ec_change = is_added ? CRYPTO_MECH_ADDED : in kcf_do_notify()
890 (void) strlcpy(ec.ec_mech_name, in kcf_do_notify()
893 kcf_walk_ntfylist(CRYPTO_EVENT_MECHS_CHANGED, &ec); in kcf_do_notify()
/f-stack/freebsd/contrib/device-tree/src/arm64/rockchip/
H A Drk3399-gru.dtsi557 cros_ec: ec@0 {
558 compatible = "google,cros-ec-spi";
567 compatible = "google,cros-ec-i2c-tunnel";
574 compatible = "google,extcon-usbc-cros-ec";
646 #include <arm/cros-ec-keyboard.dtsi>
647 #include <arm/cros-ec-sbs.dtsi>
681 cros-ec {
682 ec_ap_int_l: ec-ap-int-l {
H A Drk3399-gru-chromebook.dtsi289 cros_ec_pwm: ec-pwm {
290 compatible = "google,cros-ec-pwm";
295 compatible = "google,extcon-usbc-cros-ec";
/f-stack/dpdk/drivers/common/cpt/
H A Dcpt_ucode_asym.h132 struct cpt_asym_ec_ctx *ec = &sess->ec_ctx; in cpt_fill_ec_params() local
134 switch (xform->ec.curve_id) { in cpt_fill_ec_params()
136 ec->curveid = CPT_EC_ID_P192; in cpt_fill_ec_params()
139 ec->curveid = CPT_EC_ID_P224; in cpt_fill_ec_params()
142 ec->curveid = CPT_EC_ID_P256; in cpt_fill_ec_params()
145 ec->curveid = CPT_EC_ID_P384; in cpt_fill_ec_params()
148 ec->curveid = CPT_EC_ID_P521; in cpt_fill_ec_params()
/f-stack/freebsd/contrib/device-tree/Bindings/arm/tegra/
H A Dnvidia,nvec.txt8 - gpios : the gpio used for ec request
/f-stack/dpdk/lib/librte_power/
H A Drte_power_empty_poll.c74 poll_stats->ec = 0; in enter_normal_state()
93 poll_stats->ec = 0; in enter_busy_state()
235 s->edpi_av[s->ec++ % BINS_AV] = cur_edpi; in update_stats()
H A Drte_power_empty_poll.h84 uint32_t ec; member
/f-stack/freebsd/contrib/device-tree/src/arm64/qcom/
H A Dsdm845-cheza.dtsi686 cros_ec: ec@0 {
687 compatible = "google,cros-ec-spi";
695 cros_ec_pwm: ec-pwm {
696 compatible = "google,cros-ec-pwm";
701 compatible = "google,cros-ec-i2c-tunnel";
708 compatible = "google,cros-ec-pd-update";
713 #include <arm/cros-ec-keyboard.dtsi>
714 #include <arm/cros-ec-sbs.dtsi>
1098 ec_ap_int_l: ec-ap-int-l {
/f-stack/freebsd/contrib/device-tree/Bindings/iio/chemical/
H A Datlas,sensor.yaml27 - atlas,ec-sm

123