/Linux-v5.10/drivers/char/mwave/ |
D | mwavedd.h | 89 #define PRINTK_4(f,s,v1,v2,v3) \ argument 94 #define PRINTK_5(f,s,v1,v2,v3,v4) \ argument 99 #define PRINTK_6(f,s,v1,v2,v3,v4,v5) \ argument 104 #define PRINTK_7(f,s,v1,v2,v3,v4,v5,v6) \ argument 109 #define PRINTK_8(f,s,v1,v2,v3,v4,v5,v6,v7) \ argument 118 #define PRINTK_4(f,s,v1,v2,v3) argument 119 #define PRINTK_5(f,s,v1,v2,v3,v4) argument 120 #define PRINTK_6(f,s,v1,v2,v3,v4,v5) argument 121 #define PRINTK_7(f,s,v1,v2,v3,v4,v5,v6) argument 122 #define PRINTK_8(f,s,v1,v2,v3,v4,v5,v6,v7) argument
|
/Linux-v5.10/include/pcmcia/ |
D | device_id.h | 34 #define PCMCIA_DEVICE_PROD_ID3(v3, vh3) { \ argument 45 #define PCMCIA_DEVICE_PROD_ID13(v1, v3, vh1, vh3) { \ argument 57 #define PCMCIA_DEVICE_PROD_ID123(v1, v2, v3, vh1, vh2, vh3) { \ argument 71 #define PCMCIA_DEVICE_PROD_ID134(v1, v3, v4, vh1, vh3, vh4) { \ argument 78 #define PCMCIA_DEVICE_PROD_ID1234(v1, v2, v3, v4, vh1, vh2, vh3, vh4) { \ argument 95 #define PCMCIA_DEVICE_MANF_CARD_PROD_ID3(manf, card, v3, vh3) { \ argument 137 #define PCMCIA_MFC_DEVICE_PROD_ID13(mfc, v1, v3, vh1, vh3) { \ argument 145 #define PCMCIA_MFC_DEVICE_PROD_ID123(mfc, v1, v2, v3, vh1, vh2, vh3) { \ argument 186 #define PCMCIA_PFC_DEVICE_PROD_ID13(mfc, v1, v3, vh1, vh3) { \ argument 194 #define PCMCIA_PFC_DEVICE_PROD_ID123(mfc, v1, v2, v3, vh1, vh2, vh3) { \ argument [all …]
|
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/inc/ |
D | reg_helper.h | 72 #define REG_SET_3(reg, init_value, f1, v1, f2, v2, f3, v3) \ argument 78 #define REG_SET_4(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4) \ argument 85 #define REG_SET_5(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ argument 94 #define REG_SET_6(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ argument 104 #define REG_SET_7(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ argument 115 #define REG_SET_8(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ argument 127 #define REG_SET_9(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, f5, \ argument 140 #define REG_SET_10(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, f5, \ argument 165 #define REG_GET_3(reg_name, f1, v1, f2, v2, f3, v3) \ argument 171 #define REG_GET_4(reg_name, f1, v1, f2, v2, f3, v3, f4, v4) \ argument [all …]
|
D | bw_fixed.h | 56 struct bw_fixed v3) in bw_min3() 63 struct bw_fixed v3) in bw_max3()
|
/Linux-v5.10/arch/arm64/lib/ |
D | xor-neon.c | 19 register uint64x2_t v0, v1, v2, v3; in xor_arm64_neon_2() local 47 register uint64x2_t v0, v1, v2, v3; in xor_arm64_neon_3() local 83 register uint64x2_t v0, v1, v2, v3; in xor_arm64_neon_4() local 128 register uint64x2_t v0, v1, v2, v3; in xor_arm64_neon_5() local
|
/Linux-v5.10/drivers/pci/controller/ |
D | pci-v3-semi.c | 315 struct v3_pci *v3 = bus->sysdata; in v3_map_bus() local 383 static void v3_unmap_bus(struct v3_pci *v3) in v3_unmap_bus() 407 struct v3_pci *v3 = bus->sysdata; in v3_pci_read_config() local 421 struct v3_pci *v3 = bus->sysdata; in v3_pci_write_config() local 440 struct v3_pci *v3 = data; in v3_irq() local 482 static int v3_integrator_init(struct v3_pci *v3) in v3_integrator_init() 519 static int v3_pci_setup_resource(struct v3_pci *v3, in v3_pci_setup_resource() 597 static int v3_get_dma_range_config(struct v3_pci *v3, in v3_get_dma_range_config() 675 static int v3_pci_parse_map_dma_ranges(struct v3_pci *v3, in v3_pci_parse_map_dma_ranges() 712 struct v3_pci *v3; in v3_pci_probe() local
|
/Linux-v5.10/lib/ |
D | xxhash.c | 112 uint32_t v3 = seed + 0; in xxh32() local 182 uint64_t v3 = seed + 0; in xxh64() local 310 uint32_t v3 = state->v3; in xxh32_update() local 415 uint64_t v3 = state->v3; in xxh64_update() local 454 const uint64_t v3 = state->v3; in xxh64_digest() local
|
D | random32.c | 337 unsigned long v3; member 365 unsigned long v0 = s->v0, v1 = s->v1, v2 = s->v2, v3 = s->v3; in siprand_u32() local 441 unsigned long v2 = state->v2, v3 = state->v3; in prandom_seed() local 465 unsigned long v0, v1, v2, v3; in prandom_init_early() local 510 unsigned long v1 = get_random_long(), v3 = v1 ^ PRND_K1; in prandom_reseed() local
|
/Linux-v5.10/drivers/gpu/drm/amd/display/dmub/src/ |
D | dmub_reg.h | 70 #define REG_SET_3(reg, init_value, f1, v1, f2, v2, f3, v3) \ argument 76 #define REG_SET_4(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4) \ argument 97 #define REG_UPDATE_3(reg, f1, v1, f2, v2, f3, v3) \ argument 103 #define REG_UPDATE_4(reg, f1, v1, f2, v2, f3, v3, f4, v4) \ argument
|
/Linux-v5.10/include/linux/ |
D | xxhash.h | 151 uint32_t v3; member 164 uint64_t v3; member
|
D | prandom.h | 30 #define PRND_SIPROUND(v0, v1, v2, v3) ( \ argument 46 #define PRND_SIPROUND(v0, v1, v2, v3) ( \ argument
|
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/calcs/ |
D | dcn_calc_math.c | 96 float dcn_bw_max3(float v1, float v2, float v3) in dcn_bw_max3() 101 float dcn_bw_max5(float v1, float v2, float v3, float v4, float v5) in dcn_bw_max5()
|
/Linux-v5.10/tools/power/cpupower/debug/kernel/ |
D | cpufreq-test_tsc.c | 37 u32 v1=0,v2=0,v3=0; in read_pmtmr() local
|
/Linux-v5.10/lib/mpi/ |
D | mpi-inv.c | 33 MPI u, v, u1, u2 = NULL, u3, v1, v2 = NULL, v3, t1, t2 = NULL, t3; in mpi_invm() local
|
/Linux-v5.10/tools/edid/ |
D | edid.S | 47 #define mfgname2id(v1,v2,v3) \ argument 52 #define msbs4(v1,v2,v3,v4) \ argument
|
/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/ |
D | atombios_crtc.c | 238 ENABLE_SPREAD_SPECTRUM_ON_PPLL_V3 v3; member 302 ADJUST_DISPLAY_PLL_PS_ALLOCATION_V3 v3; member 462 PIXEL_CLOCK_PARAMETERS_V3 v3; member
|
D | amdgpu_atombios.c | 877 struct _ATOM_ASIC_SS_ASSIGNMENT_V3 v3; member 989 struct _COMPUTE_MEMORY_ENGINE_PLL_PARAMETERS_V3 v3; member 1186 struct _SET_VOLTAGE_PARAMETERS_V1_3 v3; member 1389 struct _ATOM_VOLTAGE_OBJECT_INFO_V3_1 v3; member 1395 union _ATOM_VOLTAGE_OBJECT_V3 v3; member 1399 …ATOM_VOLTAGE_OBJECT_V3 *amdgpu_atombios_lookup_voltage_object_v3(ATOM_VOLTAGE_OBJECT_INFO_V3_1 *v3, in amdgpu_atombios_lookup_voltage_object_v3()
|
D | atombios_encoders.c | 566 DIG_ENCODER_CONTROL_PARAMETERS_V3 v3; member 754 DIG_TRANSMITTER_CONTROL_PARAMETERS_V3 v3; member 1219 EXTERNAL_ENCODER_CONTROL_PS_ALLOCATION_V3 v3; member 1462 SELECT_CRTC_SOURCE_PARAMETERS_V3 v3; member
|
/Linux-v5.10/drivers/clocksource/ |
D | acpi_pm.c | 42 u32 v1 = 0, v2 = 0, v3 = 0; in acpi_pm_read_verified() local
|
D | h8300_tpu.c | 44 unsigned long v1, v2, v3; in tpu_get_counter() local
|
D | h8300_timer16.c | 39 unsigned short v1, v2, v3; in timer16_get_counter() local
|
/Linux-v5.10/drivers/staging/rtl8723bs/hal/ |
D | HalHWImg8723B_BB.c | 627 u32 v3 = Array[i+2]; in ODM_ReadAndConfig_MP_8723B_PHY_REG_PG() local
|
/Linux-v5.10/drivers/net/wireless/mediatek/mt76/ |
D | mt76x02_phy.c | 51 mt76x02_tx_power_mask(u8 v1, u8 v2, u8 v3, u8 v4) in mt76x02_tx_power_mask()
|
/Linux-v5.10/drivers/staging/rtl8188eu/hal/ |
D | bb_cfg.c | 569 u32 v3 = array[i + 2]; in config_bb_with_pgheader() local
|
/Linux-v5.10/arch/arm64/kvm/vgic/ |
D | vgic-debug.c | 145 bool v3 = dist->vgic_model == KVM_DEV_TYPE_ARM_VGIC_V3; in print_dist_state() local
|