spos              134 drivers/infiniband/hw/hfi1/debugfs.c 	loff_t *spos = v;
spos              135 drivers/infiniband/hw/hfi1/debugfs.c 	loff_t i = *spos, j;
spos              172 drivers/infiniband/hw/hfi1/debugfs.c 	loff_t *spos = v;
spos              173 drivers/infiniband/hw/hfi1/debugfs.c 	loff_t i = *spos;
spos              225 drivers/infiniband/hw/hfi1/debugfs.c 	loff_t *spos;
spos              237 drivers/infiniband/hw/hfi1/debugfs.c 	spos = v;
spos              238 drivers/infiniband/hw/hfi1/debugfs.c 	i = *spos;
spos              353 drivers/infiniband/hw/hfi1/debugfs.c 	loff_t *spos = v;
spos              354 drivers/infiniband/hw/hfi1/debugfs.c 	loff_t i = *spos;
spos              396 drivers/infiniband/hw/hfi1/debugfs.c 	loff_t *spos = v;
spos              397 drivers/infiniband/hw/hfi1/debugfs.c 	loff_t i = *spos;
spos              442 drivers/infiniband/hw/hfi1/debugfs.c 	loff_t *spos = v;
spos              443 drivers/infiniband/hw/hfi1/debugfs.c 	loff_t i = *spos;
spos             1226 drivers/infiniband/hw/hfi1/debugfs.c 	loff_t *spos = v;
spos             1227 drivers/infiniband/hw/hfi1/debugfs.c 	loff_t i = *spos;
spos             1347 drivers/infiniband/hw/hfi1/debugfs.c 	loff_t *spos = v;
spos             1349 drivers/infiniband/hw/hfi1/debugfs.c 	seq_printf(s, "%s\n", hfi1_statnames[*spos]);
spos             1392 drivers/infiniband/hw/hfi1/debugfs.c 	loff_t *spos = v;
spos             1400 drivers/infiniband/hw/hfi1/debugfs.c 	if (*spos == 0)
spos             1403 drivers/infiniband/hw/hfi1/debugfs.c 		*(u64 *)buffer = stats[*spos];
spos               87 drivers/infiniband/hw/hfi1/fault.c 	loff_t *spos = v;
spos               88 drivers/infiniband/hw/hfi1/fault.c 	loff_t i = *spos, j;
spos               96 drivers/infiniband/hw/qib/qib_debugfs.c 	loff_t *spos = v;
spos               97 drivers/infiniband/hw/qib/qib_debugfs.c 	loff_t i = *spos, j;
spos              152 drivers/infiniband/hw/qib/qib_debugfs.c 	loff_t *spos;
spos              163 drivers/infiniband/hw/qib/qib_debugfs.c 	spos = v;
spos              164 drivers/infiniband/hw/qib/qib_debugfs.c 	i = *spos;
spos             1793 drivers/net/wireless/ath/wil6210/cfg80211.c 	const u8 *spos;
spos             1813 drivers/net/wireless/ath/wil6210/cfg80211.c 	spos = ies2;
spos             1814 drivers/net/wireless/ath/wil6210/cfg80211.c 	while (spos && (spos + 1 < ies2 + ies2_len)) {
spos             1816 drivers/net/wireless/ath/wil6210/cfg80211.c 		u16 ielen = 2 + spos[1];
spos             1818 drivers/net/wireless/ath/wil6210/cfg80211.c 		if (spos + ielen > ies2 + ies2_len)
spos             1820 drivers/net/wireless/ath/wil6210/cfg80211.c 		if (spos[0] == WLAN_EID_VENDOR_SPECIFIC &&
spos             1822 drivers/net/wireless/ath/wil6210/cfg80211.c 						     spos, ielen))) {
spos             1823 drivers/net/wireless/ath/wil6210/cfg80211.c 			memcpy(dpos, spos, ielen);
spos             1826 drivers/net/wireless/ath/wil6210/cfg80211.c 		spos += ielen;
spos              114 drivers/power/supply/88pm860x_battery.c 	unsigned int spos;
spos              294 drivers/power/supply/88pm860x_battery.c 	ccnt->spos += data;
spos             1656 drivers/scsi/megaraid.c 		struct scsi_pointer* spos = (struct scsi_pointer *)pos;
spos             1658 drivers/scsi/megaraid.c 		cmd = list_entry(spos, struct scsi_cmnd, SCp);
spos             1055 drivers/video/fbdev/tgafb.c 	unsigned long dpos, spos, i, n64;
spos             1065 drivers/video/fbdev/tgafb.c 		spos = (sy + height) * width;
spos             1069 drivers/video/fbdev/tgafb.c 			spos -= 64;
spos             1071 drivers/video/fbdev/tgafb.c 			__raw_writel(spos, tga_regs+TGA_COPY64_SRC);
spos             1077 drivers/video/fbdev/tgafb.c 		spos = sy * width;
spos             1081 drivers/video/fbdev/tgafb.c 			__raw_writel(spos, tga_regs+TGA_COPY64_SRC);
spos             1085 drivers/video/fbdev/tgafb.c 			spos += 64;
spos             4517 fs/ocfs2/refcounttree.c 	u32 p_cluster, num_clusters, slast, spos, tpos, remapped_clus = 0;
spos             4526 fs/ocfs2/refcounttree.c 	spos = ocfs2_bytes_to_clusters(s_inode->i_sb, pos_in);
spos             4530 fs/ocfs2/refcounttree.c 	while (spos < slast) {
spos             4537 fs/ocfs2/refcounttree.c 		ret = ocfs2_get_clusters(s_inode, spos, &p_cluster,
spos             4544 fs/ocfs2/refcounttree.c 		num_clusters = min_t(u32, num_clusters, slast - spos);
spos             4571 fs/ocfs2/refcounttree.c 						      ref_root_bh, spos,
spos             4597 fs/ocfs2/refcounttree.c 		spos += num_clusters;
spos              534 sound/core/init.c 	const char *spos = name;
spos              538 sound/core/init.c 			spos = name + 1;
spos              541 sound/core/init.c 	return spos;
spos              600 sound/core/init.c 		char *spos;
spos              611 sound/core/init.c 			spos = id + sizeof(card->id) - sfxlen - 1;
spos              613 sound/core/init.c 			spos = id + len;
spos              614 sound/core/init.c 		strcpy(spos, sfxstr);
spos             1117 sound/pci/ctxfi/ctatc.c 	unsigned int spos = 0;
spos             1125 sound/pci/ctxfi/ctatc.c 		spos = IEC958_DEFAULT_CON;
spos             1135 sound/pci/ctxfi/ctatc.c 	dao->ops->set_spos(dao, spos);
spos              137 sound/pci/ctxfi/ctdaio.c static int dao_spdif_get_spos(struct dao *dao, unsigned int *spos)
spos              139 sound/pci/ctxfi/ctdaio.c 	dao->hw->dao_get_spos(dao->ctrl_blk, spos);
spos              143 sound/pci/ctxfi/ctdaio.c static int dao_spdif_set_spos(struct dao *dao, unsigned int spos)
spos              145 sound/pci/ctxfi/ctdaio.c 	dao->hw->dao_set_spos(dao->ctrl_blk, spos);
spos               70 sound/pci/ctxfi/ctdaio.h 	int (*set_spos)(struct dao *dao, unsigned int spos);
spos               72 sound/pci/ctxfi/ctdaio.h 	int (*get_spos)(struct dao *dao, unsigned int *spos);
spos              159 sound/pci/ctxfi/cthardware.h 	int (*dao_set_spos)(void *blk, unsigned int spos);
spos              161 sound/pci/ctxfi/cthardware.h 	int (*dao_get_spos)(void *blk, unsigned int *spos);
spos              763 sound/pci/ctxfi/cthw20k1.c 		u16 spos:1;
spos              771 sound/pci/ctxfi/cthw20k1.c 	unsigned int 	spos; /* S/PDIF Output Channel Status Register */
spos              917 sound/pci/ctxfi/cthw20k1.c static int dao_set_spos(void *blk, unsigned int spos)
spos              919 sound/pci/ctxfi/cthw20k1.c 	((struct dao_ctrl_blk *)blk)->spos = spos;
spos              920 sound/pci/ctxfi/cthw20k1.c 	((struct dao_ctrl_blk *)blk)->dirty.bf.spos = 1;
spos              928 sound/pci/ctxfi/cthw20k1.c 	if (ctl->dirty.bf.spos) {
spos              931 sound/pci/ctxfi/cthw20k1.c 			hw_write_20kx(hw, SPOS+0x4*idx, ctl->spos);
spos              933 sound/pci/ctxfi/cthw20k1.c 		ctl->dirty.bf.spos = 0;
spos              939 sound/pci/ctxfi/cthw20k1.c static int dao_get_spos(void *blk, unsigned int *spos)
spos              941 sound/pci/ctxfi/cthw20k1.c 	*spos = ((struct dao_ctrl_blk *)blk)->spos;
spos              901 sound/pci/ctxfi/cthw20k2.c static int dao_set_spos(void *blk, unsigned int spos)
spos              903 sound/pci/ctxfi/cthw20k2.c 	((struct dao_ctrl_blk *)blk)->atxcsl = spos;
spos              924 sound/pci/ctxfi/cthw20k2.c static int dao_get_spos(void *blk, unsigned int *spos)
spos              926 sound/pci/ctxfi/cthw20k2.c 	*spos = ((struct dao_ctrl_blk *)blk)->atxcsl;