Searched refs:spos (Results 1 - 18 of 18) sorted by relevance

/linux-master/drivers/infiniband/hw/qib/
H A Dqib_debugfs.c96 loff_t *spos = v; local
97 loff_t i = *spos, j;
152 loff_t *spos; local
163 spos = v;
164 i = *spos;
/linux-master/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 Dcthardware.h160 int (*dao_set_spos)(void *blk, unsigned int spos);
162 int (*dao_get_spos)(void *blk, unsigned int *spos);
H A Dcthw20k1.c763 u16 spos:1; member in struct:dao_dirty::__anon3804
771 unsigned int spos; /* S/PDIF Output Channel Status Register */ member in struct:dao_ctrl_blk
917 static int dao_set_spos(void *blk, unsigned int spos) argument
919 ((struct dao_ctrl_blk *)blk)->spos = spos;
920 ((struct dao_ctrl_blk *)blk)->dirty.bf.spos = 1;
928 if (ctl->dirty.bf.spos) {
931 hw_write_20kx(hw, SPOS+0x4*idx, ctl->spos);
933 ctl->dirty.bf.spos = 0;
939 static int dao_get_spos(void *blk, unsigned int *spos) argument
[all...]
H A Dctdaio.c137 static int dao_spdif_get_spos(struct dao *dao, unsigned int *spos) argument
139 dao->hw->dao_get_spos(dao->ctrl_blk, spos);
143 static int dao_spdif_set_spos(struct dao *dao, unsigned int spos) argument
145 dao->hw->dao_set_spos(dao->ctrl_blk, spos);
H A Dcthw20k2.c901 static int dao_set_spos(void *blk, unsigned int spos) argument
903 ((struct dao_ctrl_blk *)blk)->atxcsl = spos;
924 static int dao_get_spos(void *blk, unsigned int *spos) argument
926 *spos = ((struct dao_ctrl_blk *)blk)->atxcsl;
H A Dctatc.c1116 unsigned int spos = 0; local
1124 spos = IEC958_DEFAULT_CON;
1134 dao->ops->set_spos(dao, spos);
/linux-master/drivers/infiniband/hw/hfi1/
H A Ddebugfs.c92 loff_t *spos = v; local
93 loff_t i = *spos, j;
130 loff_t *spos = v; local
131 loff_t i = *spos;
183 loff_t *spos; local
195 spos = v;
196 i = *spos;
311 loff_t *spos = v; local
312 loff_t i = *spos;
354 loff_t *spos local
400 loff_t *spos = v; local
1169 loff_t *spos = v; local
1290 loff_t *spos = v; local
1335 loff_t *spos = v; local
[all...]
H A Dfault.c45 loff_t *spos = v; local
46 loff_t i = *spos, j;
/linux-master/sound/core/
H A Dinit.c656 const char *spos = name; local
660 spos = name + 1;
663 return spos;
722 char *spos; local
733 spos = id + sizeof(card->id) - sfxlen - 1;
735 spos = id + len;
736 strcpy(spos, sfxstr);
/linux-master/tools/perf/util/
H A Dthread-stack.c683 struct branch_entry *d, *s, *spos, *ssz; local
697 spos = &src->entries[ts->br_stack_pos];
701 s = spos;
708 for (s = spos; s < ssz && nr < sz; s++) {
716 for (s = &src->entries[0]; s < spos && nr < sz; s++) {
731 for (s = spos; s < ssz && nr < sz; s++) {
740 for (s = &src->entries[0]; s < spos && nr < sz; s++) {
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_rx_filter.c567 struct sync_item *spos; local
606 list_for_each_entry_safe(sync_item, spos, &sync_del_list, list) {
613 list_for_each_entry_safe(sync_item, spos, &sync_add_list, list) {
/linux-master/drivers/video/fbdev/
H A Dtgafb.c1068 unsigned long dpos, spos, i, n64; local
1078 spos = (sy + height) * width;
1082 spos -= 64;
1084 __raw_writel(spos, tga_regs+TGA_COPY64_SRC);
1090 spos = sy * width;
1094 __raw_writel(spos, tga_regs+TGA_COPY64_SRC);
1098 spos += 64;
/linux-master/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c1805 const u8 *spos; local
1825 spos = ies2;
1826 while (spos && (spos + 1 < ies2 + ies2_len)) {
1828 u16 ielen = 2 + spos[1];
1830 if (spos + ielen > ies2 + ies2_len)
1832 if (spos[0] == WLAN_EID_VENDOR_SPECIFIC &&
1834 spos, ielen))) {
1835 memcpy(dpos, spos, ielen);
1838 spos
[all...]
/linux-master/drivers/power/supply/
H A D88pm860x_battery.c114 unsigned int spos; member in struct:ccnt
294 ccnt->spos += data;
/linux-master/fs/ocfs2/
H A Drefcounttree.c4490 u32 p_cluster, num_clusters, slast, spos, tpos, remapped_clus = 0; local
4499 spos = ocfs2_bytes_to_clusters(s_inode->i_sb, pos_in);
4503 while (spos < slast) {
4510 ret = ocfs2_get_clusters(s_inode, spos, &p_cluster,
4517 num_clusters = min_t(u32, num_clusters, slast - spos);
4544 ref_root_bh, spos,
4570 spos += num_clusters;
/linux-master/net/ceph/
H A Dmessenger_v2.c1088 struct page **pages, int spos)
1103 int idx = spos >> PAGE_SHIFT;
1104 int soff = offset_in_page(spos);
1120 spos += len;
1087 process_v2_sparse_read(struct ceph_connection *con, struct page **pages, int spos) argument
/linux-master/arch/m68k/fpsp040/
H A Dres_func.S104 | For cases fabs, fneg, fsmove, and fdmove goto spos (do not normalize)
378 | For cases fabs, fneg, fsmove, and fdmove goto spos (do not normalize)
394 beqs spos
396 spos: label

Completed in 288 milliseconds