Home
last modified time | relevance | path

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

12345678910>>...28

/Linux-v5.4/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.4/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.4/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.4/drivers/soc/tegra/fuse/
Dspeedo-tegra30.c47 {180},
50 {180},
53 {180},
56 {180},
57 {180},
58 {180},
/Linux-v5.4/crypto/
DKconfig812 SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2).
820 SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2) implemented
831 SHA-256 secure hash standard (DFIPS 180-2) implemented
843 SHA-512 secure hash standard (DFIPS 180-2) implemented
854 SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2) implemented
863 SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2) implemented
871 SHA-1 secure hash standard (FIPS 180-1/DFIPS 180-2).
877 SHA-1 secure hash standard (DFIPS 180-4) implemented
888 SHA256 secure hash standard (DFIPS 180-2).
902 SHA224 and SHA256 secure hash standard (DFIPS 180-2)
[all …]
/Linux-v5.4/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.4/drivers/staging/fbtft/
Dfb_ssd1331.c32 if (par->info->var.rotate == 180) in init_display()
121 * there are total 180 Gamma Settings (Setting 0 to Setting 180)
147 if (acc > 180) { in set_gamma()
149 …Illegal value(s) in Grayscale Lookup Table. At index=%d, the accumulated value has exceeded 180\n", in set_gamma()
Dfb_ssd1351.c89 case 180: in set_var()
109 * there are total 180 Gamma Settings (Setting 0 to Setting 180)
135 if (acc > 180) { in set_gamma()
137 …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.4/drivers/gpu/drm/nouveau/dispnv04/
Doverlay.c69 * sin(x degrees) ~= 4 x (180 - x) / (40500 - x (180 - x) )
70 * Note that this only works for the range [0, 180].
71 * Also note that sin(x) == -sin(x - 180)
76 if (degrees > 180) { in sin_mul()
77 degrees -= 180; in sin_mul()
80 return factor * 4 * degrees * (180 - degrees) / in sin_mul()
81 (40500 - degrees * (180 - degrees)); in sin_mul()
/Linux-v5.4/drivers/power/supply/
Dab8500_bmdata.c184 { 60, 180},
185 { 30, 180},
186 { 20, 180},
187 { 10, 180},
188 { 00, 180},
189 {-10, 180},
190 {-20, 180},
/Linux-v5.4/Documentation/devicetree/bindings/iio/adc/
Dbrcm,iproc-static-adc.txt27 ts_adc_syscon: ts_adc_syscon@180a6000 {
32 adc: adc@180a6000 {
/Linux-v5.4/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.4/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 {
602 pwm: pwm@180aa500 {
610 keypad: keypad@180ac000 {
/Linux-v5.4/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.4/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.4/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.4/drivers/ide/
Dqd65xx.h123 { 6, "7 21", 180, 290 }, /* Maxtor 7120 AT */
126 { 8, "PL11", 180, 290 }, /* QUANTUM LP110A */
130 { 2, "3358", 180, 310 }, /* ST3385A */
131 { 2, "6355", 180, 310 }, /* ST3655A */
Dpmac.c231 { 180, 180, 360 },
235 { 90, 90, 180 },
244 { 180, 180, 360 },
248 { 90, 90, 180 },
257 { 180, 180, 360 },
261 { 90, 90, 180 },
274 { 0, 180, 120 }, /* Mode 0 */
298 { 180 , 0x05000249 },
311 { 180 , 0x00249000 },
339 { 180 , 0x0400028b },
[all …]
/Linux-v5.4/drivers/hid/usbhid/
DKconfig44 event interface on /dev/usb/hiddevX (char 180:96 to 180:111).
/Linux-v5.4/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.4/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.4/drivers/mmc/host/
Ddw_mmc-rockchip.c77 * When picking values we'll stick with picking 0/90/180/270 since in dw_mci_rk3288_set_ios()
112 phase = 180; in dw_mci_rk3288_set_ios()
122 * hurt to give margin here, so we use 180. in dw_mci_rk3288_set_ios()
124 phase = 180; in dw_mci_rk3288_set_ios()
/Linux-v5.4/Documentation/devicetree/bindings/media/i2c/
Dov5640.txt18 valid values are 0 (sensor mounted upright) and 180 (sensor
58 rotation = <180>;

12345678910>>...28