/linux/fs/bcachefs/ |
H A D | sb-errors_format.h | 301 x(alloc_key_io_time_bad, 275, 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 | 115 { 901, 275, }, 281 { 84, 275, }, 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 | 142 { 0x38b, 275, }, 310 { 0x4ba0, 275, }, 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()
|
/linux/arch/x86/xen/ |
H A D | time.c | 403 t.addr.v = NULL; in xen_save_time_memory_area() 421 t.addr.v = &xen_clock->pvti; in xen_restore_time_memory_area() 454 t.addr.v = &ti->pvti; in xen_setup_vsyscall_time_info() 469 t.addr.v = NULL; in xen_setup_vsyscall_time_info() 523 xen_clocksource.rating = 275; in xen_time_init()
|
/linux/drivers/pinctrl/ |
H A D | pinctrl-gemini.c | 442 PINCTRL_PIN(275, "T6 USB RREF"), 474 /* Row V */ 531 306, 289, 307, 290, 239, 257, 275, 308, 291, 309, 292, 310, 293 1306 PINCTRL_PIN(275, "P16 GPIO0 30"), 1374 /* Row V */ 1558 302, 321, 337, 358, 295, 359, 339, 275, 298 1565 276, 319, 275, 298 1577 276, 319, 275, 298, 1617 static const unsigned int gpio0k_3516_pins[] = { 275, 298 };
|
H A D | pinctrl-ep93xx.c | 1026 PINCTRL_PIN(275, "P[7]"), /* U4 */ 1043 /* Row V */
|
/linux/drivers/media/common/v4l2-tpg/ |
H A D | v4l2-tpg-colors.c | 127 275, 275, 276, 276, 277, 277, 278, 278, 279, 279, 279, 280, 280, 281, 281, 282, 332 216, 221, 225, 230, 234, 239, 243, 248, 252, 257, 261, 266, 270, 275, 279, 284, 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() [all …]
|
/linux/Documentation/crypto/ |
H A D | descore-readme.rst | 35 .. README,v 1.15 1992/05/20 00:25:32 how E 66 - 275us to set a new key (uses 1k of key tables)
|
/linux/drivers/power/supply/ |
H A D | bq25890_charger.c | 317 310, 305, 300, 290, 285, 280, 275, 270, 636 /* converted_val = 2.304V + ADC_val * 20mV (table 10.3.15) */ in bq25890_power_supply_get_property() 1160 * When enabling 5V boost / Vbus output, we need to put the secondary in bq25890_vbus_enable() 1162 * battery from the 5V boost output. in bq25890_vbus_enable() 1212 /* converted_val = 2.304V + ADC_val * 20mV (table 10.3.15) */ in bq25890_vsys_get_voltage() 1566 * Turn off the 5v Boost regulator which outputs Vbus to the device's in bq25890_shutdown()
|
/linux/drivers/gpu/drm/renesas/rcar-du/ |
H A D | rcar_mipi_dsi.c | 31 #define MHZ(v) ((u32)((v) * 1000000U)) argument 107 { MHZ(250), 0x33 }, { MHZ(275), 0x04 }, { MHZ(300), 0x14 },
|
/linux/arch/mips/kernel/ |
H A D | perf_event_mipsxx.c | 66 V = 1, enumerator 371 } else if (IS_ENABLED(CONFIG_MIPS_MT_SMP) && range > V) { in mipsxx_pmu_enable_event() 1677 /* The P/V/T info is not provided for "(b) == 38" in SUM, assume P. */ 1736 raw_event.range = V; in mipsxx_pmu_map_raw_event() 1792 raw_event.range = V; in mipsxx_pmu_map_raw_event() 1807 raw_event.range = V; in mipsxx_pmu_map_raw_event() 1835 (base_id >= 256 && base_id < 275) || in mipsxx_pmu_map_raw_event()
|
/linux/drivers/idle/ |
H A D | intel_idle.c | 331 .target_residency = 275, 376 .target_residency = 275, 2347 pr_debug("v" INTEL_IDLE_VERSION " model 0x%X\n", in intel_idle_init()
|
/linux/lib/fonts/ |
H A D | font_6x8.c | 228 /* 22 0x16 '^V' */ 868 /* 86 0x56 'V' */ 1188 /* 118 0x76 'v' */ 1898 /* 189 0xBD '\275' */
|
H A D | font_6x10.c | 272 /* 22 0x16 '^V' */ 1040 /* 86 0x56 'V' */ 1424 /* 118 0x76 'v' */ 2276 /* 189 0xBD '\275' */
|
H A D | font_6x11.c | 300 /* 22 0x16 '^V' */ 1132 /* 86 0x56 'V' */ 1548 /* 118 0x76 'v' */ 2471 /* 189 0xbd '\275' */
|
/linux/drivers/tty/serial/8250/ |
H A D | 8250_pci.c | 4805 { PCI_VENDOR_ID_MAINPINE, 0x4000, /* IQ Express 1 Port V.34 Super-G3 Fax */ 4808 { PCI_VENDOR_ID_MAINPINE, 0x4000, /* IQ Express 2 Port V.34 Super-G3 Fax */ 4811 { PCI_VENDOR_ID_MAINPINE, 0x4000, /* IQ Express 4 Port V.34 Super-G3 Fax */ 4814 { PCI_VENDOR_ID_MAINPINE, 0x4000, /* IQ Express 8 Port V.34 Super-G3 Fax */ 5299 * Brainboxes UC-275/279 5512 * Brainboxes PX-275/279
|
/linux/drivers/net/ethernet/nvidia/ |
H A D | forcedeth.c | 950 static inline u32 nv_descr_getlength(struct ring_desc *prd, u32 v) in nv_descr_getlength() argument 953 & ((v == DESC_VER_1) ? LEN_MASK_V1 : LEN_MASK_V2); in nv_descr_getlength() 956 static inline u32 nv_descr_getlength_ex(struct ring_desc_ex *prd, u32 v) in nv_descr_getlength_ex() argument 2123 {145, 155, 165, 175, 185, 196, 235, 245, 255, 265, 275, 285, 660, 690, 874}, 2125 {145, 155, 165, 175, 185, 196, 235, 245, 255, 265, 275, 285, 660, 690, 874}, 6120 dev_info(&pci_dev->dev, "%s%s%s%s%s%s%s%s%s%s%sdesc-v%u\n", in nv_probe()
|
/linux/drivers/staging/media/av7110/ |
H A D | av7110.c | 1435 if (ptr[0] != 'A' || ptr[1] != 'V' || in check_firmware() 2454 saa7146_i2c_adapter_prepare(dev, &av7110->i2c_adap, SAA7146_I2C_BUS_BIT_RATE_120); /* 275 kHz */ in av7110_attach() 2858 // MAKE_EXTENSION_PCI(???, 0x13c2, 0x0009), UNDEFINED CARD // TT/Hauppauge WinTV Nexus-CA v???
|
/linux/drivers/gpu/drm/display/ |
H A D | drm_dp_helper.c | 2186 PSR_SETUP_TIME(275), in drm_dp_psr_setup_time() 2276 …{ OUI(0x00, 0x22, 0xb9), DEVICE_ID('s', 'i', 'v', 'a', 'r', 'T'), false, BIT(DP_DPCD_QUIRK_CONSTAN…
|