/linux-4.1.27/include/pcmcia/ |
D | device_id.h | 27 #define PCMCIA_DEVICE_PROD_ID1(v1, vh1) { \ argument 42 #define PCMCIA_DEVICE_PROD_ID12(v1, v2, vh1, vh2) { \ argument 48 #define PCMCIA_DEVICE_PROD_ID13(v1, v3, vh1, vh3) { \ argument 54 #define PCMCIA_DEVICE_PROD_ID14(v1, v4, vh1, vh4) { \ argument 60 #define PCMCIA_DEVICE_PROD_ID123(v1, v2, v3, vh1, vh2, vh3) { \ argument 67 #define PCMCIA_DEVICE_PROD_ID124(v1, v2, v4, vh1, vh2, vh4) { \ argument 74 #define PCMCIA_DEVICE_PROD_ID134(v1, v3, v4, vh1, vh3, vh4) { \ argument 81 #define PCMCIA_DEVICE_PROD_ID1234(v1, v2, v3, v4, vh1, vh2, vh3, vh4) { \ argument 89 #define PCMCIA_DEVICE_MANF_CARD_PROD_ID1(manf, card, v1, vh1) { \ argument 118 #define PCMCIA_MFC_DEVICE_PROD_ID1(mfc, v1, vh1) { \ argument [all …]
|
/linux-4.1.27/drivers/char/mwave/ |
D | mwavedd.h | 79 #define PRINTK_2(f,s,v1) \ argument 84 #define PRINTK_3(f,s,v1,v2) \ argument 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 116 #define PRINTK_2(f,s,v1) argument 117 #define PRINTK_3(f,s,v1,v2) argument 118 #define PRINTK_4(f,s,v1,v2,v3) argument [all …]
|
/linux-4.1.27/drivers/staging/rtl8723au/hal/ |
D | HalHWImg8723A_BB.c | 211 #define READ_NEXT_PAIR(v1, v2, i) \ argument 230 u32 v1 = Array[i]; in ODM_ReadAndConfig_AGC_TAB_1T_8723A() local 478 u32 v1 = Array[i]; in ODM_ReadAndConfig_PHY_REG_1T_8723A() local 534 u32 v1 = Array[i]; in ODM_ReadAndConfig_PHY_REG_MP_8723A() local
|
D | HalHWImg8723A_MAC.c | 139 #define READ_NEXT_PAIR(v1, v2, i) \ in ODM_ReadAndConfig_MAC_REG_8723A() argument 156 u32 v1 = Array[i]; in ODM_ReadAndConfig_MAC_REG_8723A() local
|
D | HalHWImg8723A_RF.c | 209 #define READ_NEXT_PAIR(v1, v2, i) \ in ODM_ReadAndConfig_RadioA_1T_8723A() argument 227 u32 v1 = Array[i]; in ODM_ReadAndConfig_RadioA_1T_8723A() local
|
/linux-4.1.27/arch/powerpc/platforms/ps3/ |
D | repository.c | 66 u64 v1, u64 v2, const char *func, int line) in _dump_node() 125 u64 v1; in read_node() local 187 u64 v1 = 0; in ps3_repository_read_bus_type() local 202 u64 v1 = 0; in ps3_repository_read_bus_num_dev() local 242 u64 v1 = 0; in ps3_repository_read_dev_type() local 259 u64 v1 = 0; in ps3_repository_read_dev_intr() local 278 u64 v1 = 0; in ps3_repository_read_dev_reg_type() local 618 u64 v1 = 0; in ps3_repository_read_stor_dev_num_regions() local 634 u64 v1 = 0; in ps3_repository_read_stor_dev_region_id() local 791 u64 v1 = 0; in ps3_repository_read_highmem_region_count() local [all …]
|
/linux-4.1.27/drivers/staging/rtl8188eu/hal/ |
D | bb_cfg.c | 25 #define read_next_pair(array, v1, v2, i) \ argument 173 u32 v1 = array[i]; in set_baseband_agc_config() local 408 u32 v1 = array[i]; in set_baseband_phy_config() local 590 u32 v1 = array[i]; in config_bb_with_pgheader() local
|
D | rf_cfg.c | 156 #define READ_NEXT_PAIR(v1, v2, i) \ argument 205 u32 v1 = array[i]; in rtl88e_phy_config_rf_with_headerfile() local
|
/linux-4.1.27/Documentation/EDID/ |
D | edid.S | 47 #define mfgname2id(v1,v2,v3) \ argument 49 #define swap16(v1) ((v1>>8)+((v1&0xff)<<8)) argument 50 #define msbs2(v1,v2) ((((v1>>8)&0x0f)<<4)+((v2>>8)&0x0f)) argument 51 #define msbs4(v1,v2,v3,v4) \ argument
|
/linux-4.1.27/include/linux/ |
D | atomic.h | 66 int v, v1; in atomic_inc_unless_negative() local 79 int v, v1; in atomic_dec_unless_positive() local
|
D | fixp-arith.h | 127 s32 v1, v2, dx, dy; in fixp_sin32_rad() local
|
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_private.h | 293 #define LASSERT_ATOMIC_GT_LT(a, v1, v2) \ argument 300 #define LASSERT_ATOMIC_GT_LE(a, v1, v2) \ argument 307 #define LASSERT_ATOMIC_GE_LT(a, v1, v2) \ argument 314 #define LASSERT_ATOMIC_GE_LE(a, v1, v2) \ argument 328 #define LASSERT_ATOMIC_GT_LT(a, v1, v2) do {} while (0) argument 329 #define LASSERT_ATOMIC_GT_LE(a, v1, v2) do {} while (0) argument 330 #define LASSERT_ATOMIC_GE_LT(a, v1, v2) do {} while (0) argument 331 #define LASSERT_ATOMIC_GE_LE(a, v1, v2) do {} while (0) argument
|
/linux-4.1.27/arch/mips/kernel/ |
D | cpu-bugs64.c | 45 static inline void mult_sh_align_mod(long *v1, long *v2, long *w, in mult_sh_align_mod() 122 long v1[8], v2[8], w[8]; in check_mult_sh() local
|
D | ftrace.c | 72 unsigned int v1; in ftrace_dyn_arch_init_insns() local
|
D | pm-cps.c | 82 zero, at, v0, v1, a0, a1, a2, a3, enumerator
|
/linux-4.1.27/lib/ |
D | atomic64_test.c | 23 long long v1 = 0xdeadbeefdeafcafeLL; in test_atomic64() local
|
/linux-4.1.27/tools/power/cpupower/debug/kernel/ |
D | cpufreq-test_tsc.c | 36 u32 v1=0,v2=0,v3=0; in read_pmtmr() local
|
/linux-4.1.27/drivers/video/fbdev/ |
D | atafb_iplan2p4.c | 107 u32 pval[4], v, v1, mask; in atafb_iplan2p4_copyarea() local 156 u32 pval[4], v, v1, mask; in atafb_iplan2p4_copyarea() local
|
D | atafb_iplan2p8.c | 114 u32 pval[4], v, v1, mask; in atafb_iplan2p8_copyarea() local 177 u32 pval[4], v, v1, mask; in atafb_iplan2p8_copyarea() local
|
D | atafb_iplan2p2.c | 107 u32 pval[4], v, v1, mask; in atafb_iplan2p2_copyarea() local 149 u32 pval[4], v, v1, mask; in atafb_iplan2p2_copyarea() local
|
D | tridentfb.c | 185 int v1 = (pitch >> 3) << 20; in blade_init_accel() local 260 int v1 = pitch << (bpp == 24 ? 20 : (18 + x)); in xp_init_accel() local
|
D | ps3fb.c | 911 u64 v1; in ps3fb_vsync_interrupt() local
|
D | pxa168fb.h | 132 #define CFG_CKEY_V1(v1) ((v1) << 16) argument
|
/linux-4.1.27/arch/mips/include/asm/ |
D | regdef.h | 25 #define v1 $3 macro 68 #define v1 $3 macro
|
/linux-4.1.27/drivers/gpu/drm/msm/edp/ |
D | edp_phy.c | 70 void msm_edp_phy_vm_pe_cfg(struct edp_phy *phy, u32 v0, u32 v1) in msm_edp_phy_vm_pe_cfg()
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | offloading.c | 92 struct iwl_proto_offload_cmd_v1 v1; in iwl_mvm_send_proto_offload() member
|
/linux-4.1.27/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_net.c | 108 u64 v1, v2; in gelic_card_set_link_mode() local 1326 u64 v1, v2; in gelic_net_set_wol() local 1487 u64 v1, v2; in gelic_net_setup_netdev() local 1589 u64 v1, v2; in gelic_card_get_vlan_info() local
|
/linux-4.1.27/include/uapi/linux/netfilter/ |
D | xt_string.h | 27 } v1; member
|
/linux-4.1.27/kernel/ |
D | kcmp.c | 45 static int kcmp_ptr(void *v1, void *v2, enum kcmp_type type) in kcmp_ptr()
|
/linux-4.1.27/drivers/net/wireless/ |
D | atmel_cs.c | 204 #define PCMCIA_DEVICE_PROD_ID12_INFO(v1, v2, vh1, vh2, info) { \ argument
|
/linux-4.1.27/drivers/clocksource/ |
D | acpi_pm.c | 43 u32 v1 = 0, v2 = 0, v3 = 0; in acpi_pm_read_verified() local
|
D | sh_cmt.c | 287 unsigned long v1, v2, v3; in sh_cmt_get_counter() local
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8188ee/ |
D | phy.c | 418 #define READ_NEXT_PAIR(v1, v2, i) \ argument 427 u32 v1; in handle_branch1() local 471 u32 v1; in handle_branch2() local 674 u32 v1 = 0, v2 = 0, v3 = 0; in phy_config_bb_with_pghdr() local 732 #define READ_NEXT_RF_PAIR(v1, v2, i) \ argument 744 u32 v1, v2; in process_path_a() local
|
/linux-4.1.27/drivers/char/ |
D | sonypi.c | 651 u8 v1, v2; in sonypi_call1() local 662 u8 v1; in sonypi_call2() local 674 u8 v1; in sonypi_call3() local 840 u8 v1, v2, event = 0; in sonypi_irq() local
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723be/ |
D | phy.c | 516 #define READ_NEXT_PAIR(v1, v2, i) \ in _rtl8723be_phy_config_bb_with_headerfile() argument 527 u32 v1 = 0, v2 = 0; in _rtl8723be_phy_config_bb_with_headerfile() local 730 u32 v1 = 0, v2 = 0, v3 = 0, v4 = 0, v5 = 0, v6 = 0; in _rtl8723be_phy_config_bb_with_pgheaderfile() local 764 #define READ_NEXT_RF_PAIR(v1, v2, i) \ in rtl8723be_phy_config_rf_with_headerfile() argument 777 u32 v1 = 0, v2 = 0; in rtl8723be_phy_config_rf_with_headerfile() local
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | atombios_encoders.c | 553 LVDS_ENCODER_CONTROL_PS_ALLOCATION v1; member 832 DIG_ENCODER_CONTROL_PS_ALLOCATION v1; member 1001 DIG_TRANSMITTER_CONTROL_PS_ALLOCATION v1; member 1426 EXTERNAL_ENCODER_CONTROL_PS_ALLOCATION v1; member 1852 SELECT_CRTC_SOURCE_PS_ALLOCATION v1; member
|
D | radeon_atombios.c | 1509 struct _ATOM_ASIC_SS_ASSIGNMENT v1; member 2045 struct _ATOM_PPLIB_STATE v1; member 2815 struct _COMPUTE_MEMORY_ENGINE_PLL_PARAMETERS v1; member 3089 struct _SET_VOLTAGE_PARAMETERS v1; member 3368 struct _ATOM_VOLTAGE_OBJECT_INFO v1; member 3374 struct _ATOM_VOLTAGE_OBJECT v1; member 3379 static ATOM_VOLTAGE_OBJECT *atom_lookup_voltage_object_v1(ATOM_VOLTAGE_OBJECT_INFO *v1, in atom_lookup_voltage_object_v1()
|
D | atombios_crtc.c | 433 ENABLE_SPREAD_SPECTRUM_ON_PPLL_PS_ALLOCATION v1; member 548 ADJUST_DISPLAY_PLL_PS_ALLOCATION v1; member 755 PIXEL_CLOCK_PARAMETERS v1; member
|
D | atombios_dp.c | 83 PROCESS_AUX_CHANNEL_TRANSACTION_PS_ALLOCATION v1; member
|
D | rs780_dpm.c | 713 struct _ATOM_PPLIB_STATE v1; member
|
D | trinity_dpm.c | 1610 struct _ATOM_PPLIB_STATE v1; member
|
D | rv770_dpm.c | 2140 struct _ATOM_PPLIB_STATE v1; member
|
D | sumo_dpm.c | 1389 struct _ATOM_PPLIB_STATE v1; member
|
D | rv6xx_dpm.c | 1791 struct _ATOM_PPLIB_STATE v1; member
|
D | kv_dpm.c | 2569 struct _ATOM_PPLIB_STATE v1; member
|
D | ni_dpm.c | 3890 struct _ATOM_PPLIB_STATE v1; member
|
D | si_dpm.c | 6622 struct _ATOM_PPLIB_STATE v1; member
|
D | ci_dpm.c | 5412 struct _ATOM_PPLIB_STATE v1; member
|
/linux-4.1.27/drivers/firmware/google/ |
D | memconsole.c | 34 } __packed v1; member
|
/linux-4.1.27/net/rxrpc/ |
D | ar-key.c | 686 const struct rxrpc_key_data_v1 *v1; in rxrpc_preparse() local 973 struct rxrpc_key_data_v1 v1; in rxrpc_get_server_data_key() member
|
/linux-4.1.27/arch/powerpc/lib/ |
D | sstep.c | 571 static void __kprobes do_cmp_signed(struct pt_regs *regs, long v1, long v2, in do_cmp_signed() 587 static void __kprobes do_cmp_unsigned(struct pt_regs *regs, unsigned long v1, in do_cmp_unsigned() 603 static int __kprobes trap_compare(long v1, long v2) in trap_compare()
|
/linux-4.1.27/drivers/media/usb/gspca/ |
D | xirlink_cit.c | 813 static void cit_model2_Packet1(struct gspca_dev *gspca_dev, u16 v1, u16 v2) in cit_model2_Packet1() 834 static void cit_model3_Packet1(struct gspca_dev *gspca_dev, u16 v1, u16 v2) in cit_model3_Packet1() 843 static void cit_model4_Packet1(struct gspca_dev *gspca_dev, u16 v1, u16 v2) in cit_model4_Packet1()
|
D | w996Xcf.c | 362 v1 = u1 + hw_bufsize / 4; in w9968cf_init() local
|
/linux-4.1.27/drivers/isdn/hisax/ |
D | isac.c | 189 u_char exval, v1; in isac_interrupt() local
|
D | icc.c | 186 u_char exval, v1; in icc_interrupt() local
|
D | w6692.c | 405 u_char val, exval, v1; in W6692_interrupt() local
|
/linux-4.1.27/arch/ia64/kernel/ |
D | patch.c | 47 u64 m0, m1, v0, v1, b0, b1, *b = (u64 *) (insn_addr & -16); in ia64_patch() local
|
/linux-4.1.27/drivers/hwmon/ |
D | max1111.c | 55 uint8_t v1, v2; in max1111_read() local
|
D | nct7802.c | 167 unsigned int v1, v2; in nct7802_read_voltage() local
|
/linux-4.1.27/arch/x86/platform/uv/ |
D | bios_uv.c | 90 u64 v0, v1; in uv_bios_get_sn_info() local
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8821ae/ |
D | phy.c | 40 #define READ_NEXT_PAIR(array_table, v1, v2, i) \ argument 1708 u32 i, v1, v2; in _rtl8821ae_phy_config_mac_with_headerfile() local 1763 u32 v1 = 0, v2 = 0; in _rtl8821ae_phy_config_bb_with_headerfile() local 1919 u32 v1, v2, v3, v4, v5, v6; in _rtl8821ae_phy_config_bb_with_pgheaderfile() local 1994 u32 v1 = 0, v2 = 0; in rtl8812ae_phy_config_rf_with_headerfile() local 2085 #define READ_NEXT_RF_PAIR(v1, v2, i) \ in rtl8821ae_phy_config_rf_with_headerfile() argument 2099 u32 v1 = 0, v2 = 0; in rtl8821ae_phy_config_rf_with_headerfile() local
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ee/ |
D | phy.c | 697 #define READ_NEXT_PAIR(v1, v2, i) \ argument 711 u32 v1 = 0, v2 = 0; in phy_config_bb_with_hdr_file() local 895 u32 v1 = 0, v2 = 0, v3 = 0, v4 = 0, v5 = 0, v6 = 0; in phy_config_bb_with_pghdrfile() local 922 #define READ_NEXT_RF_PAIR(v1, v2, i) \ argument 936 u32 v1 = 0, v2 = 0; in rtl92ee_phy_config_rf_with_headerfile() local
|
/linux-4.1.27/drivers/video/fbdev/sis/ |
D | sis_main.c | 4313 u8 reg, v1, v2, v3, v4, v5, v6, v7, v8; in sisfb_post_sis300() local 4847 u8 v1, v2, v3; in sisfb_post_xgi_setclocks() local 4904 u8 v1; in sisfb_post_xgi_ddr2_mrs_default() local 4995 u8 v1; in sisfb_post_xgi_ddr2() local 5032 u8 v1; in sisfb_post_xgi_ramtype() local 5072 u8 v1, v2, v3, v4, v5, reg, ramtype; in sisfb_post_xgi() local
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/ |
D | mc5.c | 100 static inline void dbgi_wr_data3(struct adapter *adapter, u32 v1, u32 v2, in dbgi_wr_data3()
|
/linux-4.1.27/arch/mips/boot/ |
D | elf2ecoff.c | 118 static int phcmp(const void *v1, const void *v2) in phcmp()
|
/linux-4.1.27/arch/arm/mach-pxa/ |
D | viper.c | 119 u8 v1, v2; in viper_hw_version() local
|
/linux-4.1.27/fs/adfs/ |
D | super.c | 75 unsigned int v0, v1, v2, v3; in adfs_calczonecheck() local
|
/linux-4.1.27/include/scsi/ |
D | osd_protocol.h | 163 } __packed v1; member 232 struct osdv1_security_parameters v1; member 251 struct osdv1_cdb v1; member
|
/linux-4.1.27/arch/um/drivers/ |
D | cow_user.c | 112 struct cow_header_v1 v1; member
|
/linux-4.1.27/drivers/scsi/cxgbi/ |
D | libcxgbi.h | 622 u32 v1 = sw_tag & ((1 << shift) - 1); in cxgbi_set_non_ddp_tag() local 637 u32 v1 = sw_tag & mask; in cxgbi_ddp_tag_base() local 661 u32 v1, v2; in cxgbi_tag_nonrsvd_bits() local
|
/linux-4.1.27/drivers/media/pci/tw68/ |
D | tw68-video.c | 694 int v1 = tw_readb(TW68_STATUS1); in tw68_enum_input() local
|
/linux-4.1.27/tools/testing/selftests/net/ |
D | psock_tpacket.c | 101 } *v1; member
|
/linux-4.1.27/drivers/net/wireless/b43legacy/ |
D | main.c | 437 u16 v1; in b43legacy_tsf_read() local 505 u16 v1 = (tsf & 0x00000000FFFF0000ULL) >> 16; in b43legacy_tsf_write_locked() local 735 u32 v1; in handle_irq_transmit_status() local
|
D | phy.c | 1782 s8 v1; in b43legacy_phy_xmitpower() local
|
/linux-4.1.27/drivers/input/mouse/ |
D | sentelic.c | 308 int v0, v1, v2; in fsp_get_sn() local
|
/linux-4.1.27/arch/tile/include/hv/ |
D | drv_xgbe_intf.h | 582 lepp_qsub(int v1, int v2) in lepp_qsub()
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
D | jr3_pci.h | 60 s32 v1; member
|
/linux-4.1.27/arch/s390/include/asm/ |
D | etr.h | 62 unsigned int v1 : 1; /* validity bit ETR data frame 1 */ member
|
/linux-4.1.27/drivers/video/console/ |
D | vgacon.c | 155 unsigned int v1, v2; in write_vga() local
|
/linux-4.1.27/drivers/isdn/hardware/mISDN/ |
D | w6692.c | 407 u8 exval, v1, cir; in handle_statusD() local
|
/linux-4.1.27/drivers/scsi/libfc/ |
D | fc_lport.c | 304 struct timespec v0, v1; in fc_get_host_stats() local
|
/linux-4.1.27/drivers/xen/ |
D | grant-table.c | 73 struct grant_entry_v1 *v1; member
|
/linux-4.1.27/arch/powerpc/perf/ |
D | hv-24x7.c | 512 static int ev_uniq_ord(const void *v1, size_t s1, unsigned d1, const void *v2, in ev_uniq_ord()
|
/linux-4.1.27/arch/x86/crypto/ |
D | camellia-aesni-avx-asm_64.S | 267 #define rol32_1_16(v0, v1, v2, v3, t0, t1, t2, zero) \ argument
|
D | camellia-aesni-avx2-asm_64.S | 306 #define rol32_1_32(v0, v1, v2, v3, t0, t1, t2, zero) \ argument
|
/linux-4.1.27/drivers/net/wireless/p54/ |
D | lmac.h | 144 } __packed v1; member 306 } __packed v1; member
|
/linux-4.1.27/drivers/platform/x86/ |
D | sony-laptop.c | 3596 u8 v1, v2; in sony_pic_call1() local 3609 u8 v1; in sony_pic_call2() local 3624 u8 v1; in sony_pic_call3() local
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | exynos_drm_fimc.c | 595 u32 cfg, h1, h2, v1, v2; in fimc_set_window() local
|
/linux-4.1.27/fs/ncpfs/ |
D | ncplib_kernel.c | 765 static inline void ConvertToNWfromDWORD(__u16 v0, __u16 v1, __u8 ret[6]) in ConvertToNWfromDWORD()
|
/linux-4.1.27/drivers/net/can/spi/ |
D | mcp251x.c | 354 uint8_t *v1, uint8_t *v2) in mcp251x_read_2regs()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | ramgk104.c | 212 u8 v1 = next->bios.ramcfg_11_03_30; in r1373f4_fini() local
|
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/ |
D | smd.c | 931 struct wcn36xx_hal_config_sta_params_v1 *v1) in wcn36xx_smd_convert_sta_to_v1()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_main.c | 1921 u32 v1, v2, lp_count, hp_count; in cxgb4_dbfifo_count() local 2196 u32 v1, v2, lp_count, hp_count; in drain_db_fifo() local
|
/linux-4.1.27/drivers/media/pci/saa7134/ |
D | saa7134-video.c | 1390 int v1 = saa_readb(SAA7134_STATUS_VIDEO1); in saa7134_enum_input() local
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/ |
D | iwl-fw-file.h | 82 } v1; member
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | nv50.c | 987 struct nv50_disp_mthd_v1 v1; in nv50_disp_main_mthd() member
|
/linux-4.1.27/drivers/hwmon/pmbus/ |
D | pmbus_core.c | 727 long v1, v2; in pmbus_get_boolean() local
|
/linux-4.1.27/arch/mips/cavium-octeon/ |
D | octeon-irq.c | 1556 u32 v0, v1; in octeon_irq_init_gpio() local
|
/linux-4.1.27/fs/ceph/ |
D | mds_client.c | 2728 struct ceph_mds_cap_reconnect_v1 v1; in encode_caps_cb() member
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | ppc_asm.h | 641 #define v1 1 macro
|
/linux-4.1.27/drivers/net/ethernet/sun/ |
D | niu.c | 4079 u64 v0, u64 v1, u64 v2) in niu_slowpath_interrupt() 4201 u64 v0, u64 v1, u64 v2) in niu_schedule_napi() 4218 u64 v0, v1, v2; in niu_interrupt() local
|
D | niu.h | 3173 u64 v0, v1, v2; member
|
/linux-4.1.27/fs/fuse/ |
D | file.c | 319 u32 v1 = v >> 32; in fuse_lock_owner_id() local
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | sal.h | 110 unsigned long v1; member
|
D | pal.h | 781 u64 v1; member
|
/linux-4.1.27/drivers/net/wireless/b43/ |
D | main.c | 1340 u32 v0, v1; in handle_irq_transmit_status() local
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
D | wmi.c | 209 struct wmi_tx_meta_v1 *v1; in ath6kl_wmi_meta_add() local
|
/linux-4.1.27/fs/ntfs/ |
D | layout.h | 890 } __attribute__ ((__packed__)) v1; member
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/ |
D | main.c | 3752 u32 v1, v2; in brcms_c_set_ps_ctrl() local
|
/linux-4.1.27/drivers/video/fbdev/mmp/hw/ |
D | mmp_ctrl.h | 320 #define CFG_CKEY_V1(v1) ((v1)<<16) argument
|
/linux-4.1.27/fs/nfsd/ |
D | nfs4state.c | 1878 same_verf(nfs4_verifier *v1, nfs4_verifier *v2) in same_verf()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/phy/ |
D | phy_n.c | 21353 u16 v0 = 0x211, v1 = 0x222, v2 = 0x144, v3 = 0x188; in wlc_phy_antsel_init() local
|
/linux-4.1.27/drivers/net/wireless/iwlegacy/ |
D | common.h | 758 } v1; member
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | wmi.h | 2303 struct wmi_mgmt_rx_hdr_v1 v1; member
|