Home
last modified time | relevance | path

Searched full:180 (Results 1 – 25 of 774) sorted by relevance

12345678910>>...31

/Linux-v5.15/Documentation/hid/
Dhiddev.rst40 mknod /dev/usb/hiddev0 c 180 96
41 mknod /dev/usb/hiddev1 c 180 97
42 mknod /dev/usb/hiddev2 c 180 98
43 mknod /dev/usb/hiddev3 c 180 99
44 mknod /dev/usb/hiddev4 c 180 100
45 mknod /dev/usb/hiddev5 c 180 101
46 mknod /dev/usb/hiddev6 c 180 102
47 mknod /dev/usb/hiddev7 c 180 103
48 mknod /dev/usb/hiddev8 c 180 104
49 mknod /dev/usb/hiddev9 c 180 105
[all …]
/Linux-v5.15/arch/arm/crypto/
DKconfig17 SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2) implemented
27 SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2) implemented
37 SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2) implemented
46 SHA-256 secure hash standard (DFIPS 180-2) implemented
54 SHA-256 secure hash standard (DFIPS 180-2) implemented
62 SHA-512 secure hash standard (DFIPS 180-2) implemented
/Linux-v5.15/drivers/staging/media/atomisp/pci/isp/kernels/anr/anr_2/
Dia_css_anr2_table.host.c29180, 180, 120, 120, 150, 150, 90, 90, 180, 180, 120, 120, 150, 150, 90, 90, 180, 180, 120, 120, 15…
/Linux-v5.15/lib/math/
Dcordic.c60 theta = ((theta + CORDIC_FIXED(180) * signtheta) % CORDIC_FIXED(360)) - in cordic_calc_iq()
61 CORDIC_FIXED(180) * signtheta; in cordic_calc_iq()
64 theta -= CORDIC_FIXED(180); in cordic_calc_iq()
67 theta += CORDIC_FIXED(180); in cordic_calc_iq()
/Linux-v5.15/drivers/soc/tegra/fuse/
Dspeedo-tegra30.c47 {180},
50 {180},
53 {180},
56 {180},
57 {180},
58 {180},
/Linux-v5.15/Documentation/devicetree/bindings/net/
Dmicrel-ksz90x1.txt81 0_0011 -720ps 180
90 0_1100 -180ps 720
96 1_0010 180ps 1080
119 0011 -240ps 180
120 0100 -180ps 240
126 1010 180ps 600
/Linux-v5.15/Documentation/devicetree/bindings/input/touchscreen/
Dbrcm,iproc-touchscreen.txt64 ts_adc_syscon: ts_adc_syscon@180a6000 {
69 touchscreen: touchscreen@180a6000 {
84 /* Touchscreen is rotated 180 degrees. */
/Linux-v5.15/crypto/
DKconfig851 SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2).
859 SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2) implemented
870 SHA-256 secure hash standard (DFIPS 180-2) implemented
882 SHA-512 secure hash standard (DFIPS 180-2) implemented
893 SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2) implemented
902 SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2) implemented
910 SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2).
916 SHA-1 secure hash standard (DFIPS 180-4) implemented
924 SHA256 secure hash standard (DFIPS 180-2).
938 SHA224 and SHA256 secure hash standard (DFIPS 180-2)
[all …]
/Linux-v5.15/drivers/staging/fbtft/
Dfb_ssd1331.c32 if (par->info->var.rotate == 180) in init_display()
119 * there are total 180 Gamma Settings (Setting 0 to Setting 180)
145 if (acc > 180) { in set_gamma()
147 …Illegal value(s) in Grayscale Lookup Table. At index=%d, the accumulated value has exceeded 180\n", in set_gamma()
Dfb_ssd1351.c88 case 180: in set_var()
108 * there are total 180 Gamma Settings (Setting 0 to Setting 180)
134 if (acc > 180) { in set_gamma()
136 …al value(s) in Grayscale Lookup Table. At index=%d : %d, the accumulated value has exceeded 180\n", in set_gamma()
Dfb_ssd1305.c81 write_reg(par, 0xA0 | ((par->info->var.rotate == 180) ? 0x0 : 0x1)); in init_display()
87 write_reg(par, ((par->info->var.rotate == 180) ? 0xC8 : 0xC0)); in init_display()
125 write_reg(par, 0x00 | ((par->info->var.rotate == 180) ? 0x0 : 0x4)); in set_addr_win()
/Linux-v5.15/drivers/gpu/drm/nouveau/dispnv04/
Doverlay.c70 * sin(x degrees) ~= 4 x (180 - x) / (40500 - x (180 - x) )
71 * Note that this only works for the range [0, 180].
72 * Also note that sin(x) == -sin(x - 180)
77 if (degrees > 180) { in sin_mul()
78 degrees -= 180; in sin_mul()
81 return factor * 4 * degrees * (180 - degrees) / in sin_mul()
82 (40500 - degrees * (180 - degrees)); in sin_mul()
/Linux-v5.15/drivers/power/supply/
Dab8500_bmdata.c183 { 60, 180},
184 { 30, 180},
185 { 20, 180},
186 { 10, 180},
187 { 00, 180},
188 {-10, 180},
189 {-20, 180},
/Linux-v5.15/drivers/gpu/drm/tidss/
Dtidss_scale_coefs.c19 .c0 = { 192, 192, 192, 190, 188, 186, 184, 182, 180, },
30 .c1 = { 132, 140, 148, 156, 164, 172, 180, 186, 64, 72, 80, 88, 96, 104, 112, 122, },
48 .c1 = { 120, 134, 148, 164, 180, 194, 208, 220, 24, 32, 40, 52, 64, 78, 92, 106, },
54 .c1 = { 112, 130, 148, 164, 180, 196, 212, 228, 12, 22, 32, 44, 56, 70, 84, 98, },
66 .c1 = { 92, 114, 136, 158, 180, 204, 228, 250, -16, -8, 0, 12, 24, 38, 52, 72, },
89 .c1 = { 108, 92, 76, 62, 48, 36, 24, 140, 256, 236, 216, 198, 180, 162, 144, 126, },
94 .c1 = { 104, 90, 76, 60, 44, 32, 20, 138, 256, 236, 216, 198, 180, 160, 140, 122, },
/Linux-v5.15/drivers/iio/imu/inv_icm42600/
Dinv_icm42600_gyro.c433 * dps to rad: Pi / 180 in inv_icm42600_gyro_read_offset()
435 * (offset * 64 * Pi * 1000000000) / (2048 * 180) in inv_icm42600_gyro_read_offset()
438 /* for rounding, add + or - divisor (2048 * 180) divided by 2 */ in inv_icm42600_gyro_read_offset()
440 val64 += 2048 * 180 / 2; in inv_icm42600_gyro_read_offset()
442 val64 -= 2048 * 180 / 2; in inv_icm42600_gyro_read_offset()
443 bias = div_s64(val64, 2048 * 180); in inv_icm42600_gyro_read_offset()
488 * rad to dps: 180 / Pi in inv_icm42600_gyro_write_offset()
491 * val * 180 * 2048 / (Pi * 1000000000 * 64) in inv_icm42600_gyro_write_offset()
493 val64 = val64 * 180LL * 2048LL; in inv_icm42600_gyro_write_offset()
/Linux-v5.15/drivers/gpu/drm/omapdrm/
Domap_dmm_tiler.h59 0 0 1 0-degree view with vertical mirror 180-degree view with horizontal mirror
60 0 1 0 0-degree view with horizontal mirror 180-degree view with vertical mirror
61 0 1 1 180-degree view
/Linux-v5.15/arch/arm/boot/dts/
Dbcm-cygnus.dtsi490 clcd: clcd@180a0000 {
500 v3d: v3d@180a2000 {
513 gpio_asiu: gpio@180a5000 {
575 ts_adc_syscon: ts_adc_syscon@180a6000 {
580 touchscreen: touchscreen@180a6000 {
591 adc: adc@180a6000 {
601 pwm: pwm@180aa500 {
609 keypad: keypad@180ac000 {
/Linux-v5.15/drivers/char/
Dhangcheck-timer.c19 * timer and 180 seconds for the margin of error. IOW, a timer is set
22 * allotted time and margin (here 60 + 180, or 240 seconds), the machine
44 #define DEFAULT_IOFENCE_TICK 180 /* Default timer timeout, in seconds */
/Linux-v5.15/include/linux/
Dfixp-arith.h53 if (degrees > 180) { in __fixp_sin32()
55 degrees -= 180; in __fixp_sin32()
58 degrees = 180 - degrees; in __fixp_sin32()
Dcordic.h52 * for -180 degrees to +180 degrees. Passed values outside this range are
/Linux-v5.15/drivers/ata/
Dsata_sis.c54 { PCI_VDEVICE(SI, 0x0180), sis_180 }, /* SiS 964/180 */
55 { PCI_VDEVICE(SI, 0x0181), sis_180 }, /* SiS 964/180 */
230 "Detected SiS 180/181/964 chipset in SATA mode\n"); in sis_init_one()
234 "Detected SiS 180/181 chipset in combined mode\n"); in sis_init_one()
/Linux-v5.15/drivers/hid/usbhid/
DKconfig44 event interface on /dev/usb/hiddevX (char 180:96 to 180:111).
/Linux-v5.15/drivers/clk/rockchip/
Dclk-inverter.c32 return val ? 180 : 0; in rockchip_inv_get_phase()
40 if (degrees % 180 == 0) { in rockchip_inv_set_phase()
/Linux-v5.15/drivers/media/platform/omap3isp/
Dgamma_table.h31 179, 179, 179, 180, 180, 180, 180, 181, 181, 181, 181, 182, 182, 182, 182, 183,
/Linux-v5.15/Documentation/devicetree/bindings/media/
Dvideo-interface-devices.yaml27 enum: [ 0, 90, 180, 270 ]
181 180 degrees camera rotation:
266 'Rp' being rotated 180 degrees relatively to 'Rc':
285 The image once captured to memory will then be rotated by 180 degrees:
299 A software rotation correction of 180 degrees should be applied to

12345678910>>...31