/linux/Documentation/hid/ |
H A D | hiddev.rst | 40 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 10 [all...] |
/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6q-mba6.dtsi | 16 rxdv-skew-ps = <180>; 18 rxd3-skew-ps = <180>; 19 rxd2-skew-ps = <180>; 20 rxd1-skew-ps = <180>; 21 rxd0-skew-ps = <180>; 24 txd1-skew-ps = <180>;
|
H A D | imx6dl-mba6.dtsi | 10 rxdv-skew-ps = <180>; 12 rxd3-skew-ps = <180>; 13 rxd2-skew-ps = <180>; 14 rxd1-skew-ps = <180>; 15 rxd0-skew-ps = <180>;
|
/linux/drivers/staging/media/atomisp/pci/isp/kernels/anr/anr_2/ |
H A D | ia_css_anr2_table.host.c | 20 90, 90, 180, 180, 120, 120, 150, 150, 90, 90, 180, 180, 120, 120, 150, 150, 90, 90, 180, 180, 120, 120, 150, 150, 90, 90, 180, 180, 120, 120, 150, 150, 90, 90, 180, 180, 12 [all...] |
/linux/Documentation/devicetree/bindings/net/ |
H A D | renesas,rzv2h-gbeth.yaml | 44 - description: TX clock phase-shifted by 180 degrees 45 - description: RX clock phase-shifted by 180 degrees 54 - const: tx-180 55 - const: rx-180 105 "tx", "rx", "tx-180", "rx-180";
|
H A D | micrel-ksz90x1.txt | 81 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/lib/math/ |
H A D | cordic.c | 60 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/drivers/soc/tegra/fuse/ |
H A D | speedo-tegra30.c | 47 {180}, 50 {180}, 53 {180}, 56 {180}, 57 {180}, 58 {180},
|
/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac-renesas-gbeth.c | 10 * | Rx-180 / Tx-180 31 "tx", "tx-180", "rx", "rx-180",
|
/linux/drivers/media/platform/verisilicon/ |
H A D | rockchip_av1_filmgrain.c | 6 56, 568, -180, 172, 124, -84, 172, -64, -900, 24, 820, 33 -100, 996, -796, 548, 360, -216, 180, 428, -200, -212, 148, 35 -332, -8, -180, -176, 696, 116, -88, 628, 76, 44, -516, 39 -1020, 180, -800, -64, 76, 576, 1068, 396, 660, 552, -108, 69 -280, 4, -1168, 368, 476, 696, 300, -8, 24, 180, -592, 101 924, -300, 528, 628, 180, 648, 44, -980, -220, 1320, 48, 112 1688, -300, 180, 1020, -176, 820, -68, -228, -260, 436, -904, 116 648, 212, -688, 228, -52, -260, 428, -412, -272, -404, 180, 118 648, -116, -180, 316, 476, 12, -564, 96, 476, -252, -364, 141 164, -548, -180, [all...] |
/linux/Documentation/devicetree/bindings/input/touchscreen/ |
H A D | brcm,iproc-touchscreen.txt | 64 ts_adc_syscon: ts_adc_syscon@180a6000 { 69 touchscreen: touchscreen@180a6000 { 84 /* Touchscreen is rotated 180 degrees. */
|
/linux/drivers/staging/fbtft/ |
H A D | fb_ssd1331.c | 32 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()
|
H A D | fb_ssd1351.c | 88 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 "Illegal value(s) in Grayscale Lookup Table. At index=%d : %d, the accumulated value has exceeded 180\n", in set_gamma()
|
/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3326-odroid-go3.dts | 48 abs-range = <180 800>; 56 abs-range = <180 800>; 64 abs-range = <180 800>; 72 abs-range = <180 800>;
|
/linux/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | overlay.c | 70 * 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/drivers/gpu/drm/tidss/ |
H A D | tidss_scale_coefs.c | 19 .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/drivers/gpu/drm/omapdrm/ |
H A D | omap_dmm_tiler.h | 51 0 0 1 0-degree view with vertical mirror 180-degree view with horizontal mirror 52 0 1 0 0-degree view with horizontal mirror 180-degree view with vertical mirror 53 0 1 1 180-degree view
|
/linux/tools/testing/selftests/kvm/x86/ |
H A D | kvm_clock_test.c | 26 { .kvmclock_base = 180 * NSEC_PER_SEC }, 27 { .kvmclock_base = 0, .realtime_offset = -180 * NSEC_PER_SEC }, 28 { .kvmclock_base = 0, .realtime_offset = 180 * NSEC_PER_SEC },
|
/linux/drivers/iio/imu/inv_icm42600/ |
H A D | inv_icm42600_gyro.c | 456 * dps to rad: Pi / 180 in inv_icm42600_gyro_read_offset() 458 * (offset * 64 * Pi * 1000000000) / (2048 * 180) in inv_icm42600_gyro_read_offset() 461 /* for rounding, add + or - divisor (2048 * 180) divided by 2 */ in inv_icm42600_gyro_read_offset() 463 val64 += 2048 * 180 / 2; in inv_icm42600_gyro_read_offset() 465 val64 -= 2048 * 180 / 2; in inv_icm42600_gyro_read_offset() 466 bias = div_s64(val64, 2048 * 180); in inv_icm42600_gyro_read_offset() 511 * rad to dps: 180 / Pi in inv_icm42600_gyro_write_offset() 514 * val * 180 * 2048 / (Pi * 1000000000 * 64) in inv_icm42600_gyro_write_offset() 516 val64 = val64 * 180LL * 2048LL; in inv_icm42600_gyro_write_offset()
|
/linux/include/linux/ |
H A D | fixp-arith.h | 54 if (degrees > 180) { in __fixp_sin32() 56 degrees -= 180; in __fixp_sin32() 59 degrees = 180 - degrees; in __fixp_sin32()
|
H A D | cordic.h | 52 * for -180 degrees to +180 degrees. Passed values outside this range are
|
/linux/drivers/char/ |
H A D | hangcheck-timer.c | 19 * 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/drivers/ata/ |
H A D | sata_sis.c | 54 { 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/drivers/net/wireless/intel/iwlwifi/mld/tests/ |
H A D | link-selection.c | 43 .desc = "channel util of 180 (70%)", 49 .chan_util = 180, 54 .desc = "channel util of 180 (70%), channel load by us of 10%", 59 .chan_util = 180,
|
/linux/drivers/hid/usbhid/ |
H A D | Kconfig | 43 event interface on /dev/usb/hiddevX (char 180:96 to 180:111).
|