Home
last modified time | relevance | path

Searched defs:pos (Results 601 – 625 of 2222) sorted by relevance

1...<<21222324252627282930>>...89

/openbmc/linux/net/wireless/
H A Dscan.c270 u8 **pos, u8 *buf, size_t buf_len) in cfg80211_copy_elem_with_frags()
311 u8 *pos = new_ie; in cfg80211_gen_new_ie() local
577 const u8 *pos, u8 length, in cfg80211_parse_ap_info()
653 const u8 *pos, *end; in cfg80211_parse_colocated_ap() local
1185 struct cfg80211_sched_scan_request *pos; in cfg80211_find_sched_scan_req() local
1206 struct cfg80211_sched_scan_request *pos; in cfg80211_sched_scan_req_possible() local
2590 const u8 *pos, *end; in cfg80211_tbtt_info_for_mld_ap() local
2673 const u8 *pos; in cfg80211_parse_ml_elem_sta_data() local
3355 const u8 *pos, *end, *next; in ieee80211_scan_add_ies() local
/openbmc/linux/drivers/scsi/
H A Dscsi_proc.c482 static void *scsi_seq_start(struct seq_file *sfile, loff_t *pos) in scsi_seq_start()
495 static void *scsi_seq_next(struct seq_file *sfile, void *v, loff_t *pos) in scsi_seq_next()
/openbmc/linux/fs/
H A Dremap_range.c102 static int remap_verify_area(struct file *file, loff_t pos, loff_t len, in remap_verify_area()
154 static struct folio *vfs_dedupe_get_folio(struct file *file, loff_t pos) in vfs_dedupe_get_folio()
/openbmc/linux/drivers/net/ethernet/marvell/octeon_ep/
H A Doctep_ctrl_net.c282 struct octep_ctrl_net_wait_data *pos, *n; in process_mbox_resp() local
358 struct octep_ctrl_net_wait_data *pos, *n; in octep_ctrl_net_uninit() local
/openbmc/linux/drivers/s390/cio/
H A Dvfio_ccw_ops.c213 loff_t pos = *ppos & VFIO_CCW_OFFSET_MASK; in vfio_ccw_mdev_read_io_region() local
258 loff_t pos = *ppos & VFIO_CCW_OFFSET_MASK; in vfio_ccw_mdev_write_io_region() local
/openbmc/linux/drivers/rtc/
H A Drtc-stk17ta8.c233 static int stk17ta8_nvram_read(void *priv, unsigned int pos, void *val, in stk17ta8_nvram_read()
245 static int stk17ta8_nvram_write(void *priv, unsigned int pos, void *val, in stk17ta8_nvram_write()
H A Drtc-ds1553.c224 static int ds1553_nvram_read(void *priv, unsigned int pos, void *val, in ds1553_nvram_read()
237 static int ds1553_nvram_write(void *priv, unsigned int pos, void *val, in ds1553_nvram_write()
/openbmc/qemu/include/hw/xen/interface/io/
H A Dkbdif.h474 } pos; member
490 struct xenkbd_position pos; member
/openbmc/linux/fs/ntfs3/
H A Ddir.c353 const struct INDEX_HDR *hdr, u64 vbo, u64 pos, in ntfs_read_hdr()
409 u32 pos = ctx->pos; in ntfs_readdir() local
/openbmc/linux/fs/fuse/
H A Dreaddir.c33 struct fuse_dirent *dirent, loff_t pos) in fuse_add_dirent_to_cache()
94 static void fuse_readdir_cache_end(struct file *file, loff_t pos) in fuse_readdir_cache_end()
/openbmc/linux/drivers/platform/x86/intel/
H A Dvsec.c270 int pos = 0; in intel_vsec_walk_dvsec() local
320 int pos = 0; in intel_vsec_walk_vsec() local
/openbmc/linux/arch/csky/kernel/
H A Dptrace.c91 unsigned int pos, unsigned int count, in gpr_set()
139 unsigned int pos, unsigned int count, in fpr_set()
/openbmc/linux/arch/arm64/kernel/
H A Dsys32.c76 size_t, count, u32, __pad, arg_u32p(pos)) in COMPAT_SYSCALL_DEFINE6()
83 arg_u32p(pos)) in COMPAT_SYSCALL_DEFINE6()
/openbmc/linux/include/xen/interface/io/
H A Dkbdif.h471 } pos; member
486 struct xenkbd_position pos; member
/openbmc/linux/security/integrity/ima/
H A Dima_fs.c77 static void *ima_measurements_start(struct seq_file *m, loff_t *pos) in ima_measurements_start()
94 static void *ima_measurements_next(struct seq_file *m, void *v, loff_t *pos) in ima_measurements_next()
/openbmc/u-boot/drivers/i2c/
H A Dxilinx_xiic.c110 u32 pos = 0; in xiic_read_rx() local
145 u32 pos = 0; in xiic_fill_tx_fifo() local
/openbmc/linux/arch/powerpc/xmon/
H A Dspu.h80 #define SIGNED_EXTRACT(insn,size,pos) (((int)((insn) << (32-size-pos))) >> (32-size)) argument
81 #define UNSIGNED_EXTRACT(insn,size,pos) (((insn) >> pos) & ((1 << size)-1)) argument
/openbmc/linux/arch/xtensa/kernel/
H A Dptrace.c69 unsigned int pos, unsigned int count, in gpr_set()
153 unsigned int pos, unsigned int count, in tie_set()
/openbmc/linux/fs/cachefiles/
H A Ddaemon.c260 size_t buflen, loff_t *pos) in cachefiles_daemon_read()
281 loff_t *pos) in cachefiles_daemon_write()
/openbmc/linux/fs/ocfs2/
H A Dmmap.c53 loff_t pos = page_offset(page); in __ocfs2_page_mkwrite() local
/openbmc/linux/drivers/soundwire/
H A Dintel_ace2x_debugfs.c25 char *buf, size_t pos, unsigned int reg) in intel_sprintf()
/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Dapei.c179 int rc, pos; in apei_read_mce() local
/openbmc/linux/drivers/firmware/google/
H A Dmemconsole-coreboot.c40 static ssize_t memconsole_coreboot_read(char *buf, loff_t pos, size_t count) in memconsole_coreboot_read()
/openbmc/linux/net/rds/
H A Dib_ring.c97 u32 rds_ib_ring_alloc(struct rds_ib_work_ring *ring, u32 val, u32 *pos) in rds_ib_ring_alloc()
/openbmc/linux/kernel/
H A Dusermode_driver.c18 loff_t pos = 0; in blob_to_mnt() local

1...<<21222324252627282930>>...89