Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_debugfs.c106 loff_t *spos = v; in _opcode_stats_seq_show() local
107 loff_t i = *spos, j; in _opcode_stats_seq_show()
162 loff_t *spos; in _ctx_stats_seq_show() local
173 spos = v; in _ctx_stats_seq_show()
174 i = *spos; in _ctx_stats_seq_show()
/linux-4.1.27/sound/pci/ctxfi/
Dctdaio.h74 int (*set_spos)(struct dao *dao, unsigned int spos);
76 int (*get_spos)(struct dao *dao, unsigned int *spos);
Dcthardware.h163 int (*dao_set_spos)(void *blk, unsigned int spos);
165 int (*dao_get_spos)(void *blk, unsigned int *spos);
Dcthw20k1.c773 u16 spos:1; member
781 unsigned int spos; /* S/PDIF Output Channel Status Register */ member
927 static int dao_set_spos(void *blk, unsigned int spos) in dao_set_spos() argument
929 ((struct dao_ctrl_blk *)blk)->spos = spos; in dao_set_spos()
930 ((struct dao_ctrl_blk *)blk)->dirty.bf.spos = 1; in dao_set_spos()
938 if (ctl->dirty.bf.spos) { in dao_commit_write()
941 hw_write_20kx(hw, SPOS+0x4*idx, ctl->spos); in dao_commit_write()
943 ctl->dirty.bf.spos = 0; in dao_commit_write()
949 static int dao_get_spos(void *blk, unsigned int *spos) in dao_get_spos() argument
951 *spos = ((struct dao_ctrl_blk *)blk)->spos; in dao_get_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.c911 static int dao_set_spos(void *blk, unsigned int spos) in dao_set_spos() argument
913 ((struct dao_ctrl_blk *)blk)->atxcsl = spos; in dao_set_spos()
934 static int dao_get_spos(void *blk, unsigned int *spos) in dao_get_spos() argument
936 *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-4.1.27/sound/core/
Dinit.c533 const char *spos = name; in retrieve_id_from_card_name() local
537 spos = name + 1; in retrieve_id_from_card_name()
540 return spos; in retrieve_id_from_card_name()
599 char *spos; in snd_card_set_id_no_lock() local
610 spos = id + sizeof(card->id) - sfxlen - 1; in snd_card_set_id_no_lock()
612 spos = id + len; in snd_card_set_id_no_lock()
613 strcpy(spos, sfxstr); in snd_card_set_id_no_lock()
/linux-4.1.27/Documentation/filesystems/
Dseq_file.txt90 loff_t *spos = kmalloc(sizeof(loff_t), GFP_KERNEL);
91 if (! spos)
93 *spos = *pos;
94 return spos;
119 loff_t *spos = v;
120 *pos = ++*spos;
121 return spos;
138 loff_t *spos = v;
139 seq_printf(s, "%lld\n", (long long)*spos);
/linux-4.1.27/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-4.1.27/drivers/power/
D88pm860x_battery.c117 unsigned int spos; member
297 ccnt->spos += data; in calc_ccnt()
/linux-4.1.27/drivers/scsi/
Dmegaraid.c1660 struct scsi_pointer* spos = (struct scsi_pointer *)pos; in mega_rundoneq() local
1662 cmd = list_entry(spos, Scsi_Cmnd, SCp); in mega_rundoneq()
/linux-4.1.27/arch/m68k/fpsp040/
Dres_func.S104 | For cases fabs, fneg, fsmove, and fdmove goto spos (do not normalize)