/linux-4.1.27/arch/mips/include/asm/sibyte/ |
D | board.h | 42 #define setleds(t0, t1, c0, c1, c2, c3) \ argument 53 #define setleds(t0, t1, c0, c1, c2, c3) argument
|
/linux-4.1.27/drivers/char/ |
D | nwflash.c | 62 volatile unsigned int c1, c2; in get_flash_id() local 322 volatile unsigned int c1; in erase_block() local 427 volatile unsigned int c1; in write_block() local 563 char c, c1; in write_block() local
|
/linux-4.1.27/fs/hpfs/ |
D | anode.c | 20 int c1, c2 = 0; in hpfs_bplus_lookup() local 70 int c1, c2 = 0; in hpfs_add_sector_to_btree() local 282 int c1, c2 = 0; in hpfs_remove_btree() local 406 int c1, c2 = 0; in hpfs_truncate_btree() local
|
D | dnode.c | 247 int c1, c2 = 0; in hpfs_add_to_dnode() local 393 int c1, c2 = 0; in hpfs_add_dirent() local 439 int c1, c2 = 0; in move_to_top() local 523 int c1, c2 = 0; in delete_empty_dnode() local 748 int c1, c2 = 0; in hpfs_count_dnodes() local 822 int c1, c2 = 0; in hpfs_de_as_down_as_possible() local 914 int c1, c2 = 0; in map_dirent() local 1008 int c1, c2 = 0; in map_fnode_dirent() local
|
D | dir.c | 69 int c1, c2 = 0; in hpfs_readdir() local
|
D | name.c | 82 unsigned char c1 = upcase(hpfs_sb(s)->sb_cp_table,n1[i]); in hpfs_compare_names() local
|
D | super.c | 100 int hpfs_stop_cycles(struct super_block *s, int key, int *c1, int *c2, in hpfs_stop_cycles()
|
/linux-4.1.27/fs/hfsplus/ |
D | unicode.c | 34 u16 len1, len2, c1, c2; in hfsplus_strcasecmp() local 67 u16 len1, len2, c1, c2; in hfsplus_strcmp() local 128 u16 cc, c0, c1; in hfsplus_uni2asc() local 396 u16 c1, c2; in hfsplus_compare_dentry() local
|
/linux-4.1.27/fs/ntfs/ |
D | unistr.c | 103 u16 c1, c2; in ntfs_collate_names() local 151 u16 c1, c2; in ntfs_ucsncmp() local 189 u16 c1, c2; in ntfs_ucsncasecmp() local
|
/linux-4.1.27/security/selinux/ss/ |
D | context.h | 97 static inline int mls_context_cmp(struct context *c1, struct context *c2) in mls_context_cmp() 150 static inline int context_cmp(struct context *c1, struct context *c2) in context_cmp()
|
D | avtab.c | 33 static const u32 c1 = 0xcc9e2d51; in avtab_hash() local
|
/linux-4.1.27/lib/ |
D | string.c | 40 unsigned char c1, c2; in strncasecmp() local 65 int c1, c2; in strcasecmp() local 234 unsigned char c1, c2; in strcmp() local 258 unsigned char c1, c2; in strncmp() local
|
/linux-4.1.27/arch/mips/lib/ |
D | dump_tlb.c | 53 unsigned int s_index, s_pagemask, pagemask, c0, c1, i; in dump_tlb() local
|
/linux-4.1.27/arch/x86/boot/ |
D | string.c | 44 unsigned char c1, c2; in strncmp() local
|
/linux-4.1.27/arch/arm/boot/compressed/ |
D | string.c | 83 unsigned char c1, c2; in strcmp() local
|
/linux-4.1.27/drivers/leds/ |
D | leds-tca6507.c | 218 int c1, c2; in choose_times() local 326 int c1, c2; in set_times() local 393 int c1, c2; in led_prepare() local
|
/linux-4.1.27/drivers/media/platform/marvell-ccic/ |
D | cafe-driver.c | 154 int c1; in cafe_smbus_write_done() local 231 int c1; in cafe_smbus_read_done() local
|
/linux-4.1.27/sound/i2c/other/ |
D | ak4114.c | 517 unsigned char c0, unsigned char c1) in ak4114_notify() 576 unsigned char c0, c1; in snd_ak4114_check_rate_and_errors() local
|
D | ak4117.c | 463 unsigned char c0, c1; in snd_ak4117_check_rate_and_errors() local
|
D | ak4113.c | 545 unsigned char c0, c1; in snd_ak4113_check_rate_and_errors() local
|
/linux-4.1.27/sound/pcmcia/pdaudiocf/ |
D | pdaudiocf_core.c | 173 static void snd_pdacf_ak4117_change(struct ak4117 *ak4117, unsigned char c0, unsigned char c1) in snd_pdacf_ak4117_change()
|
/linux-4.1.27/drivers/acpi/acpica/ |
D | utstring.c | 105 int c1; in acpi_ut_stricmp() local
|
/linux-4.1.27/fs/adfs/ |
D | dir.c | 112 char c1, c2; in adfs_match() local
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/volt/ |
D | gk20a.c | 29 int c1; member
|
/linux-4.1.27/drivers/usb/serial/ |
D | ipw.c | 62 #define CHAR2INT16(c1, c0) (((u32)((c1) & 0xff) << 8) + (u32)((c0) & 0xff)) argument
|
/linux-4.1.27/tools/power/cpupower/utils/helpers/ |
D | bitmask.c | 202 const char *c1, *c2; /* next tokens after '-' or ',' */ in bitmask_parselist() local
|
/linux-4.1.27/drivers/media/usb/pvrusb2/ |
D | pvrusb2-std.c | 192 unsigned int c1,c2; in pvr2_std_id_to_str() local
|
D | pvrusb2-hdw.c | 751 struct v4l2_ext_control c1; in ctrl_cx2341x_get() local 769 struct v4l2_ext_control c1; in ctrl_cx2341x_set() local 3101 struct v4l2_ext_control c1; in pvr2_hdw_commit_execute() local 3163 struct v4l2_ext_control c1; in pvr2_hdw_commit_execute() local
|
D | pvrusb2-v4l2.c | 1110 int c1,c2; in pvr2_v4l2_read() local
|
/linux-4.1.27/fs/ubifs/ |
D | super.c | 2078 struct ubifs_info *c1 = data; in sb_test() local 2128 struct ubifs_info *c1 = sb->s_fs_info; in ubifs_mount() local
|
/linux-4.1.27/arch/powerpc/platforms/86xx/ |
D | mpc8610_hpcd.c | 150 #define MAKE_AD(alpha, red, blue, green, size, c0, c1, c2, c3) \ argument
|
/linux-4.1.27/scripts/ |
D | pnmtologo.c | 223 static inline int is_equal(struct color c1, struct color c2) in is_equal()
|
/linux-4.1.27/arch/mips/alchemy/devboards/ |
D | db1000.c | 498 int c0, c1, d0, d1, s0, s1, flashsize = 32, twosocks = 1; in db1000_dev_setup() local
|
/linux-4.1.27/tools/perf/util/ |
D | help.c | 251 const struct cmdname *const *c1 = p1, *const *c2 = p2; in levenshtein_compare() local
|
/linux-4.1.27/drivers/misc/ |
D | tsl2550.c | 162 u16 c1 = count_lut[ch1]; in tsl2550_calculate_lux() local
|
/linux-4.1.27/drivers/block/paride/ |
D | pd.c | 318 static void pd_send_command(struct pd_unit *disk, int n, int s, int h, int c0, int c1, int func) in pd_send_command() 333 int c1, c0, h, s; in pd_ide_command() local
|
/linux-4.1.27/arch/powerpc/platforms/85xx/ |
D | p1022_ds.c | 102 #define MAKE_AD(alpha, red, blue, green, size, c0, c1, c2, c3) \ argument
|
/linux-4.1.27/drivers/net/ethernet/ti/ |
D | netcp_xgbepcsr.c | 437 int lane, int cm, int c1, int c2) in netcp_xgbe_serdes_setup_cm_c1_c2()
|
/linux-4.1.27/tools/perf/tests/ |
D | code-reading.c | 50 char c1, c2; in read_objdump_line() local
|
/linux-4.1.27/fs/cifs/ |
D | dir.c | 876 wchar_t c1, c2; in cifs_ci_compare() local
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | object.h | 193 unsigned char c1, c2; in nv_memcmp() local
|
/linux-4.1.27/net/wireless/ |
D | chan.c | 186 cfg80211_chandef_compatible(const struct cfg80211_chan_def *c1, in cfg80211_chandef_compatible()
|
/linux-4.1.27/security/tomoyo/ |
D | util.c | 352 static inline u8 tomoyo_make_byte(const u8 c1, const u8 c2, const u8 c3) in tomoyo_make_byte()
|
/linux-4.1.27/sound/pci/ice1712/ |
D | juli.c | 568 unsigned char c1) in juli_ak4114_change()
|
D | quartet.c | 951 unsigned char c1) in qtet_ak4113_change()
|
/linux-4.1.27/include/uapi/linux/android/ |
D | binder.h | 26 #define B_PACK_CHARS(c1, c2, c3, c4) \ argument
|
/linux-4.1.27/drivers/thermal/ |
D | imx_thermal.c | 100 u32 c1, c2; /* See formula in imx_get_sensor_data() */ member
|
/linux-4.1.27/drivers/mtd/ubi/ |
D | io.c | 1356 uint8_t c1 = ((uint8_t *)buf1)[i]; in self_check_write() local
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
D | rxon.c | 868 #define CHK_NEQ(c1, c2) \ in iwl_full_rxon_required() argument
|
/linux-4.1.27/sound/usb/usx2y/ |
D | usbusx2yaudio.c | 568 char c1, c2; member
|
/linux-4.1.27/drivers/staging/rtl8723au/hal/ |
D | HalDMOutSrc8723A_CE.c | 666 static bool _PHY_SimularityCompare(struct rtw_adapter *pAdapter, int result[][8], u8 c1, u8 c2) in _PHY_SimularityCompare()
|
/linux-4.1.27/sound/core/ |
D | init.c | 83 char c1 = *s1++; in module_slot_match() local
|
/linux-4.1.27/arch/x86/kernel/ |
D | smpboot.c | 317 #define link_mask(_m, c1, c2) \ argument
|
D | hpet.c | 1019 static inline int hpet_cnt_ahead(u32 c1, u32 c2) in hpet_cnt_ahead()
|
/linux-4.1.27/drivers/hwmon/ |
D | sht15.c | 663 const int c1 = -4; in sht15_calc_humid() local
|
/linux-4.1.27/drivers/staging/netlogic/ |
D | xlr_net.c | 574 int b1, b2, c1, c2, i, j, k; in xlr_config_translate_table() local
|
/linux-4.1.27/arch/cris/arch-v10/drivers/ |
D | sync_serial.c | 981 unsigned long c, c1; in sync_serial_write() local
|
/linux-4.1.27/drivers/net/wireless/b43/ |
D | phy_lp.c | 1630 struct lpphy_rx_iq_comp { u8 chan; s8 c1, c0; }; member 1712 u16 c0, c1; in lpphy_calc_rx_iq_comp() local
|
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
D | hdmi5_core.h | 292 u16 c1, c2, c3, c4; member
|
/linux-4.1.27/drivers/net/plip/ |
D | plip.c | 486 unsigned char c0, c1; in plip_receive() local
|
/linux-4.1.27/drivers/video/fbdev/aty/ |
D | radeon_base.c | 2147 unsigned char c1, c2; in radeonfb_pci_register() local
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723ae/ |
D | phy.c | 1109 long result[][8], u8 c1, u8 c2) in _rtl8723e_phy_simularity_compare()
|
/linux-4.1.27/arch/x86/crypto/ |
D | camellia-aesni-avx-asm_64.S | 431 #define byteslice_16x16b(a0, b0, c0, d0, a1, b1, c1, d1, a2, b2, c2, d2, a3, \ argument
|
D | camellia-aesni-avx2-asm_64.S | 470 #define byteslice_16x16b_fast(a0, b0, c0, d0, a1, b1, c1, d1, a2, b2, c2, d2, \ argument
|
/linux-4.1.27/drivers/staging/rtl8188eu/hal/ |
D | phy.c | 986 u8 c1, u8 c2) in simularity_compare()
|
/linux-4.1.27/kernel/rcu/ |
D | rcutorture.c | 541 long c0, c1; in srcu_torture_stats() local
|
/linux-4.1.27/sound/soc/davinci/ |
D | davinci-mcasp.c | 1099 int c1, c, count = 0; in davinci_mcasp_hw_rule_channels() local
|
/linux-4.1.27/drivers/video/fbdev/ |
D | fsl-diu-fb.c | 951 #define MAKE_PF(alpha, red, green, blue, size, c0, c1, c2, c3) \ in fsl_diu_get_pixel_format() argument
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192c/ |
D | phy_common.c | 1172 long result[][8], u8 c1, u8 c2) in _rtl92c_phy_simularity_compare()
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event_intel.c | 2101 struct event_constraint *c1 = NULL; in intel_get_event_constraints() local
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8723be/ |
D | phy.c | 2002 long result[][8], u8 c1, u8 c2) in _rtl8723be_phy_simularity_compare()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8188ee/ |
D | phy.c | 1655 long result[][8], u8 c1, u8 c2) in _rtl88e_phy_simularity_compare()
|
/linux-4.1.27/security/selinux/ |
D | selinuxfs.c | 800 int c1, c2; in sel_write_create() local
|
/linux-4.1.27/tools/power/x86/turbostat/ |
D | turbostat.c | 138 unsigned long long c1; member
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192ee/ |
D | phy.c | 2446 long result[][8], u8 c1, u8 c2) in _rtl92ee_phy_simularity_compare()
|
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8192de/ |
D | phy.c | 2110 long result[][8], u8 c1, u8 c2) in _rtl92d_phy_simularity_compare()
|
/linux-4.1.27/drivers/net/wireless/ |
D | mac80211_hwsim.c | 1042 static bool hwsim_chans_compat(struct ieee80211_channel *c1, in hwsim_chans_compat()
|
/linux-4.1.27/drivers/net/wireless/iwlegacy/ |
D | common.c | 3794 #define CHK_NEQ(c1, c2) \ in il_full_rxon_required() argument
|
/linux-4.1.27/drivers/firewire/ |
D | ohci.c | 1724 u32 c0, c1, c2; in get_cycle_time() local
|
/linux-4.1.27/net/bluetooth/ |
D | l2cap_core.c | 1747 struct l2cap_chan *c, *c1 = NULL; in l2cap_global_chan_by_psm() local
|
/linux-4.1.27/drivers/scsi/bfa/ |
D | bfa_fcs_lport.c | 5607 u8 *c0, *c1; in bfa_fcs_lport_scn_multiport_rscn() local
|