Home
last modified time | relevance | path

Searched +full:180 +full:deg (Results 1 – 11 of 11) sorted by relevance

/Linux-v6.6/Documentation/devicetree/bindings/regulator/
Dmps,mpq7920.yaml66 corresponding values 0deg, 90deg, 180deg, 270deg
/Linux-v6.6/drivers/clk/sunxi-ng/
Dccu_phase.c27 return 180; in ccu_phase_get_phase()
85 if (degrees != 180) { in ccu_phase_set_phase()
96 * formula to get the outphasing in degrees is deg = in ccu_phase_set_phase()
/Linux-v6.6/include/uapi/linux/
Dinput.h91 * (units/deg/s) for rotational axes (ABS_RX, ABS_RY, ABS_RZ).
449 * 0 deg -> 0x0000 (down)
450 * 90 deg -> 0x4000 (left)
451 * 180 deg -> 0x8000 (up)
452 * 270 deg -> 0xC000 (right)
/Linux-v6.6/drivers/staging/media/meson/vdec/
Dcodec_vp9.c323 #define D45_PRED 3 /* Directional 45 deg = round(arctan(1/1) * 180/pi) */
324 #define D135_PRED 4 /* Directional 135 deg = 180 - 45 */
325 #define D117_PRED 5 /* Directional 117 deg = 180 - 63 */
326 #define D153_PRED 6 /* Directional 153 deg = 180 - 27 */
327 #define D207_PRED 7 /* Directional 207 deg = 180 + 27 */
328 #define D63_PRED 8 /* Directional 63 deg = round(arctan(2/1) * 180/pi) */
/Linux-v6.6/drivers/clk/sunxi/
Dclk-mod0.c183 return 180; in mmc_get_phase()
241 if (degrees != 180) { in mmc_set_phase()
252 * formula to get the outphasing in degrees is deg = in mmc_set_phase()
/Linux-v6.6/include/acpi/
Dactbl2.h2073 u16 direction_angle; /* -180 - + 180 */
2074 u16 elevation_angle; /* -180 - + 180 */
2075 u16 work_vertical_angle_begin; /* -180 - + 180 with 2 deg step */
2076 u16 work_vertical_angle_end; /* -180 - + 180 with 2 deg step */
2077 u16 work_horizontal_angle_begin; /* -180 - + 180 with 2 deg step */
2078 u16 work_horizontal_angle_end; /* -180 - + 180 with 2 deg step */
/Linux-v6.6/drivers/staging/fbtft/
Dfb_uc1611.c47 /* TC -> % compensation per deg C: 0-3 -> -.05, -.10, -.015, -.20 */
175 case 180: in set_var()
/Linux-v6.6/arch/powerpc/boot/dts/
Dxcalibur1501.dts284 /* CompactPCI J5 GPIO and FAL/DEG/PRST */
336 dma-channel@180 {
377 dma-channel@180 {
/Linux-v6.6/tools/testing/selftests/hid/tests/
Dtest_wacom_generic.py140 DEGREE = HidUnit.from_string("EnglishRotation: deg")
559 usage_id("Digitizers", "X Tilt"): PhysRange(PhysRange.DEGREE, 90, 180),
560 usage_id("Digitizers", "Y Tilt"): PhysRange(PhysRange.DEGREE, 90, 180),
562 usage_id("Wacom", "X Tilt"): PhysRange(PhysRange.DEGREE, 90, 180),
563 usage_id("Wacom", "Y Tilt"): PhysRange(PhysRange.DEGREE, 90, 180),
/Linux-v6.6/drivers/hwmon/
Dvia686a.c200 * but the function is very linear in the useful range (0-80 deg C), so
208 -255, -246, -237, -229, -220, -212, -204, -196, -188, -180,
259 158, 160, 162, 164, 166, 168, 170, 172, 174, 176, 178, 180,
/Linux-v6.6/drivers/gpu/drm/
Ddrm_modes.c2168 unsigned int deg, margin, rotation = 0; in drm_mode_parse_cmdline_options() local
2182 if (drm_mode_parse_cmdline_int(delim, &deg)) in drm_mode_parse_cmdline_options()
2185 switch (deg) { in drm_mode_parse_cmdline_options()
2194 case 180: in drm_mode_parse_cmdline_options()