Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/hw/qib/
Dqib_debugfs.c105 loff_t *spos = v; in _opcode_stats_seq_show() local
106 loff_t i = *spos, j; in _opcode_stats_seq_show()
161 loff_t *spos; in _ctx_stats_seq_show() local
172 spos = v; in _ctx_stats_seq_show()
173 i = *spos; in _ctx_stats_seq_show()
/Linux-v4.19/drivers/infiniband/hw/hfi1/
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 …]
Dfault.c87 loff_t *spos = v; in _fault_stats_seq_show() local
88 loff_t i = *spos, j; in _fault_stats_seq_show()
/Linux-v4.19/sound/pci/ctxfi/
Dctdaio.h74 int (*set_spos)(struct dao *dao, unsigned int spos);
76 int (*get_spos)(struct dao *dao, unsigned int *spos);
Dcthw20k1.c767 u16 spos:1; member
775 unsigned int spos; /* S/PDIF Output Channel Status Register */ member
921 static int dao_set_spos(void *blk, unsigned int spos) in dao_set_spos() argument
923 ((struct dao_ctrl_blk *)blk)->spos = spos; in dao_set_spos()
924 ((struct dao_ctrl_blk *)blk)->dirty.bf.spos = 1; in dao_set_spos()
932 if (ctl->dirty.bf.spos) { in dao_commit_write()
935 hw_write_20kx(hw, SPOS+0x4*idx, ctl->spos); in dao_commit_write()
937 ctl->dirty.bf.spos = 0; in dao_commit_write()
943 static int dao_get_spos(void *blk, unsigned int *spos) in dao_get_spos() argument
945 *spos = ((struct dao_ctrl_blk *)blk)->spos; in dao_get_spos()
Dcthardware.h163 int (*dao_set_spos)(void *blk, unsigned int spos);
165 int (*dao_get_spos)(void *blk, unsigned int *spos);
Dctdaio.c141 static int dao_spdif_get_spos(struct dao *dao, unsigned int *spos) in dao_spdif_get_spos() argument
143 dao->hw->dao_get_spos(dao->ctrl_blk, spos); in dao_spdif_get_spos()
147 static int dao_spdif_set_spos(struct dao *dao, unsigned int spos) in dao_spdif_set_spos() argument
149 dao->hw->dao_set_spos(dao->ctrl_blk, spos); in dao_spdif_set_spos()
Dcthw20k2.c905 static int dao_set_spos(void *blk, unsigned int spos) in dao_set_spos() argument
907 ((struct dao_ctrl_blk *)blk)->atxcsl = spos; in dao_set_spos()
928 static int dao_get_spos(void *blk, unsigned int *spos) in dao_get_spos() argument
930 *spos = ((struct dao_ctrl_blk *)blk)->atxcsl; in dao_get_spos()
Dctatc.c1120 unsigned int spos = 0; in atc_spdif_out_passthru() local
1128 spos = IEC958_DEFAULT_CON; in atc_spdif_out_passthru()
1138 dao->ops->set_spos(dao, spos); in atc_spdif_out_passthru()
/Linux-v4.19/sound/core/
Dinit.c556 const char *spos = name; in retrieve_id_from_card_name() local
560 spos = name + 1; in retrieve_id_from_card_name()
563 return spos; in retrieve_id_from_card_name()
622 char *spos; in snd_card_set_id_no_lock() local
633 spos = id + sizeof(card->id) - sfxlen - 1; in snd_card_set_id_no_lock()
635 spos = id + len; in snd_card_set_id_no_lock()
636 strcpy(spos, sfxstr); in snd_card_set_id_no_lock()
/Linux-v4.19/Documentation/filesystems/
Dseq_file.txt106 loff_t *spos = kmalloc(sizeof(loff_t), GFP_KERNEL);
107 if (! spos)
109 *spos = *pos;
110 return spos;
136 loff_t *spos = v;
137 *pos = ++*spos;
138 return spos;
159 loff_t *spos = v;
160 seq_printf(s, "%lld\n", (long long)*spos);
/Linux-v4.19/drivers/video/fbdev/
Dtgafb.c1055 unsigned long dpos, spos, i, n64; local
1065 spos = (sy + height) * width;
1069 spos -= 64;
1071 __raw_writel(spos, tga_regs+TGA_COPY64_SRC);
1077 spos = sy * width;
1081 __raw_writel(spos, tga_regs+TGA_COPY64_SRC);
1085 spos += 64;
/Linux-v4.19/drivers/net/wireless/ath/wil6210/
Dcfg80211.c1421 const u8 *spos; in _wil_cfg80211_merge_extra_ies() local
1434 spos = ies2; in _wil_cfg80211_merge_extra_ies()
1435 while (spos + 1 < ies2 + ies2_len) { in _wil_cfg80211_merge_extra_ies()
1437 u16 ielen = 2 + spos[1]; in _wil_cfg80211_merge_extra_ies()
1439 if (spos + ielen > ies2 + ies2_len) in _wil_cfg80211_merge_extra_ies()
1441 if (spos[0] == WLAN_EID_VENDOR_SPECIFIC && in _wil_cfg80211_merge_extra_ies()
1442 !_wil_cfg80211_find_ie(ies1, ies1_len, spos, ielen)) { in _wil_cfg80211_merge_extra_ies()
1443 memcpy(dpos, spos, ielen); in _wil_cfg80211_merge_extra_ies()
1446 spos += ielen; in _wil_cfg80211_merge_extra_ies()
/Linux-v4.19/drivers/power/supply/
D88pm860x_battery.c117 unsigned int spos; member
297 ccnt->spos += data; in calc_ccnt()
/Linux-v4.19/fs/ocfs2/
Drefcounttree.c4526 u32 p_cluster, num_clusters, slast, spos, tpos; in ocfs2_reflink_remap_extent() local
4535 spos = ocfs2_bytes_to_clusters(s_inode->i_sb, pos_in); in ocfs2_reflink_remap_extent()
4539 while (spos < slast) { in ocfs2_reflink_remap_extent()
4546 ret = ocfs2_get_clusters(s_inode, spos, &p_cluster, in ocfs2_reflink_remap_extent()
4553 num_clusters = min_t(u32, num_clusters, slast - spos); in ocfs2_reflink_remap_extent()
4580 ref_root_bh, spos, in ocfs2_reflink_remap_extent()
4606 spos += num_clusters; in ocfs2_reflink_remap_extent()
/Linux-v4.19/drivers/scsi/
Dmegaraid.c1661 struct scsi_pointer* spos = (struct scsi_pointer *)pos; in mega_rundoneq() local
1663 cmd = list_entry(spos, struct scsi_cmnd, SCp); in mega_rundoneq()
/Linux-v4.19/arch/m68k/fpsp040/
Dres_func.S104 | For cases fabs, fneg, fsmove, and fdmove goto spos (do not normalize)