| /OK3568_Linux_fs/kernel/arch/ia64/include/asm/ |
| H A D | unwind.h | 142 unw_get_ip (struct unw_frame_info *info, unsigned long *valp) in unw_get_ip() argument 144 *valp = (info)->ip; in unw_get_ip() 149 unw_get_sp (struct unw_frame_info *info, unsigned long *valp) in unw_get_sp() argument 151 *valp = (info)->sp; in unw_get_sp() 156 unw_get_psp (struct unw_frame_info *info, unsigned long *valp) in unw_get_psp() argument 158 *valp = (info)->psp; in unw_get_psp() 163 unw_get_bsp (struct unw_frame_info *info, unsigned long *valp) in unw_get_bsp() argument 165 *valp = (info)->bsp; in unw_get_bsp() 170 unw_get_cfm (struct unw_frame_info *info, unsigned long *valp) in unw_get_cfm() argument 172 *valp = *(info)->cfm_loc; in unw_get_cfm()
|
| /OK3568_Linux_fs/kernel/drivers/cpufreq/ |
| H A 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() 433 valp = of_get_property(cpunode, "clock-frequency", NULL); in g5_neo2_cpufreq_init() 434 if (!valp) in g5_neo2_cpufreq_init() 436 max_freq = (*valp)/1000; in g5_neo2_cpufreq_init() 483 const u32 *valp; in g5_pm72_cpufreq_init() local 567 valp = of_get_property(cpunode, "clock-frequency", NULL); in g5_pm72_cpufreq_init() 568 if (!valp) { in g5_pm72_cpufreq_init() [all …]
|
| H A D | maple-cpufreq.c | 162 const u32 *valp; in maple_cpufreq_init() local 209 valp = of_get_property(cpunode, "clock-frequency", NULL); in maple_cpufreq_init() 210 if (!valp) in maple_cpufreq_init() 212 max_freq = (*valp)/1000; in maple_cpufreq_init()
|
| /OK3568_Linux_fs/kernel/drivers/macintosh/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/sound/synth/emux/ |
| H A D | emux_effect.c | 86 effect_set_byte(unsigned char *valp, struct snd_midi_channel *chan, int type) in effect_set_byte() argument 94 effect += *(char*)valp; in effect_set_byte() 96 effect += *valp; in effect_set_byte() 102 *valp = (unsigned char)effect; in effect_set_byte() 107 effect_set_word(unsigned short *valp, struct snd_midi_channel *chan, int type) in effect_set_word() argument 114 effect += *valp; in effect_set_word() 119 *valp = (unsigned short)effect; in effect_set_word()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | sysctl.c | 556 int *valp, in do_proc_dointvec_conv() argument 563 WRITE_ONCE(*valp, -*lvalp); in do_proc_dointvec_conv() 567 WRITE_ONCE(*valp, *lvalp); in do_proc_dointvec_conv() 570 int val = READ_ONCE(*valp); in do_proc_dointvec_conv() 583 unsigned int *valp, in do_proc_douintvec_conv() argument 589 WRITE_ONCE(*valp, *lvalp); in do_proc_douintvec_conv() 591 unsigned int val = READ_ONCE(*valp); in do_proc_douintvec_conv() 602 int (*conv)(bool *negp, unsigned long *lvalp, int *valp, in __do_proc_dointvec() argument 674 int (*conv)(bool *negp, unsigned long *lvalp, int *valp, in do_proc_dointvec() argument 687 unsigned int *valp, in do_proc_douintvec_w() argument [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | unwind-libunwind-local.c | 486 unw_word_t addr, unw_word_t *valp, in access_mem() argument 497 *valp = 0; in access_mem() 513 ret = access_dso_mem(ui, addr, valp); in access_mem() 518 *valp = 0; in access_mem() 525 *valp = *(unw_word_t *)&stack->data[offset]; in access_mem() 527 (void *) (uintptr_t) addr, (unsigned long)*valp, offset); in access_mem() 532 unw_regnum_t regnum, unw_word_t *valp, in access_reg() argument 546 *valp = 0; in access_reg() 560 *valp = (unw_word_t) val; in access_reg() 561 pr_debug("unwind: reg %d, val %lx\n", regnum, (unsigned long)*valp); in access_reg()
|
| H A D | perf_regs.c | 23 int perf_reg_value(u64 *valp, struct regs_dump *regs, int id) in perf_reg_value() argument 43 *valp = regs->cache_regs[id]; in perf_reg_value()
|
| H A D | perf_regs.h | 34 int perf_reg_value(u64 *valp, struct regs_dump *regs, int id); 54 static inline int perf_reg_value(u64 *valp __maybe_unused, in perf_reg_value()
|
| /OK3568_Linux_fs/kernel/drivers/staging/vc04_services/bcm2835-audio/ |
| H A D | bcm2835-ctl.c | 74 int val, *valp; in snd_bcm2835_ctl_put() local 78 valp = &chip->volume; in snd_bcm2835_ctl_put() 80 valp = &chip->mute; in snd_bcm2835_ctl_put() 82 valp = &chip->dest; in snd_bcm2835_ctl_put() 88 if (val != *valp) { in snd_bcm2835_ctl_put() 89 *valp = val; in snd_bcm2835_ctl_put()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb/ |
| H A 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()
|
| H A 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()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | regmap.h | 41 int regmap_read(struct regmap *map, uint offset, uint *valp); 46 #define regmap_read32(map, ptr, member, valp) \ argument 47 regmap_read(map, (uint32_t *)(ptr)->member - (uint32_t *)(ptr), valp)
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_sysctl.c | 20 int ret, *valp = ctl->data; in xfs_stats_clear_proc_handler() local 24 if (!ret && write && *valp) { in xfs_stats_clear_proc_handler() 40 int ret, *valp = ctl->data; in xfs_panic_mask_proc_handler() local 44 xfs_panic_mask = *valp; in xfs_panic_mask_proc_handler()
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | nfs42xattr.c | 179 void *valp; in nfs4_xattr_alloc_entry() local 216 valp = kvmalloc(len, GFP_KERNEL_ACCOUNT | GFP_NOFS); in nfs4_xattr_alloc_entry() 217 if (valp == NULL) { in nfs4_xattr_alloc_entry() 222 valp = buf + sizeof(struct nfs4_xattr_entry) + slen; in nfs4_xattr_alloc_entry() 224 valp = NULL; in nfs4_xattr_alloc_entry() 226 if (valp != NULL) { in nfs4_xattr_alloc_entry() 228 memcpy(valp, value, len); in nfs4_xattr_alloc_entry() 230 _copy_from_pages(valp, pages, 0, len); in nfs4_xattr_alloc_entry() 234 entry->xattr_value = valp; in nfs4_xattr_alloc_entry()
|
| /OK3568_Linux_fs/kernel/sound/pci/hda/ |
| H A D | patch_ca0132.c | 4128 long *valp = ucontrol->value.integer.value; in tuning_ctl_get() local 4131 *valp = spec->cur_ctl_vals[idx]; in tuning_ctl_get() 4154 long *valp = ucontrol->value.integer.value; in voice_focus_ctl_put() local 4159 if (spec->cur_ctl_vals[idx] == *valp) in voice_focus_ctl_put() 4162 spec->cur_ctl_vals[idx] = *valp; in voice_focus_ctl_put() 4164 idx = *valp - 20; in voice_focus_ctl_put() 4189 long *valp = ucontrol->value.integer.value; in mic_svm_ctl_put() local 4194 if (spec->cur_ctl_vals[idx] == *valp) in mic_svm_ctl_put() 4197 spec->cur_ctl_vals[idx] = *valp; in mic_svm_ctl_put() 4199 idx = *valp; in mic_svm_ctl_put() [all …]
|
| H A D | hda_beep.c | 330 long *valp = ucontrol->value.integer.value; in snd_hda_mixer_amp_switch_put_beep() local 332 enable |= *valp; in snd_hda_mixer_amp_switch_put_beep() 333 valp++; in snd_hda_mixer_amp_switch_put_beep() 336 enable |= *valp; in snd_hda_mixer_amp_switch_put_beep()
|
| /OK3568_Linux_fs/kernel/arch/mips/dec/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | udpgso_bench_tx.c | 300 uint32_t *valp; in send_ts_cmsg() local 305 valp = (void *)CMSG_DATA(cm); in send_ts_cmsg() 306 *valp = cfg_tx_ts; in send_ts_cmsg() 364 uint16_t *valp; in send_udp_segment_cmsg() local 369 valp = (void *)CMSG_DATA(cm); in send_udp_segment_cmsg() 370 *valp = cfg_gso_size; in send_udp_segment_cmsg()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/ti-vpe/ |
| H A D | cal.h | 233 static inline void cal_set_field(u32 *valp, u32 field, u32 mask) in cal_set_field() argument 235 u32 val = *valp; in cal_set_field() 239 *valp = val; in cal_set_field()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | genl_magic_func.h | 56 const char *name, void *valp) in dprint_field() argument 58 __u64 val = valp ? *(__u32 *)valp : 1; in dprint_field() 67 val = *(__u64*)valp; in dprint_field()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | date.c | 133 static int cnvrt2 (const char *str, int *valp) in cnvrt2() argument 147 *valp = 10 * val + (*str - '0'); in cnvrt2()
|
| /OK3568_Linux_fs/u-boot/drivers/core/ |
| H A D | regmap.c | 131 int regmap_read(struct regmap *map, uint offset, uint *valp) in regmap_read() argument 135 *valp = le32_to_cpu(readl(ptr)); in regmap_read()
|
| /OK3568_Linux_fs/kernel/fs/fuse/ |
| H A D | cuse.c | 218 static int cuse_parse_one(char **pp, char *end, char **keyp, char **valp) in cuse_parse_one() argument 236 if (valp) { in cuse_parse_one() 252 if (valp) in cuse_parse_one() 253 *valp = val; in cuse_parse_one()
|