Searched refs:offs (Results 351 - 375 of 387) sorted by relevance

<<111213141516

/linux-master/include/net/
H A Dmac80211.h5427 * @offs: &struct ieee80211_mutable_offsets pointer to struct that will
5447 struct ieee80211_mutable_offsets *offs,
5454 * @offs: &struct ieee80211_mutable_offsets pointer to struct that will
5468 struct ieee80211_mutable_offsets *offs,
5477 * @bcn.offs: &struct ieee80211_mutable_offsets pointer to struct that will
5484 struct ieee80211_mutable_offsets offs; member in struct:ieee80211_ema_beacons::__anon2775
/linux-master/drivers/mtd/nand/raw/
H A Dmxc_nand.c1442 .offs = 0,
1452 .offs = 0,
H A Dmarvell_nand.c2369 .offs = 8,
2379 .offs = 8,
H A Dnand_base.c4761 * @offs: offset relative to mtd start
4763 static int nand_block_isbad(struct mtd_info *mtd, loff_t offs) argument
4766 int chipnr = (int)(offs >> chip->chip_shift);
4774 ret = nand_block_checkbad(chip, offs, 0);
/linux-master/include/uapi/linux/
H A Dsoundcard.h704 int offs; /* If required by the device (0 if not used) */ member in struct:copr_buffer
/linux-master/drivers/infiniband/hw/qib/
H A Dqib.h689 u32 offs, u64 *data, u64 mask, int only_32);
H A Dqib_iba7220.c3863 u32 offs, u64 *data, u64 mask, int only_32)
3866 unsigned idx = offs / sizeof(u64);
3870 qib_dev_err(dd, "SendCtrl Hook called with offs %X, %s-bit\n",
3871 offs, only_32 ? "32" : "64");
3861 sendctrl_hook(struct qib_devdata *dd, const struct diag_observer *op, u32 offs, u64 *data, u64 mask, int only_32) argument
/linux-master/drivers/platform/surface/
H A Dsurface_dtx.c460 static ssize_t surface_dtx_read(struct file *file, char __user *buf, size_t count, loff_t *offs) argument
/linux-master/include/linux/mtd/
H A Drawnand.h374 int (*read_subpage)(struct nand_chip *chip, uint32_t offs,
/linux-master/tools/perf/util/
H A Dsort.c1189 size_t ret = 0, offs; local
1201 offs = ip - sym->start;
1202 if (offs)
1203 ret += repsep_snprintf(bf + ret, size - ret, "+0x%llx", offs);
H A Dintel-pt.c883 u64 offs; local
888 offs = offset + intel_pt_insn->length;
889 eptw = intel_pt_emulated_ptwrite(dso, machine, offs);
H A Dprobe-event.c704 struct map *map, u64 offs)
707 u64 addr = tp->address - offs;
729 tp->address -= offs;
703 post_process_probe_trace_point(struct probe_trace_point *tp, struct map *map, u64 offs) argument
/linux-master/drivers/uio/
H A Duio.c69 return sprintf(buf, "0x%llx\n", (unsigned long long)mem->offs);
/linux-master/drivers/mtd/spi-nor/
H A Dcore.c178 static int spi_nor_controller_ops_erase(struct spi_nor *nor, loff_t offs) argument
183 return nor->controller_ops->erase(nor, offs);
/linux-master/fs/ext4/
H A Dnamei.c281 u16 offs; member in struct:dx_map_entry
1340 map_tail->offs = ((char *) de - base)>>2;
1922 (from + (map->offs<<2));
/linux-master/drivers/scsi/
H A Dips.c6862 uint32_t offs; local
6865 offs = mem_addr - base;
6869 mem_ptr = ioremap_ptr + offs;
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dhtt.h2168 void (*rx_desc_get_offsets)(struct htt_rx_ring_rx_desc_offsets *offs);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v11_0.c5537 unsigned int offs, end;
5555 offs = ring->wptr & ring->buf_mask;
5581 addr += offs << 2;
5619 ring->set_q_mode_offs = offs;
5542 unsigned int offs, end; local
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt76_connac_mcu.h153 __be32 offs; member in struct:mt76_connac2_patch_sec
/linux-master/drivers/net/wireless/ath/ath12k/
H A Dwmi.c1778 struct ieee80211_mutable_offsets *offs,
1800 cmd->tim_ie_offset = cpu_to_le32(offs->tim_offset);
1801 cmd->csa_switch_count_offset = cpu_to_le32(offs->cntdwn_counter_offs[0]);
1802 cmd->ext_csa_switch_count_offset = cpu_to_le32(offs->cntdwn_counter_offs[1]);
1777 ath12k_wmi_bcn_tmpl(struct ath12k *ar, u32 vdev_id, struct ieee80211_mutable_offsets *offs, struct sk_buff *bcn) argument
/linux-master/drivers/net/wireless/ath/wcn36xx/
H A Dsmd.c3214 #define BEACON_FILTER(eid, presence, offs, val, mask, ref_val) \
3218 .offset = offs, \
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dwmi.c1752 struct ieee80211_mutable_offsets *offs,
1783 cmd->tim_ie_offset = offs->tim_offset;
1786 cmd->csa_switch_count_offset = offs->cntdwn_counter_offs[0];
1787 cmd->ext_csa_switch_count_offset = offs->cntdwn_counter_offs[1];
1791 cmd->mbssid_ie_offset = offs->mbssid_off;
1751 ath11k_wmi_bcn_tmpl(struct ath11k *ar, u32 vdev_id, struct ieee80211_mutable_offsets *offs, struct sk_buff *bcn, u32 ema_params) argument
/linux-master/fs/ocfs2/
H A Dxattr.c3011 size_t offs = le16_to_cpu(last->xe_name_offset); local
3012 if (offs < min_offs)
3013 min_offs = offs;
/linux-master/tools/perf/scripts/python/
H A Dexported-sql-viewer.py165 def findnth(s, sub, n, offs=0):
170 return offs + pos
171 return findnth(s[pos + 1:], sub, n - 1, offs + pos + 1)
/linux-master/drivers/s390/block/
H A Ddasd_eckd.c4501 unsigned int offs; local
4579 offs = sector_div(trkid, blk_per_trk);
4580 count_to_trk_end = blk_per_trk - offs;

Completed in 577 milliseconds

<<111213141516