/linux-4.1.27/arch/ia64/include/asm/ |
D | unwind.h | 141 unw_get_ip (struct unw_frame_info *info, unsigned long *valp) in unw_get_ip() argument 143 *valp = (info)->ip; in unw_get_ip() 148 unw_get_sp (struct unw_frame_info *info, unsigned long *valp) in unw_get_sp() argument 150 *valp = (info)->sp; in unw_get_sp() 155 unw_get_psp (struct unw_frame_info *info, unsigned long *valp) in unw_get_psp() argument 157 *valp = (info)->psp; in unw_get_psp() 162 unw_get_bsp (struct unw_frame_info *info, unsigned long *valp) in unw_get_bsp() argument 164 *valp = (info)->bsp; in unw_get_bsp() 169 unw_get_cfm (struct unw_frame_info *info, unsigned long *valp) in unw_get_cfm() argument 171 *valp = *(info)->cfm_loc; in unw_get_cfm()
|
/linux-4.1.27/drivers/cpufreq/ |
D | pmac64-cpufreq.c | 346 const u32 *valp; in g5_neo2_cpufreq_init() local 364 valp = of_get_property(cpunode, "cpu-version", NULL); in g5_neo2_cpufreq_init() 365 if (!valp) { in g5_neo2_cpufreq_init() 369 pvr_hi = (*valp) >> 16; in g5_neo2_cpufreq_init() 434 valp = of_get_property(cpunode, "clock-frequency", NULL); in g5_neo2_cpufreq_init() 435 if (!valp) in g5_neo2_cpufreq_init() 437 max_freq = (*valp)/1000; in g5_neo2_cpufreq_init() 484 const u32 *valp; in g5_pm72_cpufreq_init() local 568 valp = of_get_property(cpunode, "clock-frequency", NULL); in g5_pm72_cpufreq_init() 569 if (!valp) { in g5_pm72_cpufreq_init() [all …]
|
D | maple-cpufreq.c | 162 const u32 *valp; in maple_cpufreq_init() local 210 valp = of_get_property(cpunode, "clock-frequency", NULL); in maple_cpufreq_init() 211 if (!valp) in maple_cpufreq_init() 213 max_freq = (*valp)/1000; in maple_cpufreq_init()
|
/linux-4.1.27/drivers/macintosh/ |
D | mac_hid.c | 188 int *valp = table->data; in mac_hid_toggle_emumouse() local 189 int old_val = *valp; in mac_hid_toggle_emumouse() 198 if (rc == 0 && write && *valp != old_val) { in mac_hid_toggle_emumouse() 199 if (*valp == 1) in mac_hid_toggle_emumouse() 201 else if (*valp == 0) in mac_hid_toggle_emumouse() 209 *valp = old_val; in mac_hid_toggle_emumouse()
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | kprobes.c | 49 #define READ_BYTE(p, valp) \ argument 50 do { *(u8 *)(valp) = *(u8 *)(p); } while (0) 52 #define READ_WORD16(p, valp) \ argument 54 READ_BYTE((p), (valp)); \ 55 READ_BYTE((u8 *)(p) + 1, (u8 *)(valp) + 1); \ 58 #define READ_WORD32(p, valp) \ argument 60 READ_BYTE((p), (valp)); \ 61 READ_BYTE((u8 *)(p) + 1, (u8 *)(valp) + 1); \ 62 READ_BYTE((u8 *)(p) + 2, (u8 *)(valp) + 2); \ 63 READ_BYTE((u8 *)(p) + 3, (u8 *)(valp) + 3); \
|
/linux-4.1.27/scripts/ |
D | unifdef.c | 825 eval_unary(const struct ops *ops, int *valp, const char **cpp) in eval_unary() argument 837 lt = eval_unary(ops, valp, &cp); in eval_unary() 841 *valp = !*valp; in eval_unary() 842 lt = *valp ? LT_TRUE : LT_FALSE; in eval_unary() 847 lt = eval_table(eval_ops, valp, &cp); in eval_unary() 855 *valp = strtol(cp, &ep, 0); in eval_unary() 858 lt = *valp ? LT_TRUE : LT_FALSE; in eval_unary() 873 *valp = (value[sym] != NULL); in eval_unary() 874 lt = *valp ? LT_TRUE : LT_FALSE; in eval_unary() 889 *valp = 0; in eval_unary() [all …]
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/ |
D | cphy.h | 111 unsigned int *valp) in cphy_mdio_read() argument 115 *valp = (rc >= 0) ? rc : -1; in cphy_mdio_read() 127 unsigned int *valp) in simple_mdio_read() argument 129 return cphy_mdio_read(cphy, MDIO_DEVAD_NONE, reg, valp); in simple_mdio_read()
|
D | espi.c | 345 int t1_espi_get_mon_t204(adapter_t *adapter, u32 *valp, u8 wait) in t1_espi_get_mon_t204() argument 361 for (i = 0 ; i < nport; i++, valp++) { in t1_espi_get_mon_t204() 366 *valp = readl(adapter->regs + A_ESPI_SCH_TOKEN3); in t1_espi_get_mon_t204()
|
D | subr.c | 110 int __t1_tpi_read(adapter_t *adapter, u32 addr, u32 *valp) in __t1_tpi_read() argument 123 *valp = readl(adapter->regs + A_TPI_RD_DATA); in __t1_tpi_read() 127 int t1_tpi_read(adapter_t *adapter, u32 addr, u32 *valp) in t1_tpi_read() argument 132 ret = __t1_tpi_read(adapter, addr, valp); in t1_tpi_read()
|
D | common.h | 325 int __t1_tpi_read(adapter_t *adapter, u32 addr, u32 *valp);
|
/linux-4.1.27/sound/synth/emux/ |
D | emux_effect.c | 100 effect_set_byte(unsigned char *valp, struct snd_midi_channel *chan, int type) in effect_set_byte() argument 108 effect += *(char*)valp; in effect_set_byte() 110 effect += *valp; in effect_set_byte() 116 *valp = (unsigned char)effect; in effect_set_byte() 121 effect_set_word(unsigned short *valp, struct snd_midi_channel *chan, int type) in effect_set_word() argument 128 effect += *valp; in effect_set_word() 133 *valp = (unsigned short)effect; in effect_set_word()
|
/linux-4.1.27/tools/perf/util/ |
D | perf_regs.h | 11 int perf_reg_value(u64 *valp, struct regs_dump *regs, int id); 22 static inline int perf_reg_value(u64 *valp __maybe_unused, in perf_reg_value()
|
D | unwind-libunwind.c | 429 unw_word_t addr, unw_word_t *valp, in access_mem() argument 440 *valp = 0; in access_mem() 455 ret = access_dso_mem(ui, addr, valp); in access_mem() 460 *valp = 0; in access_mem() 467 *valp = *(unw_word_t *)&stack->data[offset]; in access_mem() 469 (void *) addr, (unsigned long)*valp, offset); in access_mem() 474 unw_regnum_t regnum, unw_word_t *valp, in access_reg() argument 488 *valp = 0; in access_reg() 502 *valp = (unw_word_t) val; in access_reg() 503 pr_debug("unwind: reg %d, val %lx\n", regnum, (unsigned long)*valp); in access_reg()
|
D | perf_regs.c | 5 int perf_reg_value(u64 *valp, struct regs_dump *regs, int id) in perf_reg_value() argument 25 *valp = regs->cache_regs[id]; in perf_reg_value()
|
/linux-4.1.27/arch/mips/dec/ |
D | tc.c | 30 int tc_preadb(u8 *valp, void __iomem *addr) in tc_preadb() argument 32 return get_dbe(*valp, (u8 *)addr); in tc_preadb()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_sysctl.c | 34 int c, ret, *valp = ctl->data; in xfs_stats_clear_proc_handler() local 39 if (!ret && write && *valp) { in xfs_stats_clear_proc_handler() 64 int ret, *valp = ctl->data; in xfs_panic_mask_proc_handler() local 68 xfs_panic_mask = *valp; in xfs_panic_mask_proc_handler()
|
/linux-4.1.27/sound/pci/hda/ |
D | patch_ca0132.c | 2928 long *valp = ucontrol->value.integer.value; in tuning_ctl_get() local 2931 *valp = spec->cur_ctl_vals[idx]; in tuning_ctl_get() 2954 long *valp = ucontrol->value.integer.value; in voice_focus_ctl_put() local 2959 if (spec->cur_ctl_vals[idx] == *valp) in voice_focus_ctl_put() 2962 spec->cur_ctl_vals[idx] = *valp; in voice_focus_ctl_put() 2964 idx = *valp - 20; in voice_focus_ctl_put() 2989 long *valp = ucontrol->value.integer.value; in mic_svm_ctl_put() local 2994 if (spec->cur_ctl_vals[idx] == *valp) in mic_svm_ctl_put() 2997 spec->cur_ctl_vals[idx] = *valp; in mic_svm_ctl_put() 2999 idx = *valp; in mic_svm_ctl_put() [all …]
|
D | hda_beep.c | 335 long *valp = ucontrol->value.integer.value; in snd_hda_mixer_amp_switch_put_beep() local 337 enable |= *valp; in snd_hda_mixer_amp_switch_put_beep() 338 valp++; in snd_hda_mixer_amp_switch_put_beep() 341 enable |= *valp; in snd_hda_mixer_amp_switch_put_beep()
|
D | hda_codec.c | 1575 long *valp = ucontrol->value.integer.value; in snd_hda_mixer_amp_volume_get() local 1578 *valp++ = read_amp_value(codec, nid, 0, dir, idx, ofs); in snd_hda_mixer_amp_volume_get() 1580 *valp = read_amp_value(codec, nid, 1, dir, idx, ofs); in snd_hda_mixer_amp_volume_get() 1602 long *valp = ucontrol->value.integer.value; in snd_hda_mixer_amp_volume_put() local 1606 change = update_amp_value(codec, nid, 0, dir, idx, ofs, *valp); in snd_hda_mixer_amp_volume_put() 1607 valp++; in snd_hda_mixer_amp_volume_put() 1610 change |= update_amp_value(codec, nid, 1, dir, idx, ofs, *valp); in snd_hda_mixer_amp_volume_put() 2209 long *valp = ucontrol->value.integer.value; in snd_hda_mixer_amp_switch_get() local 2212 *valp++ = (snd_hda_codec_amp_read(codec, nid, 0, dir, idx) & in snd_hda_mixer_amp_switch_get() 2215 *valp = (snd_hda_codec_amp_read(codec, nid, 1, dir, idx) & in snd_hda_mixer_amp_switch_get() [all …]
|
D | hda_sysfs.c | 472 int snd_hda_get_int_hint(struct hda_codec *codec, const char *key, int *valp) in snd_hda_get_int_hint() argument 485 *valp = val; in snd_hda_get_int_hint()
|
D | hda_local.h | 637 int snd_hda_get_int_hint(struct hda_codec *codec, const char *key, int *valp); 652 int snd_hda_get_int_hint(struct hda_codec *codec, const char *key, int *valp) in snd_hda_get_int_hint() argument
|
D | patch_sigmatel.c | 560 int *valp) in get_int_hint() argument 562 return !snd_hda_get_int_hint(codec, key, valp); in get_int_hint()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_param.h | 58 int class_find_param(char *buf, char *key, char **valp); 62 int class_match_param(char *buf, char *key, char **valp);
|
/linux-4.1.27/arch/arm64/kvm/ |
D | guest.c | 80 void *valp = &tmp; in set_core_reg() local 93 if (copy_from_user(valp, uaddr, KVM_REG_SIZE(reg->id))) { in set_core_reg() 99 u32 mode = (*(u32 *)valp) & COMPAT_PSR_MODE_MASK; in set_core_reg() 117 memcpy((u32 *)regs + off, valp, KVM_REG_SIZE(reg->id)); in set_core_reg()
|
/linux-4.1.27/kernel/ |
D | sysctl.c | 1974 int *valp, in do_proc_dointvec_conv() argument 1981 *valp = -*lvalp; in do_proc_dointvec_conv() 1985 *valp = *lvalp; in do_proc_dointvec_conv() 1988 int val = *valp; in do_proc_dointvec_conv() 2005 int (*conv)(bool *negp, unsigned long *lvalp, int *valp, in __do_proc_dointvec() argument 2103 int (*conv)(bool *negp, unsigned long *lvalp, int *valp, in do_proc_dointvec() argument 2183 int *valp, in do_proc_dointvec_minmax_conv() argument 2192 *valp = val; in do_proc_dointvec_minmax_conv() 2194 int val = *valp; in do_proc_dointvec_minmax_conv() 2420 int *valp, in do_proc_dointvec_jiffies_conv() argument [all …]
|
/linux-4.1.27/include/linux/ |
D | genl_magic_func.h | 54 const char *name, void *valp) in dprint_field() argument 56 __u64 val = valp ? *(__u32 *)valp : 1; in dprint_field() 65 val = *(__u64*)valp; in dprint_field()
|
D | tc.h | 137 extern int tc_preadb(u8 *valp, void __iomem *addr);
|
/linux-4.1.27/arch/tile/kernel/ |
D | pci.c | 515 HV_VirtAddr valp = (HV_VirtAddr)&val; in tile_cfg_write() local 537 valp += 4 - size; in tile_cfg_write() 541 valp, size, addr); in tile_cfg_write()
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | ip_vs_ctl.c | 1619 int *valp = table->data; in proc_do_defense_mode() local 1620 int val = *valp; in proc_do_defense_mode() 1624 if (write && (*valp != val)) { in proc_do_defense_mode() 1625 if ((*valp < 0) || (*valp > 3)) { in proc_do_defense_mode() 1627 *valp = val; in proc_do_defense_mode() 1639 int *valp = table->data; in proc_do_sync_threshold() local 1644 memcpy(val, valp, sizeof(val)); in proc_do_sync_threshold() 1647 if (write && (valp[0] < 0 || valp[1] < 0 || in proc_do_sync_threshold() 1648 (valp[0] >= valp[1] && valp[1]))) { in proc_do_sync_threshold() 1650 memcpy(valp, val, sizeof(val)); in proc_do_sync_threshold() [all …]
|
/linux-4.1.27/fs/fuse/ |
D | cuse.c | 215 static int cuse_parse_one(char **pp, char *end, char **keyp, char **valp) in cuse_parse_one() argument 233 if (valp) { in cuse_parse_one() 249 if (valp) in cuse_parse_one() 250 *valp = val; in cuse_parse_one()
|
/linux-4.1.27/include/linux/sunrpc/ |
D | xdr.h | 127 xdr_decode_hyper(__be32 *p, __u64 *valp) in xdr_decode_hyper() argument 129 *valp = get_unaligned_be64(p); in xdr_decode_hyper()
|
/linux-4.1.27/arch/powerpc/lib/ |
D | sstep.c | 1731 static __kprobes void do_signext(unsigned long *valp, int size) in do_signext() argument 1735 *valp = (signed short) *valp; in do_signext() 1738 *valp = (signed int) *valp; in do_signext() 1743 static __kprobes void do_byterev(unsigned long *valp, int size) in do_byterev() argument 1747 *valp = byterev_2(*valp); in do_byterev() 1750 *valp = byterev_4(*valp); in do_byterev() 1754 *valp = byterev_8(*valp); in do_byterev()
|
/linux-4.1.27/arch/powerpc/perf/ |
D | mpc7450-pmu.c | 155 unsigned long *valp) in mpc7450_get_constraint() argument 186 *valp = value; in mpc7450_get_constraint()
|
D | power7-pmu.c | 86 unsigned long *valp) in power7_get_constraint() argument 116 *valp = value; in power7_get_constraint()
|
D | power6-pmu.c | 271 unsigned long *valp) in p6_get_constraint() argument 300 *valp = value; in p6_get_constraint()
|
D | ppc970-pmu.c | 195 unsigned long *valp) in p970_get_constraint() argument 242 *valp = value; in p970_get_constraint()
|
D | power4-pmu.c | 255 unsigned long *valp) in p4_get_constraint() argument 318 *valp = value; in p4_get_constraint()
|
D | power5-pmu.c | 141 unsigned long *valp) in power5_get_constraint() argument 209 *valp = value; in power5_get_constraint()
|
D | power5+-pmu.c | 137 unsigned long *valp) in power5p_get_constraint() argument 187 *valp = value; in power5p_get_constraint()
|
D | power8-pmu.c | 285 static int power8_get_constraint(u64 event, unsigned long *maskp, unsigned long *valp) in power8_get_constraint() argument 396 *valp = value; in power8_get_constraint()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | perf_event_server.h | 38 unsigned long *valp);
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb3/ |
D | common.h | 562 unsigned int *valp) in t3_mdio_read() argument 565 *valp = (rc >= 0) ? rc : -1; in t3_mdio_read() 647 int polarity, int attempts, int delay, u32 *valp); 701 unsigned int n, unsigned int *valp);
|
D | t3_hw.c | 56 int polarity, int attempts, int delay, u32 *valp) in t3_wait_op_done_val() argument 62 if (valp) in t3_wait_op_done_val() 63 *valp = val; in t3_wait_op_done_val() 767 u32 *valp) in sf1_read() argument 778 *valp = t3_read_reg(adapter, A_SF_DATA); in sf1_read() 1147 unsigned int n, unsigned int *valp) in t3_cim_ctl_blk_read() argument 1159 *valp++ = t3_read_reg(adap, A_CIM_HOST_ACC_DATA); in t3_cim_ctl_blk_read()
|
/linux-4.1.27/net/ipv4/ |
D | devinet.c | 2060 int *valp = ctl->data; in devinet_sysctl_forward() local 2061 int val = *valp; in devinet_sysctl_forward() 2065 if (write && *valp != val) { in devinet_sysctl_forward() 2068 if (valp != &IPV4_DEVCONF_DFLT(net, FORWARDING)) { in devinet_sysctl_forward() 2071 *valp = val; in devinet_sysctl_forward() 2075 if (valp == &IPV4_DEVCONF_ALL(net, FORWARDING)) { in devinet_sysctl_forward() 2081 if (*valp) in devinet_sysctl_forward() 2103 int *valp = ctl->data; in ipv4_doint_and_flush() local 2104 int val = *valp; in ipv4_doint_and_flush() 2108 if (write && *valp != val) in ipv4_doint_and_flush()
|
/linux-4.1.27/drivers/mfd/ |
D | ab3100-core.c | 538 int valp; in ab3100_get_set_reg() local 550 valp = i; in ab3100_get_set_reg() 555 err = kstrtou8(&buf[valp], 16, &user_value); in ab3100_get_set_reg()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | obd_config.c | 57 int class_find_param(char *buf, char *key, char **valp) in class_find_param() argument 68 if (valp) in class_find_param() 69 *valp = ptr + strlen(key); in class_find_param() 185 int class_match_param(char *buf, char *key, char **valp) in class_match_param() argument 193 if (valp) in class_match_param() 194 *valp = buf + strlen(key); in class_match_param()
|
/linux-4.1.27/drivers/media/usb/pvrusb2/ |
D | pvrusb2-hdw-internal.h | 71 int *mskp,int *valp);
|
D | pvrusb2-hdw.c | 875 int *mskp,int *valp) in ctrl_std_sym_to_val() argument 882 if (valp) *valp = id; in ctrl_std_sym_to_val()
|
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4/ |
D | t4_hw.c | 57 int polarity, int attempts, int delay, u32 *valp) in t4_wait_op_done_val() argument 63 if (valp) in t4_wait_op_done_val() 64 *valp = val; in t4_wait_op_done_val() 1520 int lock, u32 *valp) in sf1_read() argument 1532 *valp = t4_read_reg(adapter, SF_DATA_A); in sf1_read() 3089 u32 *valp) in t4_read_rss_pf_config() argument 3092 valp, 1, TP_RSS_PF0_CONFIG_A + index); in t4_read_rss_pf_config() 3690 unsigned int mmd, unsigned int reg, u16 *valp) in t4_mdio_rd() argument 3705 *valp = ntohs(c.u.mdio.rval); in t4_mdio_rd() 5565 unsigned int *valp) in t4_cim_read() argument [all …]
|
D | cxgb4.h | 1208 u32 *valp); 1225 unsigned int *valp); 1227 const unsigned int *valp); 1294 unsigned int mmd, unsigned int reg, u16 *valp);
|
/linux-4.1.27/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_init.c | 316 u32 addr, u32 *valp) in do_rom_fast_read() argument 333 *valp = QLCRD32(adapter, QLCNIC_ROMUSB_ROM_RDATA, &err); in do_rom_fast_read() 373 int qlcnic_rom_fast_read(struct qlcnic_adapter *adapter, u32 addr, u32 *valp) in qlcnic_rom_fast_read() argument 380 ret = do_rom_fast_read(adapter, addr, valp); in qlcnic_rom_fast_read()
|
D | qlcnic.h | 1601 int qlcnic_rom_fast_read(struct qlcnic_adapter *adapter, u32 addr, u32 *valp);
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x.h | 174 #define REG_RD_DMAE(bp, offset, valp, len32) \ argument 177 memcpy(valp, bnx2x_sp(bp, wb_data[0]), (len32) * 4); \ 180 #define REG_WR_DMAE(bp, offset, valp, len32) \ argument 182 memcpy(bnx2x_sp(bp, wb_data[0]), valp, (len32) * 4); \ 187 #define REG_WR_DMAE_LEN(bp, offset, valp, len32) \ argument 188 REG_WR_DMAE(bp, offset, valp, len32)
|
/linux-4.1.27/drivers/staging/ste_rmi4/ |
D | synaptics_i2c_rmi4.c | 230 unsigned char *valp, int size) in synaptics_rmi4_i2c_block_read() argument 243 retval = i2c_smbus_read_i2c_block_data(i2c, index, size, valp); in synaptics_rmi4_i2c_block_read()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | prom_init.c | 2090 unsigned char *valp; in scan_dt_build_struct() local 2166 valp = make_room(mem_start, mem_end, l, 4); in scan_dt_build_struct() 2167 call_prom("getprop", 4, 1, node, pname, valp, l); in scan_dt_build_struct() 2186 valp = make_room(mem_start, mem_end, 4, 4); in scan_dt_build_struct() 2187 *(__be32 *)valp = cpu_to_be32(node); in scan_dt_build_struct()
|
/linux-4.1.27/drivers/net/ethernet/qlogic/netxen/ |
D | netxen_nic_init.c | 363 int addr, int *valp) in do_rom_fast_read() argument 378 *valp = NXRD32(adapter, NETXEN_ROMUSB_ROM_RDATA); in do_rom_fast_read() 416 int netxen_rom_fast_read(struct netxen_adapter *adapter, int addr, int *valp) in netxen_rom_fast_read() argument 423 ret = do_rom_fast_read(adapter, addr, valp); in netxen_rom_fast_read()
|
D | netxen_nic.h | 1754 int netxen_rom_fast_read(struct netxen_adapter *adapter, int addr, int *valp); 1885 int netxen_rom_fast_read(struct netxen_adapter *adapter, int addr, int *valp);
|
/linux-4.1.27/net/ipv6/ |
D | addrconf.c | 5090 int *valp = ctl->data; in addrconf_sysctl_forward() local 5091 int val = *valp; in addrconf_sysctl_forward() 5106 ret = addrconf_fixup_forwarding(ctl, valp, val); in addrconf_sysctl_forward() 5190 int *valp = ctl->data; in addrconf_sysctl_disable() local 5191 int val = *valp; in addrconf_sysctl_disable() 5206 ret = addrconf_disable_ipv6(ctl, valp, val); in addrconf_sysctl_disable() 5216 int *valp = ctl->data; in addrconf_sysctl_proxy_ndp() local 5220 old = *valp; in addrconf_sysctl_proxy_ndp() 5222 new = *valp; in addrconf_sysctl_proxy_ndp() 5230 if (valp == &net->ipv6.devconf_dflt->proxy_ndp) in addrconf_sysctl_proxy_ndp() [all …]
|
/linux-4.1.27/drivers/scsi/csiostor/ |
D | csio_hw.c | 134 int polarity, int attempts, int delay, uint32_t *valp) in csio_hw_wait_op_done_val() argument 141 if (valp) in csio_hw_wait_op_done_val() 142 *valp = val; in csio_hw_wait_op_done_val() 393 int32_t lock, uint32_t *valp) in csio_hw_sf1_read() argument 407 *valp = csio_rd_reg32(hw, SF_DATA_A); in csio_hw_sf1_read()
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
D | ipath_sysfs.c | 48 int ipath_parse_ushort(const char *str, unsigned short *valp) in ipath_parse_ushort() argument 66 *valp = val; in ipath_parse_ushort()
|
D | ipath_kernel.h | 918 int ipath_parse_ushort(const char *str, unsigned short *valp);
|
/linux-4.1.27/drivers/media/platform/ti-vpe/ |
D | vpe.c | 446 static void write_field(u32 *valp, u32 field, u32 mask, int shift) in write_field() argument 448 u32 val = *valp; in write_field() 452 *valp = val; in write_field()
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | qla_nx.c | 944 qla82xx_do_rom_fast_read(struct qla_hw_data *ha, int addr, int *valp) in qla82xx_do_rom_fast_read() argument 948 *valp = qla82xx_md_rw_32(ha, MD_DIRECT_ROM_READ_BASE + in qla82xx_do_rom_fast_read() 955 qla82xx_rom_fast_read(struct qla_hw_data *ha, int addr, int *valp) in qla82xx_rom_fast_read() argument 973 ret = qla82xx_do_rom_fast_read(ha, addr, valp); in qla82xx_rom_fast_read()
|
/linux-4.1.27/drivers/scsi/qla4xxx/ |
D | ql4_nx.c | 937 qla4_82xx_do_rom_fast_read(struct scsi_qla_host *ha, int addr, int *valp) in qla4_82xx_do_rom_fast_read() argument 952 *valp = qla4_82xx_rd_32(ha, QLA82XX_ROMUSB_ROM_RDATA); in qla4_82xx_do_rom_fast_read() 957 qla4_82xx_rom_fast_read(struct scsi_qla_host *ha, int addr, int *valp) in qla4_82xx_rom_fast_read() argument 970 ret = qla4_82xx_do_rom_fast_read(ha, addr, valp); in qla4_82xx_rom_fast_read()
|
/linux-4.1.27/arch/powerpc/xmon/ |
D | xmon.c | 130 int scanhex(unsigned long *valp);
|