/openbmc/linux/Documentation/devicetree/bindings/power/reset/ |
H A D | qcom,pon.yaml | 14 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 D | async_resp.hpp | 21 explicit AsyncResp(crow::Response&& resIn) : res(std::move(resIn)) {} in AsyncResp() argument
|
H A D | openbmc_dbus_rest.hpp | 1807 explicit AsyncPutRequest(const std::shared_ptr<bmcweb::AsyncResp>& resIn) : in AsyncPutRequest() 1808 asyncResp(resIn) in AsyncPutRequest()
|
/openbmc/bmcweb/redfish-core/include/ |
H A D | query.hpp | 36 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 D | qcom,pm8941-pwrkey.yaml | 20 - qcom,pm8941-resin 22 - qcom,pmk8350-resin
|
/openbmc/u-boot/board/qualcomm/dragonboard820c/ |
H A D | dragonboard820c.c | 134 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 D | usr.c | 536 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 D | dragonboard410c.c | 119 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 D | pm2250.dtsi | 30 pm2250_resin: resin { 31 compatible = "qcom,pm8941-resin";
|
H A D | pmk8550.dtsi | 40 pon_resin: resin { 41 compatible = "qcom,pmk8350-resin";
|
H A D | pm6350.dtsi | 61 pm6350_resin: resin { 62 compatible = "qcom,pm8941-resin";
|
H A D | pmk8350.dtsi | 45 pon_resin: resin { 46 compatible = "qcom,pmk8350-resin";
|
H A D | pm8998.dtsi | 56 pm8998_resin: resin { 57 compatible = "qcom,pm8941-resin";
|
H A D | pm8953.dtsi | 61 pm8953_resin: resin { 62 compatible = "qcom,pm8941-resin";
|
H A D | pm8150.dtsi | 66 pon_resin: resin { 67 compatible = "qcom,pm8941-resin";
|
H A D | pm8994.dtsi | 60 pm8994_resin: resin { 61 compatible = "qcom,pm8941-resin";
|
H A D | pm6125.dtsi | 62 pon_resin: resin { 63 compatible = "qcom,pm8941-resin";
|
H A D | pm660.dtsi | 67 pon_resin: resin { 68 compatible = "qcom,pm8941-resin";
|
H A D | pm8916.dtsi | 29 pm8916_resin: resin { 30 compatible = "qcom,pm8941-resin";
|
H A D | sc8280xp-pmics.dtsi | 73 pmk8280_pon_resin: resin { 74 compatible = "qcom,pmk8350-resin";
|
H A D | sa8775p-pmics.dtsi | 127 pmm8654au_0_pon_resin: resin { 128 compatible = "qcom,pmk8350-resin";
|
H A D | msm8994-msft-lumia-octagon.dtsi | 500 resin { 501 compatible = "qcom,pm8941-resin";
|
/openbmc/linux/arch/arm/boot/dts/qcom/ |
H A D | pm8226.dtsi | 56 pm8226_resin: resin { 57 compatible = "qcom,pm8941-resin";
|
H A D | pm8941.dtsi | 64 pm8941_resin: resin { 65 compatible = "qcom,pm8941-resin";
|
/openbmc/linux/drivers/input/misc/ |
H A D | pm8941-pwrkey.c | 461 { .compatible = "qcom,pm8941-resin", .data = &resin_data }, 463 { .compatible = "qcom,pmk8350-resin", .data = &pon_gen3_resin_data },
|