Home
last modified time | relevance | path

Searched full:360 (Results 1 – 25 of 514) sorted by relevance

12345678910>>...21

/kernel/linux/linux-5.10/include/linux/
Dfixp-arith.h44 * @degrees: angle, in degrees, from 0 to 360.
74 degrees = (degrees % 360 + 360) % 360; in fixp_sin32()
97 * Provides a variant for the cases where just 360
123 degrees = (radians * 360) / twopi; in fixp_sin32_rad()
124 tmp = radians - (degrees * twopi) / 360; in fixp_sin32_rad()
126 degrees = (degrees % 360 + 360) % 360; in fixp_sin32_rad()
131 dx = twopi / 360; in fixp_sin32_rad()
/kernel/linux/linux-4.19/include/linux/
Dfixp-arith.h56 * @degrees: angle, in degrees, from 0 to 360.
86 degrees = (degrees % 360 + 360) % 360; in fixp_sin32()
109 * Provides a variant for the cases where just 360
135 degrees = (radians * 360) / twopi; in fixp_sin32_rad()
136 tmp = radians - (degrees * twopi) / 360; in fixp_sin32_rad()
138 degrees = (degrees % 360 + 360) % 360; in fixp_sin32_rad()
143 dx = twopi / 360; in fixp_sin32_rad()
/kernel/linux/linux-5.10/drivers/input/joystick/
Dxpad.c19 * - Xbox 360 information http://www.free60.org/wiki/Gamepad
125 { 0x045e, 0x028e, "Microsoft X-Box 360 pad", 0, XTYPE_XBOX360 },
126 { 0x045e, 0x028f, "Microsoft X-Box 360 pad v2", 0, XTYPE_XBOX360 },
127 { 0x045e, 0x0291, "Xbox 360 Wireless Receiver (XBOX)", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX360W },
132 { 0x045e, 0x0719, "Xbox 360 Wireless Receiver", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX360W },
163 { 0x0738, 0x4716, "Mad Catz Wired Xbox 360 Controller", 0, XTYPE_XBOX360 },
165 { 0x0738, 0x4726, "Mad Catz Xbox 360 Controller", 0, XTYPE_XBOX360 },
168 …{ 0x0738, 0x4738, "Mad Catz Wired Xbox 360 Controller (SFIV)", MAP_TRIGGERS_TO_BUTTONS, XTYPE_XBOX…
178 { 0x0738, 0xcb02, "Saitek Cyborg Rumble Pad - PC/Xbox 360", 0, XTYPE_XBOX360 },
179 { 0x0738, 0xcb03, "Saitek P3200 Rumble Pad - PC/Xbox 360", 0, XTYPE_XBOX360 },
[all …]
Dspaceorb.c10 * SpaceTec SpaceOrb 360 and Avenger 6dof controller driver for Linux
22 #define DRIVER_DESC "SpaceTec SpaceOrb 360 and Avenger 6dof controller driver"
161 input_dev->name = "SpaceTec SpaceOrb 360 / Avenger"; in spaceorb_connect()
DKconfig171 Say Y here if you have a SpaceOrb 360 or SpaceBall Avenger 6DOF
312 Say Y here if you want to take advantage of xbox 360 rumble features.
319 XBox 360 controller.
/kernel/linux/linux-4.19/drivers/input/joystick/
Dxpad.c33 * - Xbox 360 information http://www.free60.org/wiki/Gamepad
139 { 0x045e, 0x028e, "Microsoft X-Box 360 pad", 0, XTYPE_XBOX360 },
140 { 0x045e, 0x028f, "Microsoft X-Box 360 pad v2", 0, XTYPE_XBOX360 },
141 { 0x045e, 0x0291, "Xbox 360 Wireless Receiver (XBOX)", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX360W },
146 { 0x045e, 0x0719, "Xbox 360 Wireless Receiver", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX360W },
177 { 0x0738, 0x4716, "Mad Catz Wired Xbox 360 Controller", 0, XTYPE_XBOX360 },
179 { 0x0738, 0x4726, "Mad Catz Xbox 360 Controller", 0, XTYPE_XBOX360 },
182 …{ 0x0738, 0x4738, "Mad Catz Wired Xbox 360 Controller (SFIV)", MAP_TRIGGERS_TO_BUTTONS, XTYPE_XBOX…
192 { 0x0738, 0xcb02, "Saitek Cyborg Rumble Pad - PC/Xbox 360", 0, XTYPE_XBOX360 },
193 { 0x0738, 0xcb03, "Saitek P3200 Rumble Pad - PC/Xbox 360", 0, XTYPE_XBOX360 },
[all …]
Dspaceorb.c9 * SpaceTec SpaceOrb 360 and Avenger 6dof controller driver for Linux
34 #define DRIVER_DESC "SpaceTec SpaceOrb 360 and Avenger 6dof controller driver"
173 input_dev->name = "SpaceTec SpaceOrb 360 / Avenger"; in spaceorb_connect()
DKconfig159 Say Y here if you have a SpaceOrb 360 or SpaceBall Avenger 6DOF
300 Say Y here if you want to take advantage of xbox 360 rumble features.
307 XBox 360 controller.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mmc/
Drockchip-dw-mshc.yaml81 maximum: 360
91 maximum: 360
92 default: 360
95 If not specified, the host will do tuning for 360 times,
/kernel/linux/linux-4.19/drivers/staging/iio/accel/
DKconfig7 tristate "Analog Devices ADIS16203 Programmable 360 Degrees Inclinometer"
13 360 Degrees Inclinometer.
/kernel/linux/linux-5.10/drivers/staging/iio/accel/
DKconfig8 tristate "Analog Devices ADIS16203 Programmable 360 Degrees Inclinometer"
14 360 Degrees Inclinometer.
/kernel/linux/linux-4.19/drivers/clk/sunxi-ng/
Dccu_phase.c55 step = DIV_ROUND_CLOSEST(360, parent_div); in ccu_phase_get_phase()
100 * 360 * delta / period in ccu_phase_set_phase()
107 step = DIV_ROUND_CLOSEST(360, parent_div); in ccu_phase_set_phase()
/kernel/linux/linux-5.10/drivers/clk/sunxi-ng/
Dccu_phase.c52 step = DIV_ROUND_CLOSEST(360, parent_div); in ccu_phase_get_phase()
97 * 360 * delta / period in ccu_phase_set_phase()
104 step = DIV_ROUND_CLOSEST(360, parent_div); in ccu_phase_set_phase()
/kernel/linux/linux-4.19/drivers/staging/xgifb/
Dvb_table.h399 {1, 1, 1344, 806, 1344, 806}, /* 02 (360x400,720x400) */
433 {1, 1, 1688, 1066, 1688, 1066}, /* 02 (360x400,720x400) */
447 {211, 100, 2100, 408, 1688, 1066}, /* 02 (360x400,720x400) */
463 {4, 1, 1620, 420, 2160, 1250}, /* 02 (360x400,720x400)*/
478 {27, 4, 800, 500, 2160, 1250}, /* 02 (360x400,720x400) */
506 {42, 25, 1536, 419, 1344, 806}, /* ; 02 (360x400,720x400) */
518 {1, 1, 1312, 800, 1312, 800}, /* ; 02 (360x400,720x400) */
530 {211, 60, 1024, 501, 1688, 1066}, /* ; 02 (360x400,720x400) */
545 {1, 1, 900, 449, 900, 449}, /* ; 02 (360x400, 720x400) */
559 {9, 1057, 0, 771}, /* ; 02 (360x400,720x400) */
[all …]
/kernel/linux/linux-4.19/drivers/clk/meson/
Dclk-phase.c10 #define phase_step(_width) (360 / (1 << (_width)))
30 * to 360, in which case val == (1 << width). in meson_clk_degrees_to_val()
/kernel/linux/linux-5.10/drivers/gpu/drm/panel/
Dpanel-ilitek-ili9322.c183 "8 bit serial RGB dummy 360x240",
188 "24 bit YUV 720Y 360CbCr",
190 "8 bit ITU-R BT.656 720Y 360CbCr",
556 .hdisplay = 360,
557 .hsync_start = 360 + 35,
558 .hsync_end = 360 + 35 + 1,
559 .htotal = 360 + 35 + 1 + 241,
601 .vdisplay = 360,
602 .vsync_start = 360 + 4,
603 .vsync_end = 360 + 4 + 1,
[all …]
/kernel/linux/linux-4.19/drivers/gpu/drm/panel/
Dpanel-ilitek-ili9322.c186 "8 bit serial RGB dummy 360x240",
191 "24 bit YUV 720Y 360CbCr",
193 "8 bit ITU-R BT.656 720Y 360CbCr",
573 .hdisplay = 360,
574 .hsync_start = 360 + 35,
575 .hsync_end = 360 + 35 + 1,
576 .htotal = 360 + 35 + 1 + 241,
621 .vdisplay = 360,
622 .vsync_start = 360 + 4,
623 .vsync_end = 360 + 4 + 1,
[all …]
/kernel/linux/linux-4.19/Documentation/input/devices/
Dxpad.rst14 Rumble is supported on some models of Xbox 360 controllers but not of
98 - Wireless Xbox 360 controllers require a 'Xbox 360 Wireless Gaming Receiver
100 - Wired Xbox 360 controllers use standard USB connectors.
/kernel/linux/linux-5.10/Documentation/input/devices/
Dxpad.rst14 Rumble is supported on some models of Xbox 360 controllers but not of
98 - Wireless Xbox 360 controllers require a 'Xbox 360 Wireless Gaming Receiver
100 - Wired Xbox 360 controllers use standard USB connectors.
/kernel/linux/linux-4.19/drivers/staging/rtl8192e/
Drtl819x_HTProc.c46 {30, 60, 90, 120, 180, 240, 270, 300, 60, 120, 180, 240, 360, 480, 540,
47 600, 90, 180, 270, 360, 540, 720, 810, 900, 120, 240, 360, 480, 720,
48 960, 1080, 1200, 13, 180, 240, 300, 270, 360, 450, 240, 300, 300, 360,
49 420, 420, 480, 360, 450, 450, 540, 630, 630, 720, 300, 360, 420, 360,
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/
Drtl819x_HTProc.c38 {30, 60, 90, 120, 180, 240, 270, 300, 60, 120, 180, 240, 360, 480, 540,
39 600, 90, 180, 270, 360, 540, 720, 810, 900, 120, 240, 360, 480, 720,
40 960, 1080, 1200, 13, 180, 240, 300, 270, 360, 450, 240, 300, 300, 360,
41 420, 420, 480, 360, 450, 450, 540, 630, 630, 720, 300, 360, 420, 360,
/kernel/linux/linux-5.10/drivers/clk/meson/
Dclk-phase.c13 #define phase_step(_width) (360 / (1 << (_width)))
32 * to 360, in which case val == (1 << width). in meson_clk_degrees_to_val()
/kernel/linux/linux-5.10/drivers/scsi/
Ddpti.h104 #define TMOUT_FLUSH (360/45)
107 #define TMOUT_IOPRESET (360)
110 #define TMOUT_LCT (360)
/kernel/linux/linux-4.19/drivers/clk/sunxi/
Dclk-mod0.c218 step = DIV_ROUND_CLOSEST(360, mmc_div); in mmc_get_phase()
263 * 360 * delta / period in mmc_set_phase()
270 step = DIV_ROUND_CLOSEST(360, mmc_div); in mmc_set_phase()
/kernel/linux/linux-5.10/drivers/clk/sunxi/
Dclk-mod0.c210 step = DIV_ROUND_CLOSEST(360, mmc_div); in mmc_get_phase()
255 * 360 * delta / period in mmc_set_phase()
262 step = DIV_ROUND_CLOSEST(360, mmc_div); in mmc_set_phase()

12345678910>>...21