/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/ |
H A D | qib_debugfs.c | 96 loff_t *spos = v; in _opcode_stats_seq_show() local 97 loff_t i = *spos, j; in _opcode_stats_seq_show() 152 loff_t *spos; in _ctx_stats_seq_show() local 163 spos = v; in _ctx_stats_seq_show() 164 i = *spos; in _ctx_stats_seq_show()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/qib/ |
H A D | qib_debugfs.c | 96 loff_t *spos = v; in _opcode_stats_seq_show() local 97 loff_t i = *spos, j; in _opcode_stats_seq_show() 152 loff_t *spos; in _ctx_stats_seq_show() local 163 spos = v; in _ctx_stats_seq_show() 164 i = *spos; in _ctx_stats_seq_show()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | debugfs.c | 134 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 in _rcds_seq_show() local 442 loff_t *spos = v; _pios_seq_show() local 1211 loff_t *spos = v; _sdma_cpu_list_seq_show() local 1332 loff_t *spos = v; _driver_stats_names_seq_show() local 1377 loff_t *spos = v; _driver_stats_seq_show() local [all...] |
H A D | fault.c | 87 loff_t *spos = v; in _fault_stats_seq_show() local 88 loff_t i = *spos, j; in _fault_stats_seq_show()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | debugfs.c | 92 loff_t *spos = v; in _opcode_stats_seq_show() local 93 loff_t i = *spos, j; in _opcode_stats_seq_show() 130 loff_t *spos = v; in _tx_opcode_stats_seq_show() local 131 loff_t i = *spos; in _tx_opcode_stats_seq_show() 183 loff_t *spos; in _ctx_stats_seq_show() local 195 spos = v; in _ctx_stats_seq_show() 196 i = *spos; in _ctx_stats_seq_show() 311 loff_t *spos = v; in _sdes_seq_show() local 312 loff_t i = *spos; in _sdes_seq_show() 354 loff_t *spos in _rcds_seq_show() local 400 loff_t *spos = v; _pios_seq_show() local 1169 loff_t *spos = v; _sdma_cpu_list_seq_show() local 1290 loff_t *spos = v; _driver_stats_names_seq_show() local 1335 loff_t *spos = v; _driver_stats_seq_show() local [all...] |
H A D | fault.c | 45 loff_t *spos = v; in _fault_stats_seq_show() local 46 loff_t i = *spos, j; in _fault_stats_seq_show()
|
/kernel/linux/linux-5.10/sound/pci/ctxfi/ |
H A D | ctdaio.h | 70 int (*set_spos)(struct dao *dao, unsigned int spos); 72 int (*get_spos)(struct dao *dao, unsigned int *spos);
|
H A D | cthardware.h | 160 int (*dao_set_spos)(void *blk, unsigned int spos); 162 int (*dao_get_spos)(void *blk, unsigned int *spos);
|
H A D | cthw20k1.c | 763 u16 spos:1; member 771 unsigned int spos; /* S/PDIF Output Channel Status Register */ member 917 static int dao_set_spos(void *blk, unsigned int spos) in dao_set_spos() argument 919 ((struct dao_ctrl_blk *)blk)->spos = spos; in dao_set_spos() 920 ((struct dao_ctrl_blk *)blk)->dirty.bf.spos = 1; in dao_set_spos() 928 if (ctl->dirty.bf.spos) { in dao_commit_write() 931 hw_write_20kx(hw, SPOS+0x4*idx, ctl->spos); in dao_commit_write() 933 ctl->dirty.bf.spos = 0; in dao_commit_write() 939 static int dao_get_spos(void *blk, unsigned int *spos) in dao_get_spos() argument [all...] |
H A D | ctdaio.c | 137 static int dao_spdif_get_spos(struct dao *dao, unsigned int *spos) in dao_spdif_get_spos() argument 139 dao->hw->dao_get_spos(dao->ctrl_blk, spos); in dao_spdif_get_spos() 143 static int dao_spdif_set_spos(struct dao *dao, unsigned int spos) in dao_spdif_set_spos() argument 145 dao->hw->dao_set_spos(dao->ctrl_blk, spos); in dao_spdif_set_spos()
|
/kernel/linux/linux-6.6/sound/pci/ctxfi/ |
H A D | ctdaio.h | 70 int (*set_spos)(struct dao *dao, unsigned int spos); 72 int (*get_spos)(struct dao *dao, unsigned int *spos);
|
H A D | cthardware.h | 160 int (*dao_set_spos)(void *blk, unsigned int spos); 162 int (*dao_get_spos)(void *blk, unsigned int *spos);
|
H A D | cthw20k1.c | 763 u16 spos:1; member 771 unsigned int spos; /* S/PDIF Output Channel Status Register */ member 917 static int dao_set_spos(void *blk, unsigned int spos) in dao_set_spos() argument 919 ((struct dao_ctrl_blk *)blk)->spos = spos; in dao_set_spos() 920 ((struct dao_ctrl_blk *)blk)->dirty.bf.spos = 1; in dao_set_spos() 928 if (ctl->dirty.bf.spos) { in dao_commit_write() 931 hw_write_20kx(hw, SPOS+0x4*idx, ctl->spos); in dao_commit_write() 933 ctl->dirty.bf.spos = 0; in dao_commit_write() 939 static int dao_get_spos(void *blk, unsigned int *spos) in dao_get_spos() argument [all...] |
H A D | ctdaio.c | 137 static int dao_spdif_get_spos(struct dao *dao, unsigned int *spos) in dao_spdif_get_spos() argument 139 dao->hw->dao_get_spos(dao->ctrl_blk, spos); in dao_spdif_get_spos() 143 static int dao_spdif_set_spos(struct dao *dao, unsigned int spos) in dao_spdif_set_spos() argument 145 dao->hw->dao_set_spos(dao->ctrl_blk, spos); in dao_spdif_set_spos()
|
/kernel/linux/linux-5.10/sound/core/ |
H A D | init.c | 540 const char *spos = name; in retrieve_id_from_card_name() local 544 spos = name + 1; in retrieve_id_from_card_name() 547 return spos; in retrieve_id_from_card_name() 606 char *spos; in snd_card_set_id_no_lock() local 617 spos = id + sizeof(card->id) - sfxlen - 1; in snd_card_set_id_no_lock() 619 spos = id + len; in snd_card_set_id_no_lock() 620 strcpy(spos, sfxstr); in snd_card_set_id_no_lock()
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | init.c | 664 const char *spos = name; in retrieve_id_from_card_name() local 668 spos = name + 1; in retrieve_id_from_card_name() 671 return spos; in retrieve_id_from_card_name() 730 char *spos; in snd_card_set_id_no_lock() local 741 spos = id + sizeof(card->id) - sfxlen - 1; in snd_card_set_id_no_lock() 743 spos = id + len; in snd_card_set_id_no_lock() 744 strcpy(spos, sfxstr); in snd_card_set_id_no_lock()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | thread-stack.c | 682 struct branch_entry *d, *s, *spos, *ssz; in thread_stack__br_sample_late() local 696 spos = &src->entries[ts->br_stack_pos]; in thread_stack__br_sample_late() 700 s = spos; in thread_stack__br_sample_late() 707 for (s = spos; s < ssz && nr < sz; s++) { in thread_stack__br_sample_late() 715 for (s = &src->entries[0]; s < spos && nr < sz; s++) { in thread_stack__br_sample_late() 730 for (s = spos; s < ssz && nr < sz; s++) { in thread_stack__br_sample_late() 739 for (s = &src->entries[0]; s < spos && nr < sz; s++) { in thread_stack__br_sample_late()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | thread-stack.c | 683 struct branch_entry *d, *s, *spos, *ssz; in thread_stack__br_sample_late() local 697 spos = &src->entries[ts->br_stack_pos]; in thread_stack__br_sample_late() 701 s = spos; in thread_stack__br_sample_late() 708 for (s = spos; s < ssz && nr < sz; s++) { in thread_stack__br_sample_late() 716 for (s = &src->entries[0]; s < spos && nr < sz; s++) { in thread_stack__br_sample_late() 731 for (s = spos; s < ssz && nr < sz; s++) { in thread_stack__br_sample_late() 740 for (s = &src->entries[0]; s < spos && nr < sz; s++) { in thread_stack__br_sample_late()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_rx_filter.c | 567 struct sync_item *spos; in ionic_rx_filter_sync() local 606 list_for_each_entry_safe(sync_item, spos, &sync_del_list, list) { in ionic_rx_filter_sync() 613 list_for_each_entry_safe(sync_item, spos, &sync_add_list, list) { in ionic_rx_filter_sync()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | tgafb.c | 1060 unsigned long dpos, spos, i, n64; local 1070 spos = (sy + height) * width; 1074 spos -= 64; 1076 __raw_writel(spos, tga_regs+TGA_COPY64_SRC); 1082 spos = sy * width; 1086 __raw_writel(spos, tga_regs+TGA_COPY64_SRC); 1090 spos += 64;
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | tgafb.c | 1066 unsigned long dpos, spos, i, n64; local 1076 spos = (sy + height) * width; 1080 spos -= 64; 1082 __raw_writel(spos, tga_regs+TGA_COPY64_SRC); 1088 spos = sy * width; 1092 __raw_writel(spos, tga_regs+TGA_COPY64_SRC); 1096 spos += 64;
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | cfg80211.c | 1782 const u8 *spos; in _wil_cfg80211_merge_extra_ies() local 1802 spos = ies2; in _wil_cfg80211_merge_extra_ies() 1803 while (spos && (spos + 1 < ies2 + ies2_len)) { in _wil_cfg80211_merge_extra_ies() 1805 u16 ielen = 2 + spos[1]; in _wil_cfg80211_merge_extra_ies() 1807 if (spos + ielen > ies2 + ies2_len) in _wil_cfg80211_merge_extra_ies() 1809 if (spos[0] == WLAN_EID_VENDOR_SPECIFIC && in _wil_cfg80211_merge_extra_ies() 1811 spos, ielen))) { in _wil_cfg80211_merge_extra_ies() 1812 memcpy(dpos, spos, ielen); in _wil_cfg80211_merge_extra_ies() 1815 spos in _wil_cfg80211_merge_extra_ies() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/ |
H A D | cfg80211.c | 1805 const u8 *spos; in _wil_cfg80211_merge_extra_ies() local 1825 spos = ies2; in _wil_cfg80211_merge_extra_ies() 1826 while (spos && (spos + 1 < ies2 + ies2_len)) { in _wil_cfg80211_merge_extra_ies() 1828 u16 ielen = 2 + spos[1]; in _wil_cfg80211_merge_extra_ies() 1830 if (spos + ielen > ies2 + ies2_len) in _wil_cfg80211_merge_extra_ies() 1832 if (spos[0] == WLAN_EID_VENDOR_SPECIFIC && in _wil_cfg80211_merge_extra_ies() 1834 spos, ielen))) { in _wil_cfg80211_merge_extra_ies() 1835 memcpy(dpos, spos, ielen); in _wil_cfg80211_merge_extra_ies() 1838 spos in _wil_cfg80211_merge_extra_ies() [all...] |
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | 88pm860x_battery.c | 114 unsigned int spos; member 294 ccnt->spos += data; in calc_ccnt()
|
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | 88pm860x_battery.c | 114 unsigned int spos; member 294 ccnt->spos += data; in calc_ccnt()
|