/linux/arch/mips/include/asm/mach-au1x00/ |
H A D | gpio-au1000.h | 15 * GPIO0-31 from GPIO1 block, GPIO200-215 from GPIO2 block. 218 static inline void alchemy_gpio1_set_value(int gpio, int v) in alchemy_gpio1_set_value() argument 221 unsigned long r = v ? AU1000_SYS_OUTPUTSET : AU1000_SYS_OUTPUTCLR; in alchemy_gpio1_set_value() 238 static inline int alchemy_gpio1_direction_output(int gpio, int v) in alchemy_gpio1_direction_output() argument 243 alchemy_gpio1_set_value(gpio, v); in alchemy_gpio1_direction_output() 298 static inline void alchemy_gpio2_set_value(int gpio, int v) in alchemy_gpio2_set_value() argument 302 mask = ((v) ? 0x00010001 : 0x00010000) << (gpio - ALCHEMY_GPIO2_BASE); in alchemy_gpio2_set_value() 323 static inline int alchemy_gpio2_direction_output(int gpio, int v) in alchemy_gpio2_direction_output() argument 326 alchemy_gpio2_set_value(gpio, v); in alchemy_gpio2_direction_output() 373 * @gpio2: The GPIO2 pin to activate (200...215). [all …]
|
H A D | au1000.h | 611 static inline void alchemy_wrsys(unsigned long v, int regofs) in alchemy_wrsys() argument 615 __raw_writel(v, b + regofs); in alchemy_wrsys() 627 static inline void alchemy_wrsmem(unsigned long v, int regofs) in alchemy_wrsmem() argument 631 __raw_writel(v, b + regofs); in alchemy_wrsmem() 872 /* camera interface H/V sync inputs: 71-72 */ 1141 AU1550_GPIO208_215_INT, /* Logical or of GPIO208:215 */ 1174 AU1200_GPIO208_215_INT, /* Logical OR of 208:215 */
|
/linux/drivers/ata/ |
H A D | libata-pata-timings.c | 39 { XFER_MW_DMA_0, 60, 0, 0, 0, 215, 215, 20, 480, 0 }, 57 #define ENOUGH(v, unit) (((v)-1)/(unit)+1) argument 58 #define EZ(v, unit) ((v)?ENOUGH(((v) * 1000), unit):0) argument
|
/linux/drivers/media/v4l2-core/ |
H A D | v4l2-vp9.c | 18 { 92, 45, 102, 136, 116, 180, 74, 90, 100 }, /*left = v */ 19 { 73, 32, 19, 187, 222, 215, 46, 34, 100 }, /*left = h */ 27 }, { /* above = v */ 29 { 43, 46, 168, 134, 107, 128, 69, 142, 92 }, /*left = v */ 40 { 55, 44, 68, 166, 179, 192, 57, 57, 108 }, /*left = v */ 51 { 59, 38, 83, 112, 103, 162, 98, 136, 90 }, /*left = v */ 62 { 53, 40, 55, 139, 69, 183, 61, 80, 110 }, /*left = v */ 68 { 55, 25, 21, 118, 95, 215, 38, 39, 66 }, /*left = d207*/ 73 { 46, 27, 80, 150, 55, 124, 55, 121, 135 }, /*left = v */ 84 { 56, 39, 58, 133, 117, 173, 48, 53, 187 }, /*left = v */ [all …]
|
/linux/drivers/gpu/drm/ |
H A D | drm_panic_qr.rs | 42 215, 234, 158, 94, 184, 97, 118, 170, 79, 187, 152, 148, 252, 179, 5, 98, 96, 153, 214 .find(|&v| v.max_data() * 8 >= segments.iter().map(|s| s.total_size_bits(v)).sum()) in from_segments() 268 145, 63, 126, 252, 229, 215, 179, 123, 246, 241, 255, 227, 219, 171, 75, 150, 49, 98, 196, 149, 288 176, 156, 169, 160, 81, 11, 245, 22, 235, 122, 117, 44, 215, 79, 174, 213, 233, 230, 231, 173, 344 let Version(v) = version; in length_bits_count() 346 Segment::Binary(_) => match v { in length_bits_count() 350 Segment::Numeric(_) => match v { in length_bits_count() 564 for (u, &v) in tmp[i + 1..].iter_mut().zip(self.poly.iter()) { in error_code_for_blocks() 565 *u ^= EXP_TABLE[(usize::from(v) + log_lead_coeff) % 255]; in error_code_for_blocks() 682 let mut v = self.data[off]; in set() localVariable [all …]
|
/linux/fs/bcachefs/ |
H A D | sb-errors_format.h | 240 x(extent_overlapping, 215, 0) \ 320 __le64 v; member 325 LE64_BITMASK(BCH_SB_ERROR_ENTRY_ID, struct bch_sb_field_error_entry, v, 0, 16); 326 LE64_BITMASK(BCH_SB_ERROR_ENTRY_NR, struct bch_sb_field_error_entry, v, 16, 64);
|
/linux/drivers/media/dvb-frontends/ |
H A D | s5h1409.c | 127 { 812, 215, }, 204 { 73, 215, }, 798 static int s5h1409_qam256_lookup_snr(struct dvb_frontend *fe, u16 *snr, u16 v) in s5h1409_qam256_lookup_snr() argument 804 if (v < qam256_snr_tab[i].val) { in s5h1409_qam256_lookup_snr() 813 static int s5h1409_qam64_lookup_snr(struct dvb_frontend *fe, u16 *snr, u16 v) in s5h1409_qam64_lookup_snr() argument 819 if (v < qam64_snr_tab[i].val) { in s5h1409_qam64_lookup_snr() 828 static int s5h1409_vsb_lookup_snr(struct dvb_frontend *fe, u16 *snr, u16 v) in s5h1409_vsb_lookup_snr() argument 834 if (v > vsb_snr_tab[i].val) { in s5h1409_vsb_lookup_snr()
|
H A D | s5h1411.c | 154 { 0x337, 215, }, 231 { 0x4300, 215, }, 712 static int s5h1411_qam256_lookup_snr(struct dvb_frontend *fe, u16 *snr, u16 v) in s5h1411_qam256_lookup_snr() argument 718 if (v < qam256_snr_tab[i].val) { in s5h1411_qam256_lookup_snr() 727 static int s5h1411_qam64_lookup_snr(struct dvb_frontend *fe, u16 *snr, u16 v) in s5h1411_qam64_lookup_snr() argument 733 if (v < qam64_snr_tab[i].val) { in s5h1411_qam64_lookup_snr() 742 static int s5h1411_vsb_lookup_snr(struct dvb_frontend *fe, u16 *snr, u16 v) in s5h1411_vsb_lookup_snr() argument 748 if (v > vsb_snr_tab[i].val) { in s5h1411_vsb_lookup_snr()
|
H A D | tda10048.c | 844 u8 v; in tda10048_read_signal_strength() local 850 v = tda10048_readreg(state, TDA10048_NP_OUT); in tda10048_read_signal_strength() 851 if (v > 0) in tda10048_read_signal_strength() 852 *signal_strength -= (v << 8) | v; in tda10048_read_signal_strength() 864 { 2, 215 }, 990 u8 v; in tda10048_read_snr() local 995 v = tda10048_readreg(state, TDA10048_NP_OUT); in tda10048_read_snr() 997 if (v <= snr_tab[i].val) { in tda10048_read_snr()
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | bpf_cubic.c | 221 * v = cbrt(x << 18) - 1 222 * cbrt(x) = (v[x] + 10) >> 6 224 static const __u8 v[] = { variable 229 /* 0x20 */ 200, 202, 204, 206, 209, 211, 213, 215, 245 return ((__u32)v[(__u32)a] + 35) >> 6; in cubic_root() 252 /* it is needed for verifier's bound check on v */ in cubic_root() 256 x = ((__u32)(((__u32)v[shift] + 10) << b)) >> 6; in cubic_root()
|
/linux/net/ipv4/ |
H A D | tcp_cubic.c | 175 * v = cbrt(x << 18) - 1 in cubic_root() 176 * cbrt(x) = (v[x] + 10) >> 6 in cubic_root() 178 static const u8 v[] = { in cubic_root() local 183 /* 0x20 */ 200, 202, 204, 206, 209, 211, 213, 215, in cubic_root() 192 return ((u32)v[(u32)a] + 35) >> 6; in cubic_root() 198 x = ((u32)(((u32)v[shift] + 10) << b)) >> 6; in cubic_root()
|
/linux/arch/arm/boot/dts/nvidia/ |
H A D | tegra124-nyan.dtsi | 507 no-1-8-v; 517 cd-gpios = <&gpio TEGRA_GPIO(V, 2) GPIO_ACTIVE_LOW>; 520 no-1-8-v; 527 no-1-8-v; 579 208 209 210 211 212 213 214 215
|
/linux/include/uapi/linux/ |
H A D | keyboard.h | 45 #define K(t,v) (((t)<<8)|(v)) argument 264 #define K_F206 K(KT_FN,215)
|
/linux/drivers/pinctrl/ |
H A D | pinctrl-gemini.c | 378 PINCTRL_PIN(215, "M18 GPIO0 29"), 474 /* Row V */ 616 214, 215, 193, 194 628 214, 215, 193, 194, 671 static const unsigned int gpio0l_3512_pins[] = { 212, 213, 214, 215 }; 1243 PINCTRL_PIN(215, "L16 PCI AD12"), 1374 /* Row V */ 1495 178, 179, 195, 196, 197, 198, 199, 215, 216, 217, 218, 219, 235, 236, 1645 259, 237, 238, 239, 215, 216, 217, 218, 177, 159, 158, 175, 176, 139,
|
/linux/drivers/power/supply/ |
H A D | ltc4162-l-charger.c | 351 * cell_count × (vcharge_setting × 12.5mV + 3.8125V) in ltc4162l_get_vcharge() 352 * where vcharge_setting ranges from 0 to 31 (4.2V max). in ltc4162l_get_vcharge() 432 ret *= 215; in ltc4162l_get_die_temp()
|
/linux/drivers/hwmon/ |
H A D | fschmd.c | 362 long v; in temp_max_store() local 365 err = kstrtol(buf, 10, &v); in temp_max_store() 369 v = clamp_val(v / 1000, -128, 127) + 128; in temp_max_store() 373 FSCHMD_REG_TEMP_LIMIT[data->kind][index], v); in temp_max_store() 374 data->temp_max[index] = v; in temp_max_store() 436 unsigned long v; in fan_div_store() local 439 err = kstrtoul(buf, 10, &v); in fan_div_store() 443 switch (v) { in fan_div_store() 445 v = 1; in fan_div_store() 448 v = 2; in fan_div_store() [all …]
|
/linux/drivers/pinctrl/nuvoton/ |
H A D | pinctrl-npcm7xx.c | 426 213, 214, 215 }; 431 213, 214, 215, 216, 217 }; 1146 NPCM7XX_PINCFG(215, rg2, MFSEL4, 24, ddr, MFSEL3, 26, none, NONE, 0, 0), 1390 PINCTRL_PIN(215, "GPIO215/RG2RXCTL/DDRV10"), 1530 int v; in npcm7xx_set_drive_strength() local 1535 v = (pincfg[pin].flag & DRIVE_STRENGTH_MASK); in npcm7xx_set_drive_strength() 1536 if (!nval || !v) in npcm7xx_set_drive_strength() 1538 if (DSLO(v) == nval) { in npcm7xx_set_drive_strength() 1543 } else if (DSHI(v) == nval) { in npcm7xx_set_drive_strength()
|
H A D | pinctrl-npcm8xx.c | 396 static const int rmii3_pins[] = { 110, 111, 209, 211, 210, 214, 215 }; 514 213, 214, 215 }; 518 213, 214, 215, 216, 217, 250 }; 1537 …NPCM8XX_PINCFG(215, rg2, MFSEL4, 24, ddr, MFSEL3, 26, rmii3, MFSEL5, 11, none, NONE, 0, none, NON… 1785 PINCTRL_PIN(215, "GPIO215/RG2_RXCTL/DDRV10/R3_CRSDV"), 1942 int v; in npcm8xx_set_drive_strength() local 1944 v = pincfg[pin].flag & DRIVE_STRENGTH_MASK; in npcm8xx_set_drive_strength() 1946 if (DSLO(v) == nval) in npcm8xx_set_drive_strength() 1948 else if (DSHI(v) == nval) in npcm8xx_set_drive_strength()
|
/linux/drivers/media/common/v4l2-tpg/ |
H A D | v4l2-tpg-colors.c | 118 213, 214, 214, 214, 215, 215, 216, 216, 216, 217, 217, 218, 218, 218, 219, 219, 1165 static double transfer_srgb_to_rgb(double v) in transfer_srgb_to_rgb() argument 1167 if (v < -0.04045) in transfer_srgb_to_rgb() 1168 return pow((-v + 0.055) / 1.055, 2.4); in transfer_srgb_to_rgb() 1169 return (v <= 0.04045) ? v / 12.92 : pow((v + 0.055) / 1.055, 2.4); in transfer_srgb_to_rgb() 1172 static double transfer_rgb_to_srgb(double v) in transfer_rgb_to_srgb() argument 1174 if (v <= -0.0031308) in transfer_rgb_to_srgb() 1175 return -1.055 * pow(-v, 1.0 / 2.4) + 0.055; in transfer_rgb_to_srgb() 1176 if (v <= 0.0031308) in transfer_rgb_to_srgb() 1177 return v * 12.92; in transfer_rgb_to_srgb() [all …]
|
/linux/arch/arm64/boot/dts/rockchip/ |
H A D | rk3399-eaidk-610.dts | 53 208 209 210 211 212 213 214 215 69 dc_12v: regulator-dc-12v {
|
H A D | rk3399-firefly.dts | 59 208 209 210 211 212 213 214 215 75 dc_12v: regulator-dc-12v {
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | selection.svg | 308 …498-5.5 1.218a1047.26 1047.26 0 0 1-6.437 2.469c-.617.233-.997.442-1.281.594v.03l-8 3.188 1.812 14… 460 …498-5.5 1.218a1047.26 1047.26 0 0 1-6.437 2.469c-.617.233-.997.442-1.281.594v.03l-8 3.188 1.812 14… 788 …97.442-1.281.593v.031l-8 3.188-12.476 3.492 7.93 19.278c-.592 1.973 12.545-4.739 12.545-4.739.227-… 803 …v.156c3.643 2.095 5.284 3.883 8.875 5.562 1.73.81 3.592 1.41 5.406 1.72-.534.286-1.557.71-3.437 1.… 804 …v.156c3.656 2.204 5.295 4.053 8.907 5.906 1.74.893 3.637 1.528 5.469 1.969-.54.248-1.578.615-3.469… 805 …8 1.813-2.971.283-6.573-.176-10.938-1.938-3.96-1.598-5.329-2.795-9.344-4.312v.156c3.596 1.811 5.23… 806 …v.156c3.484 1.395 5.07 2.92 8.53 4.032 1.669.535 3.457.786 5.22.875-.52.352-1.5.914-3.313 1.53-2.7… 840 …v.156c3.643 2.095 5.284 3.883 8.875 5.562 1.73.81 3.592 1.41 5.406 1.72-.534.286-1.557.71-3.437 1.… 841 …v.156c3.656 2.204 5.295 4.053 8.907 5.906 1.74.893 3.637 1.528 5.469 1.969-.54.248-1.578.615-3.469… 842 …8 1.813-2.971.283-6.573-.176-10.938-1.938-3.96-1.598-5.329-2.795-9.344-4.312v.156c3.596 1.811 5.23… [all …]
|
/linux/drivers/accessibility/speakup/ |
H A D | main.c | 128 /*016*/ "^p", "^q", "^r", "^s", "^t", "^u", "^v", "^w", 141 /*080*/ "P", "Q", "R", "S", "T", "U", "V", "W", "X", 147 /*112*/ "p", "q", "r", "s", "t", "u", "v", "w", 172 /*215*/ "multiplied by", "O STROKE", "U GRAVE", "U ACUTE", 224 A_CAP, A_CAP, A_CAP, A_CAP, A_CAP, A_CAP, A_CAP, B_SYM, /* 208-215 */
|
/linux/include/trace/events/ |
H A D | afs.h | 105 yfs_CB_GetServerPrefs = 215, 449 EM(afs_cb_break_for_volume_callback, "break-v-cb") \ 1388 TP_printk("V=%llx %s ur=%d",
|
/linux/lib/fonts/ |
H A D | font_6x8.c | 228 /* 22 0x16 '^V' */ 868 /* 86 0x56 'V' */ 1188 /* 118 0x76 'v' */ 1418 /* 141 0x8D '\215' */ 2158 /* 215 0xD7 '\327' */
|