Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/devicetree/bindings/regulator/
Dmps,mpq7920.yaml65 corresponding values 0deg, 90deg, 180deg, 270deg
/Linux-v6.1/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.1/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.1/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.1/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.1/include/acpi/
Dactbl2.h1735 u16 direction_angle; /* -180 - + 180 */
1736 u16 elevation_angle; /* -180 - + 180 */
1737 u16 work_vertical_angle_begin; /* -180 - + 180 with 2 deg step */
1738 u16 work_vertical_angle_end; /* -180 - + 180 with 2 deg step */
1739 u16 work_horizontal_angle_begin; /* -180 - + 180 with 2 deg step */
1740 u16 work_horizontal_angle_end; /* -180 - + 180 with 2 deg step */
/Linux-v6.1/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.1/arch/powerpc/boot/dts/
Dxcalibur1501.dts284 /* CompactPCI J5 GPIO and FAL/DEG/PRST */
336 dma-channel@180 {
377 dma-channel@180 {
/Linux-v6.1/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.1/drivers/gpu/drm/
Ddrm_modes.c1667 unsigned int deg, margin, rotation = 0; in drm_mode_parse_cmdline_options() local
1681 if (drm_mode_parse_cmdline_int(delim, &deg)) in drm_mode_parse_cmdline_options()
1684 switch (deg) { in drm_mode_parse_cmdline_options()
1693 case 180: in drm_mode_parse_cmdline_options()