Home
last modified time | relevance | path

Searched refs:spos (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Ddebugfs.c134 loff_t *spos = v; in _opcode_stats_seq_show() local
135 loff_t i = *spos, j; in _opcode_stats_seq_show()
172 loff_t *spos = v; in _tx_opcode_stats_seq_show() local
173 loff_t i = *spos; in _tx_opcode_stats_seq_show()
225 loff_t *spos; in _ctx_stats_seq_show() local
237 spos = v; in _ctx_stats_seq_show()
238 i = *spos; in _ctx_stats_seq_show()
353 loff_t *spos = v; in _sdes_seq_show() local
354 loff_t i = *spos; in _sdes_seq_show()
396 loff_t *spos = v; in _rcds_seq_show() local
[all …]
H A Dfault.c87 loff_t *spos = v; in _fault_stats_seq_show() local
88 loff_t i = *spos, j; in _fault_stats_seq_show()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/
H A Dqib_debugfs.c96 loff_t *spos = v; in _opcode_stats_seq_show() local
97 loff_t i = *spos, j; in _opcode_stats_seq_show()
152 loff_t *spos; in _ctx_stats_seq_show() local
163 spos = v; in _ctx_stats_seq_show()
164 i = *spos; in _ctx_stats_seq_show()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_kernel_sysfs.c670 loff_t *spos; in profiling_events_start() local
677 spos = kmalloc(sizeof(loff_t), GFP_KERNEL); in profiling_events_start()
678 if (NULL == spos) { in profiling_events_start()
682 *spos = *pos; in profiling_events_start()
683 return spos; in profiling_events_start()
688 loff_t *spos = v; in profiling_events_next() local
696 if (_mali_internal_profiling_get_count() <= (u32)(*spos + 1)) { in profiling_events_next()
700 *pos = ++*spos; in profiling_events_next()
701 return spos; in profiling_events_next()
711 loff_t *spos = v; in profiling_events_show() local
[all …]
/OK3568_Linux_fs/kernel/sound/pci/ctxfi/
H A Dctdaio.h70 int (*set_spos)(struct dao *dao, unsigned int spos);
72 int (*get_spos)(struct dao *dao, unsigned int *spos);
H A Dcthw20k1.c763 u16 spos:1; member
771 unsigned int spos; /* S/PDIF Output Channel Status Register */ member
917 static int dao_set_spos(void *blk, unsigned int spos) in dao_set_spos() argument
919 ((struct dao_ctrl_blk *)blk)->spos = spos; in dao_set_spos()
920 ((struct dao_ctrl_blk *)blk)->dirty.bf.spos = 1; in dao_set_spos()
928 if (ctl->dirty.bf.spos) { in dao_commit_write()
931 hw_write_20kx(hw, SPOS+0x4*idx, ctl->spos); in dao_commit_write()
933 ctl->dirty.bf.spos = 0; in dao_commit_write()
939 static int dao_get_spos(void *blk, unsigned int *spos) in dao_get_spos() argument
941 *spos = ((struct dao_ctrl_blk *)blk)->spos; in dao_get_spos()
H A Dcthardware.h160 int (*dao_set_spos)(void *blk, unsigned int spos);
162 int (*dao_get_spos)(void *blk, unsigned int *spos);
H A Dctdaio.c137 static int dao_spdif_get_spos(struct dao *dao, unsigned int *spos) in dao_spdif_get_spos() argument
139 dao->hw->dao_get_spos(dao->ctrl_blk, spos); in dao_spdif_get_spos()
143 static int dao_spdif_set_spos(struct dao *dao, unsigned int spos) in dao_spdif_set_spos() argument
145 dao->hw->dao_set_spos(dao->ctrl_blk, spos); in dao_spdif_set_spos()
H A Dcthw20k2.c901 static int dao_set_spos(void *blk, unsigned int spos) in dao_set_spos() argument
903 ((struct dao_ctrl_blk *)blk)->atxcsl = spos; in dao_set_spos()
924 static int dao_get_spos(void *blk, unsigned int *spos) in dao_get_spos() argument
926 *spos = ((struct dao_ctrl_blk *)blk)->atxcsl; in dao_get_spos()
H A Dctatc.c1119 unsigned int spos = 0; in atc_spdif_out_passthru() local
1127 spos = IEC958_DEFAULT_CON; in atc_spdif_out_passthru()
1137 dao->ops->set_spos(dao, spos); in atc_spdif_out_passthru()
/OK3568_Linux_fs/kernel/sound/core/
H A Dinit.c540 const char *spos = name; in retrieve_id_from_card_name() local
544 spos = name + 1; in retrieve_id_from_card_name()
547 return spos; in retrieve_id_from_card_name()
606 char *spos; in snd_card_set_id_no_lock() local
617 spos = id + sizeof(card->id) - sfxlen - 1; in snd_card_set_id_no_lock()
619 spos = id + len; in snd_card_set_id_no_lock()
620 strcpy(spos, sfxstr); in snd_card_set_id_no_lock()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dseq_file.rst113 loff_t *spos = kmalloc(sizeof(loff_t), GFP_KERNEL);
114 if (! spos)
116 *spos = *pos;
117 return spos;
145 loff_t *spos = v;
146 *pos = ++*spos;
147 return spos;
184 loff_t *spos = v;
185 seq_printf(s, "%lld\n", (long long)*spos);
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dthread-stack.c682 struct branch_entry *d, *s, *spos, *ssz; in thread_stack__br_sample_late() local
696 spos = &src->entries[ts->br_stack_pos]; in thread_stack__br_sample_late()
700 s = spos; in thread_stack__br_sample_late()
707 for (s = spos; s < ssz && nr < sz; s++) { in thread_stack__br_sample_late()
715 for (s = &src->entries[0]; s < spos && nr < sz; s++) { in thread_stack__br_sample_late()
730 for (s = spos; s < ssz && nr < sz; s++) { in thread_stack__br_sample_late()
739 for (s = &src->entries[0]; s < spos && nr < sz; s++) { in thread_stack__br_sample_late()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dtgafb.c1057 unsigned long dpos, spos, i, n64; local
1067 spos = (sy + height) * width;
1071 spos -= 64;
1073 __raw_writel(spos, tga_regs+TGA_COPY64_SRC);
1079 spos = sy * width;
1083 __raw_writel(spos, tga_regs+TGA_COPY64_SRC);
1087 spos += 64;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dregression_4100.c437 size_t spos = strlen(str); in convert_from_string() local
439 size_t os_len = (spos + 1) / 2; in convert_from_string()
447 while (spos) { in convert_from_string()
448 spos--; in convert_from_string()
449 nibble = digit_value(str[spos]); in convert_from_string()
454 if (!spos) in convert_from_string()
456 spos--; in convert_from_string()
457 nibble = digit_value(str[spos]); in convert_from_string()
465 if (spos) in convert_from_string()
468 if (str[spos] == '-') in convert_from_string()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c1782 const u8 *spos; in _wil_cfg80211_merge_extra_ies() local
1802 spos = ies2; in _wil_cfg80211_merge_extra_ies()
1803 while (spos && (spos + 1 < ies2 + ies2_len)) { in _wil_cfg80211_merge_extra_ies()
1805 u16 ielen = 2 + spos[1]; in _wil_cfg80211_merge_extra_ies()
1807 if (spos + ielen > ies2 + ies2_len) in _wil_cfg80211_merge_extra_ies()
1809 if (spos[0] == WLAN_EID_VENDOR_SPECIFIC && in _wil_cfg80211_merge_extra_ies()
1811 spos, ielen))) { in _wil_cfg80211_merge_extra_ies()
1812 memcpy(dpos, spos, ielen); in _wil_cfg80211_merge_extra_ies()
1815 spos += ielen; in _wil_cfg80211_merge_extra_ies()
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A D88pm860x_battery.c114 unsigned int spos; member
294 ccnt->spos += data; in calc_ccnt()
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Drefcounttree.c4519 u32 p_cluster, num_clusters, slast, spos, tpos, remapped_clus = 0; in ocfs2_reflink_remap_extent() local
4528 spos = ocfs2_bytes_to_clusters(s_inode->i_sb, pos_in); in ocfs2_reflink_remap_extent()
4532 while (spos < slast) { in ocfs2_reflink_remap_extent()
4539 ret = ocfs2_get_clusters(s_inode, spos, &p_cluster, in ocfs2_reflink_remap_extent()
4546 num_clusters = min_t(u32, num_clusters, slast - spos); in ocfs2_reflink_remap_extent()
4573 ref_root_bh, spos, in ocfs2_reflink_remap_extent()
4599 spos += num_clusters; in ocfs2_reflink_remap_extent()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dmegaraid.c1660 struct scsi_pointer* spos = (struct scsi_pointer *)pos; in mega_rundoneq() local
1662 cmd = list_entry(spos, struct scsi_cmnd, SCp); in mega_rundoneq()
/OK3568_Linux_fs/kernel/arch/m68k/fpsp040/
H A Dres_func.S104 | For cases fabs, fneg, fsmove, and fdmove goto spos (do not normalize)