Home
last modified time | relevance | path

Searched full:srot (Results 1 – 7 of 7) sorted by relevance

/linux/Documentation/devicetree/bindings/thermal/
H A Dthermal-sensor.yaml58 <0 0x0c222000 0 0x1ff>; /* SROT */
69 <0 0x0c223000 0 0x1ff>; /* SROT */
/linux/drivers/thermal/qcom/
H A Dtsens.h163 /* ----- SROT ------ */
508 * @srot_split: does the IP neatly splits the register space into SROT and TM,
509 * with SROT only being available to secure boot firmware?
558 * @srot_map: pointer to SROT register address space
559 * @tm_offset: deal with old device trees that don't address TM and SROT
H A Dtsens-v1.c12 /* ----- SROT ------ */
94 /* ----- SROT ------ */
H A Dtsens-v0_1.c11 /* ----- SROT ------ */
293 /* ----- SROT ------ */
H A Dtsens-8960.c203 /* ----- SROT ------ */
H A Dtsens.c883 .name = "srot",
903 /* DT with separate SROT and TM address space */ in init_common()
919 /* old DTs where SROT and TM were in a contiguous 2K block */ in init_common()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_opregion.c130 u32 srot; /* supported rotation angles */ member
555 static u32 asle_set_supported_rotation_angles(struct intel_display *display, u32 srot) in asle_set_supported_rotation_angles() argument
557 drm_dbg(display->drm, "SROT is not supported\n"); in asle_set_supported_rotation_angles()
648 asle->srot); in asle_work()