/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_debugfs.c | 106 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.4.14/drivers/staging/rdma/hfi1/ |
D | debugfs.c | 139 loff_t *spos = v; in _opcode_stats_seq_show() local 140 loff_t i = *spos, j; in _opcode_stats_seq_show() 197 loff_t *spos; in _ctx_stats_seq_show() local 208 spos = v; in _ctx_stats_seq_show() 209 i = *spos; in _ctx_stats_seq_show() 322 loff_t *spos = v; in _sdes_seq_show() local 323 loff_t i = *spos; in _sdes_seq_show() 815 loff_t *spos = v; in _driver_stats_names_seq_show() local 817 seq_printf(s, "%s\n", hfi1_statnames[*spos]); in _driver_stats_names_seq_show() 864 loff_t *spos = v; in _driver_stats_seq_show() local [all …]
|
/linux-4.4.14/sound/pci/ctxfi/ |
D | ctdaio.h | 74 int (*set_spos)(struct dao *dao, unsigned int spos); 76 int (*get_spos)(struct dao *dao, unsigned int *spos);
|
D | cthardware.h | 163 int (*dao_set_spos)(void *blk, unsigned int spos); 165 int (*dao_get_spos)(void *blk, unsigned int *spos);
|
D | cthw20k1.c | 773 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()
|
D | ctdaio.c | 141 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()
|
D | cthw20k2.c | 911 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()
|
D | ctatc.c | 1120 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.4.14/sound/core/ |
D | init.c | 526 const char *spos = name; in retrieve_id_from_card_name() local 530 spos = name + 1; in retrieve_id_from_card_name() 533 return spos; in retrieve_id_from_card_name() 592 char *spos; in snd_card_set_id_no_lock() local 603 spos = id + sizeof(card->id) - sfxlen - 1; in snd_card_set_id_no_lock() 605 spos = id + len; in snd_card_set_id_no_lock() 606 strcpy(spos, sfxstr); in snd_card_set_id_no_lock()
|
/linux-4.4.14/Documentation/filesystems/ |
D | seq_file.txt | 90 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.4.14/drivers/video/fbdev/ |
D | tgafb.c | 1055 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.4.14/drivers/power/ |
D | 88pm860x_battery.c | 117 unsigned int spos; member 297 ccnt->spos += data; in calc_ccnt()
|
/linux-4.4.14/drivers/scsi/ |
D | megaraid.c | 1658 struct scsi_pointer* spos = (struct scsi_pointer *)pos; in mega_rundoneq() local 1660 cmd = list_entry(spos, Scsi_Cmnd, SCp); in mega_rundoneq()
|
/linux-4.4.14/arch/m68k/fpsp040/ |
D | res_func.S | 104 | For cases fabs, fneg, fsmove, and fdmove goto spos (do not normalize)
|