Home
last modified time | relevance | path

Searched full:resin (Results 1 – 25 of 26) sorted by relevance

12

/openbmc/linux/Documentation/devicetree/bindings/power/reset/
H A Dqcom,pon.yaml14 and resin along with the Android reboot-mode.
16 This DT node has pwrkey and resin as sub nodes.
45 resin:
134 resin {
135 compatible = "qcom,pm8941-resin";
/openbmc/bmcweb/include/
H A Dasync_resp.hpp21 explicit AsyncResp(crow::Response&& resIn) : res(std::move(resIn)) {} in AsyncResp() argument
H A Dopenbmc_dbus_rest.hpp1807 explicit AsyncPutRequest(const std::shared_ptr<bmcweb::AsyncResp>& resIn) : in AsyncPutRequest()
1808 asyncResp(resIn) in AsyncPutRequest()
/openbmc/bmcweb/redfish-core/include/
H A Dquery.hpp36 const crow::Response& resIn) in afterIfMatchRequest() argument
38 std::string computedEtag = resIn.computeEtag(); in afterIfMatchRequest()
177 delegated{delegated}](crow::Response& resIn) mutable { in setUpRedfishRouteWithDelegation() argument
178 processAllParams(app, query, delegated, handler, resIn); in setUpRedfishRouteWithDelegation()
/openbmc/linux/Documentation/devicetree/bindings/input/
H A Dqcom,pm8941-pwrkey.yaml20 - qcom,pm8941-resin
22 - qcom,pmk8350-resin
/openbmc/u-boot/board/qualcomm/dragonboard820c/
H A Ddragonboard820c.c134 struct gpio_desc resin; in misc_init_r() local
151 &resin, 0)) { in misc_init_r()
156 if (dm_gpio_get_value(&resin)) { in misc_init_r()
/openbmc/qemu/tests/tcg/hexagon/
H A Dusr.c536 FUNC, RESIN, SRC1, SRC2, RES, USR_RES) \ argument
538 RESTYPE result = RESIN; \
547 #define TEST_XR_OP_RR(FUNC, RESIN, SRC1, SRC2, RES, USR_RES) \ argument
549 FUNC, RESIN, SRC1, SRC2, RES, USR_RES)
551 #define TEST_XP_OP_PP(FUNC, RESIN, SRC1, SRC2, RES, USR_RES) \ argument
553 FUNC, RESIN, SRC1, SRC2, RES, USR_RES)
555 #define TEST_XP_OP_RR(FUNC, RESIN, SRC1, SRC2, RES, USR_RES) \ argument
557 FUNC, RESIN, SRC1, SRC2, RES, USR_RES)
560 FUNC, RESIN, SRC1, SRC2, RES, PRED_RES, USR_RES) \ argument
562 RESTYPE result = RESIN; \
[all …]
/openbmc/u-boot/board/qualcomm/dragonboard410c/
H A Ddragonboard410c.c119 struct gpio_desc resin; in misc_init_r() local
136 &resin, 0)) { in misc_init_r()
141 if (dm_gpio_get_value(&resin)) { in misc_init_r()
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dpm2250.dtsi30 pm2250_resin: resin {
31 compatible = "qcom,pm8941-resin";
H A Dpmk8550.dtsi40 pon_resin: resin {
41 compatible = "qcom,pmk8350-resin";
H A Dpm6350.dtsi61 pm6350_resin: resin {
62 compatible = "qcom,pm8941-resin";
H A Dpmk8350.dtsi45 pon_resin: resin {
46 compatible = "qcom,pmk8350-resin";
H A Dpm8998.dtsi56 pm8998_resin: resin {
57 compatible = "qcom,pm8941-resin";
H A Dpm8953.dtsi61 pm8953_resin: resin {
62 compatible = "qcom,pm8941-resin";
H A Dpm8150.dtsi66 pon_resin: resin {
67 compatible = "qcom,pm8941-resin";
H A Dpm8994.dtsi60 pm8994_resin: resin {
61 compatible = "qcom,pm8941-resin";
H A Dpm6125.dtsi62 pon_resin: resin {
63 compatible = "qcom,pm8941-resin";
H A Dpm660.dtsi67 pon_resin: resin {
68 compatible = "qcom,pm8941-resin";
H A Dpm8916.dtsi29 pm8916_resin: resin {
30 compatible = "qcom,pm8941-resin";
H A Dsc8280xp-pmics.dtsi73 pmk8280_pon_resin: resin {
74 compatible = "qcom,pmk8350-resin";
H A Dsa8775p-pmics.dtsi127 pmm8654au_0_pon_resin: resin {
128 compatible = "qcom,pmk8350-resin";
H A Dmsm8994-msft-lumia-octagon.dtsi500 resin {
501 compatible = "qcom,pm8941-resin";
/openbmc/linux/arch/arm/boot/dts/qcom/
H A Dpm8226.dtsi56 pm8226_resin: resin {
57 compatible = "qcom,pm8941-resin";
H A Dpm8941.dtsi64 pm8941_resin: resin {
65 compatible = "qcom,pm8941-resin";
/openbmc/linux/drivers/input/misc/
H A Dpm8941-pwrkey.c461 { .compatible = "qcom,pm8941-resin", .data = &resin_data },
463 { .compatible = "qcom,pmk8350-resin", .data = &pon_gen3_resin_data },

12