Searched refs:offs (Results 1 - 25 of 384) sorted by last modified time

1234567891011>>

/linux-master/drivers/phy/qualcomm/
H A Dphy-qcom-qmp-combo.c3417 const struct qmp_combo_offsets *offs = cfg->offsets; local
3422 if (!offs)
3429 qmp->com = base + offs->com;
3430 qmp->tx = base + offs->txa;
3431 qmp->rx = base + offs->rxa;
3432 qmp->tx2 = base + offs->txb;
3433 qmp->rx2 = base + offs->rxb;
3435 qmp->serdes = base + offs->usb3_serdes;
3436 qmp->pcs_misc = base + offs->usb3_pcs_misc;
3437 qmp->pcs = base + offs
[all...]
/linux-master/net/mac80211/
H A Dtx.c5211 struct ieee80211_mutable_offsets *offs,
5224 if (offs && beacon) {
5233 offs->cntdwn_counter_offs[i] = csa_off_base + csa_off;
5297 struct ieee80211_mutable_offsets *offs,
5335 if (offs) {
5336 offs->tim_offset = beacon->head_len;
5337 offs->tim_length = skb->len - beacon->head_len;
5338 offs->cntdwn_counter_offs[0] = beacon->cntdwn_counter_offsets[0];
5342 offs->mbssid_off = skb->len - mbssid_len;
5355 ieee80211_beacon_get_finish(hw, vif, link, offs, beaco
5208 ieee80211_beacon_get_finish(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_link_data *link, struct ieee80211_mutable_offsets *offs, struct beacon_data *beacon, struct sk_buff *skb, struct ieee80211_chanctx_conf *chanctx_conf, u16 csa_off_base) argument
5294 ieee80211_beacon_get_ap(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_link_data *link, struct ieee80211_mutable_offsets *offs, bool is_template, struct beacon_data *beacon, struct ieee80211_chanctx_conf *chanctx_conf, u8 ema_index) argument
5361 ieee80211_beacon_get_ap_ema_list(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_link_data *link, struct ieee80211_mutable_offsets *offs, bool is_template, struct beacon_data *beacon, struct ieee80211_chanctx_conf *chanctx_conf) argument
5398 __ieee80211_beacon_get(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_mutable_offsets *offs, bool is_template, unsigned int link_id, int ema_index, struct ieee80211_ema_beacons **ema_beacons) argument
5538 ieee80211_beacon_get_template(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_mutable_offsets *offs, unsigned int link_id) argument
5549 ieee80211_beacon_get_template_ema_index(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct ieee80211_mutable_offsets *offs, unsigned int link_id, u8 ema_index) argument
5592 struct ieee80211_mutable_offsets offs = {}; local
[all...]
/linux-master/include/net/
H A Dmac80211.h5420 * @offs: &struct ieee80211_mutable_offsets pointer to struct that will
5440 struct ieee80211_mutable_offsets *offs,
5447 * @offs: &struct ieee80211_mutable_offsets pointer to struct that will
5461 struct ieee80211_mutable_offsets *offs,
5470 * @bcn.offs: &struct ieee80211_mutable_offsets pointer to struct that will
5477 struct ieee80211_mutable_offsets offs; member in struct:ieee80211_ema_beacons::__anon114
/linux-master/drivers/video/fbdev/core/
H A Dfb_defio.c26 static struct page *fb_deferred_io_page(struct fb_info *info, unsigned long offs) argument
31 if (is_vmalloc_addr(screen_base + offs))
32 page = vmalloc_to_page(screen_base + offs);
34 page = pfn_to_page((info->fix.smem_start + offs) >> PAGE_SHIFT);
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dscan.c699 size_t offs; local
707 offs = ieee80211_ie_split(ies, len,
712 memcpy(newpos, ies, offs);
713 newpos += offs;
720 memcpy(newpos, ies + offs, len - offs);
721 newpos += len - offs;
H A Drxmq.c1003 u8 offs = 0; local
1012 offs = ru;
1016 offs = ru - 37;
1020 offs = ru - 53;
1024 offs = ru - 61;
1028 offs = ru - 65;
1037 he->data2 |= le16_encode_bits(offs,
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dmac.c1492 &beacons->bcn[i].offs,
1517 struct ieee80211_mutable_offsets offs = {}; local
1531 bcn = ieee80211_beacon_get_template(hw, vif, &offs, 0);
1542 ret = ath11k_wmi_bcn_tmpl(ar, arvif->vdev_id, &offs, bcn, 0);
/linux-master/drivers/mtd/nand/raw/
H A Ddiskonchip.c866 unsigned offs; local
870 for (offs = 0; offs < mtd->size; offs += mtd->erasesize) {
871 ret = mtd_read(mtd, offs, mtd->writesize, &retlen, buf);
875 pr_warn("ECC error scanning DOC at 0x%x\n", offs);
879 pr_info("Found DiskOnChip %s Media Header at 0x%x\n", id, offs);
881 doc->mh0_page = offs >> this->page_shift;
886 doc->mh1_page = offs >> this->page_shift;
895 offs
916 int offs, numheaders; local
[all...]
/linux-master/drivers/mtd/nand/raw/brcmnand/
H A Dbrcmnand.c639 static inline u32 nand_readreg(struct brcmnand_controller *ctrl, u32 offs) argument
642 return brcmnand_soc_read(ctrl->soc, offs);
643 return brcmnand_readl(ctrl->nand_base + offs);
646 static inline void nand_writereg(struct brcmnand_controller *ctrl, u32 offs, argument
650 brcmnand_soc_write(ctrl->soc, val, offs);
652 brcmnand_writel(val, ctrl->nand_base + offs);
794 u16 offs = ctrl->reg_offsets[reg]; local
796 if (offs)
797 return nand_readreg(ctrl, offs);
805 u16 offs local
841 u16 offs = ctrl->edu_offsets[reg]; local
849 u16 offs = ctrl->edu_offsets[reg]; local
1013 u16 offs = brcmnand_cs_offset(ctrl, host->cs, BRCMNAND_CS_ACC_CONTROL); local
1209 u16 offs = ctrl->flash_dma_offsets[dma_reg]; local
1217 u16 offs = ctrl->flash_dma_offsets[dma_reg]; local
1472 oob_reg_read(struct brcmnand_controller *ctrl, u32 offs) argument
1490 oob_reg_write(struct brcmnand_controller *ctrl, u32 offs, u32 data) argument
2682 u32 offs, tmp, oob_sector; local
[all...]
/linux-master/drivers/mtd/
H A Dmtdcore.c1565 static int mtd_check_oob_ops(struct mtd_info *mtd, loff_t offs, argument
1579 if (offs < 0 || offs + ops->len > mtd->size)
1589 mtd_div_by_ws(offs, mtd)) *
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v11_0.c5542 unsigned int offs, end; local
5560 offs = ring->wptr & ring->buf_mask;
5586 addr += offs << 2;
5624 ring->set_q_mode_offs = offs;
/linux-master/drivers/acpi/
H A Dcppc_acpi.c98 #define GET_PCC_VADDR(offs, pcc_ss_id) (pcc_data[pcc_ss_id]->pcc_comm_addr + \
99 0x8 + (offs))
/linux-master/arch/x86/entry/
H A Dcommon.c174 const unsigned int offs = (0x80 / 32) * 0x10; local
188 return apic_read(APIC_ISR + offs) & bit;
/linux-master/tools/perf/util/
H A Dannotate.c2205 kce.offs = sym->start;
/linux-master/sound/pci/hda/
H A Dpatch_realtek.c7001 u8 nsteps, offs;
7008 offs = ((caps & AC_AMPCAP_OFFSET) >> AC_AMPCAP_OFFSET_SHIFT) - 10;
7010 caps |= (nsteps << AC_AMPCAP_NUM_STEPS_SHIFT) | (offs << AC_AMPCAP_OFFSET_SHIFT);
6999 u8 nsteps, offs; local
/linux-master/fs/nilfs2/
H A Ddir.c114 size_t offs, rec_len; local
126 for (offs = 0; offs <= limit - NILFS_DIR_REC_LEN(1); offs += rec_len) {
127 p = (struct nilfs_dir_entry *)(kaddr + offs);
136 if (((offs + rec_len - 1) ^ offs) & ~(chunk_size-1))
139 if (offs != limit)
166 dir->i_ino, error, (folio->index << PAGE_SHIFT) + offs,
171 p = (struct nilfs_dir_entry *)(kaddr + offs);
[all...]
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_blit.c261 size_t offs = (diff_offs + diff->line_offset) / diff->cpp; local
264 rect->x1 = min_t(int, rect->x1, offs);
265 rect->x2 = max_t(int, rect->x2, offs + 1);
/linux-master/include/linux/
H A Dtimekeeping.h69 extern ktime_t ktime_get_with_offset(enum tk_offsets offs);
70 extern ktime_t ktime_get_coarse_with_offset(enum tk_offsets offs);
71 extern ktime_t ktime_mono_to_any(ktime_t tmono, enum tk_offsets offs);
/linux-master/kernel/trace/
H A Dtrace_probe.c997 static int __parse_imm_string(char *str, char **pbuf, int offs) argument
1002 trace_probe_log_err(offs + len, IMMSTR_NO_CLOSE);
1225 int offs; local
1235 offs = t2 + strlen(t2) - arg;
1237 trace_probe_log_err(ctx->offset + offs,
1258 offs = t ? t - arg : 0;
1269 trace_probe_log_err(ctx->offset + offs, NEED_STRING_TYPE);
1277 trace_probe_log_err(ctx->offset + offs, BAD_TYPE);
/linux-master/drivers/uio/
H A Duio.c69 return sprintf(buf, "0x%llx\n", (unsigned long long)mem->offs);
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddbg.c1358 u32 offs = le32_to_cpu(reg->fifos.offset), addr; local
1374 iwl_write_prph_no_grab(fwrt->trans, TXF_LARC_NUM + offs, iter->fifo);
1381 addr = le32_to_cpu(reg->addrs[i]) + offs;
1396 iwl_write_prph_no_grab(fwrt->trans, TXF_READ_MODIFY_ADDR + offs,
1397 TXF_WR_PTR + offs);
1400 iwl_read_prph_no_grab(fwrt->trans, TXF_READ_MODIFY_DATA + offs);
1403 addr = TXF_READ_MODIFY_DATA + offs;
1540 u32 offs = le32_to_cpu(reg->fifos.offset), addr; local
1562 addr = le32_to_cpu(reg->addrs[i]) + offs;
1576 offs
1745 u32 val, offs; local
2823 u32 offs = 0; local
[all...]
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_switch.c4469 .offs = {__VA_ARGS__}, \
4715 ice_prot_ext[rule->type].offs[j];
/linux-master/fs/gfs2/
H A Dbmap.c1328 unsigned int offs; local
1334 offs = oldsize & ~PAGE_MASK;
1335 if (offs && chunk > PAGE_SIZE)
1336 chunk = offs + ((chunk - offs) & PAGE_MASK);
1365 unsigned int offs = newsize & (blocksize - 1); local
1366 if (offs) {
1368 blocksize - offs);
2369 unsigned int offs; local
2375 offs
[all...]
/linux-master/arch/x86/kernel/kprobes/
H A Dcore.c624 unsigned long offs = addrmode_regoffs[p->ainsn.indirect.reg]; local
627 int3_emulate_jmp(regs, regs_get_register(regs, offs));
633 unsigned long offs = addrmode_regoffs[p->ainsn.indirect.reg]; local
635 int3_emulate_jmp(regs, regs_get_register(regs, offs));
/linux-master/arch/x86/kernel/fpu/
H A Dxstate.c140 unsigned int offs, i; local
155 offs = FXSAVE_SIZE + XSAVE_HDR_SIZE;
158 offs = ALIGN(offs, 64);
161 offs += xstate_sizes[i];
163 return offs;

Completed in 628 milliseconds

1234567891011>>