Home
last modified time | relevance | path

Searched defs:pos (Results 176 – 200 of 2868) sorted by relevance

12345678910>>...115

/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dptrace.c224 unsigned int pos, unsigned int count, in gpr32_set()
289 unsigned int pos, unsigned int count, in gpr64_set()
454 unsigned int *pos, unsigned int *count, in fpr_set_fpa()
469 unsigned int *pos, unsigned int *count, in fpr_set_msa()
503 unsigned int pos, unsigned int count, in fpr_set()
562 unsigned int pos, unsigned int count, in fp_mode_set()
647 unsigned int pos, unsigned int count, in msa_set()
716 unsigned int pos, unsigned int count, in dsp32_set()
782 unsigned int pos, unsigned int count, in dsp64_set()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dfault.c62 static void *_fault_stats_seq_start(struct seq_file *s, loff_t *pos) in _fault_stats_seq_start()
71 static void *_fault_stats_seq_next(struct seq_file *s, void *v, loff_t *pos) in _fault_stats_seq_next()
132 size_t len, loff_t *pos) in fault_opcodes_write()
206 size_t len, loff_t *pos) in fault_opcodes_read()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/gp_hash_table_map_/
H A Dinsert_no_store_hash_fn_imps.hpp59 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i); in find_ins_pos() local
101 const size_type pos = find_ins_pos(r_key, in insert_imp() local
/OK3568_Linux_fs/kernel/fs/proc/
H A Dinterrupts.c12 static void *int_seq_start(struct seq_file *f, loff_t *pos) in int_seq_start()
17 static void *int_seq_next(struct seq_file *f, void *v, loff_t *pos) in int_seq_next()
H A Ddevices.c28 static void *devinfo_start(struct seq_file *f, loff_t *pos) in devinfo_start()
35 static void *devinfo_next(struct seq_file *f, void *v, loff_t *pos) in devinfo_next()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/gp_hash_table_map_/
H A Dinsert_no_store_hash_fn_imps.hpp59 const size_type pos = ranged_probe_fn_base::operator()(r_key, hash, i); in find_ins_pos() local
101 const size_type pos = find_ins_pos(r_key, in insert_imp() local
/OK3568_Linux_fs/kernel/sound/isa/sb/
H A Demu8000_pcm.c452 int voice, unsigned long pos, in emu8k_pcm_copy()
465 int voice, unsigned long pos, in emu8k_pcm_copy_kernel()
479 int voice, unsigned long pos, unsigned long count) in emu8k_pcm_silence()
492 #define LOOP_WRITE(rec, pos, _buf, count, mode) \ argument
520 int voice, unsigned long pos, in emu8k_pcm_copy()
533 int voice, unsigned long pos, in emu8k_pcm_copy_kernel()
546 int voice, unsigned long pos, unsigned long count) in emu8k_pcm_silence()
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dvpd.c40 ssize_t pci_read_vpd(struct pci_dev *dev, loff_t pos, size_t count, void *buf) in pci_read_vpd()
55 ssize_t pci_write_vpd(struct pci_dev *dev, loff_t pos, size_t count, const void *buf) in pci_write_vpd()
175 static ssize_t pci_vpd_read(struct pci_dev *dev, loff_t pos, size_t count, in pci_vpd_read()
242 static ssize_t pci_vpd_write(struct pci_dev *dev, loff_t pos, size_t count, in pci_vpd_write()
319 static ssize_t pci_vpd_f0_read(struct pci_dev *dev, loff_t pos, size_t count, in pci_vpd_f0_read()
334 static ssize_t pci_vpd_f0_write(struct pci_dev *dev, loff_t pos, size_t count, in pci_vpd_f0_write()
/OK3568_Linux_fs/kernel/fs/ext2/
H A Ddir.c90 static int ext2_commit_chunk(struct page *page, loff_t pos, unsigned len) in ext2_commit_chunk()
266 loff_t pos = ctx->pos; in ext2_readdir() local
430 static int ext2_prepare_chunk(struct page *page, loff_t pos, unsigned len) in ext2_prepare_chunk()
439 loff_t pos = page_offset(page) + in ext2_set_link() local
473 loff_t pos; in ext2_add_link() local
566 loff_t pos; in ext2_delete_entry() local
/OK3568_Linux_fs/external/mpp/osal/inc/
H A Dmpp_hash.h157 #define hlist_for_each(pos, head) \ argument
160 #define hlist_for_each_safe(pos, n, head) \ argument
169 #define hlist_for_each_entry(pos, head, member) \ argument
174 #define hlist_for_each_entry_continue(pos, member) \ argument
179 #define hlist_for_each_entry_from(pos, member) \ argument
183 #define hlist_for_each_entry_safe(pos, n, head, member) \ argument
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/
H A Dbbt.c125 struct nand_pos pos; in nanddev_write_bbt() local
181 struct nand_pos pos; in nanddev_bbt_format() local
349 unsigned long *pos = nand->bbt.cache + in nanddev_bbt_get_block_status() local
388 unsigned long *pos = nand->bbt.cache + in nanddev_bbt_set_block_status() local
/OK3568_Linux_fs/kernel/sound/soc/codecs/aw883xx/
H A Daw_calib.c42 static void aw_fs_read(struct file *file, char *buf, size_t count, loff_t *pos) in aw_fs_read()
51 static void aw_fs_write(struct file *file, char *buf, size_t count, loff_t *pos) in aw_fs_write()
64 loff_t pos = 0; in aw_cali_write_cali_re_to_file() local
98 loff_t pos = 0; in aw_cali_get_cali_re_from_file() local
196 struct list_head *pos = NULL; in aw_cali_svc_get_devs_re_range() local
442 struct list_head *pos = NULL; in aw_cali_svc_get_devs_r0() local
493 struct list_head *pos = NULL; in aw_cali_svc_get_devs_f0() local
562 struct list_head *pos = NULL; in aw_cali_svc_get_devs_te() local
1085 struct list_head *pos = NULL; in aw_cali_svc_devs_cali_mode_enable() local
1130 struct list_head *pos = NULL; in aw_cali_svc_devs_get_cali_re() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_debugfs.c55 static void *seq_tab_get_idx(struct seq_tab *tb, loff_t pos) in seq_tab_get_idx()
61 static void *seq_tab_start(struct seq_file *seq, loff_t *pos) in seq_tab_start()
71 static void *seq_tab_next(struct seq_file *seq, void *v, loff_t *pos) in seq_tab_next()
664 size_t count, loff_t *pos) in tp_la_write()
803 size_t count, loff_t *pos) in pm_stats_clear()
1042 static inline void *devlog_get_idx(struct devlog_info *dinfo, loff_t pos) in devlog_get_idx()
1050 static void *devlog_start(struct seq_file *seq, loff_t *pos) in devlog_start()
1059 static void *devlog_next(struct seq_file *seq, void *v, loff_t *pos) in devlog_next()
1192 static inline void *mboxlog_get_idx(struct seq_file *seq, loff_t pos) in mboxlog_get_idx()
1200 static void *mboxlog_start(struct seq_file *seq, loff_t *pos) in mboxlog_start()
[all …]
/OK3568_Linux_fs/kernel/sound/usb/caiaq/
H A Dcontrol.c25 int pos = kcontrol->private_value; in control_info() local
71 int pos = kcontrol->private_value; in control_get() local
88 int pos = kcontrol->private_value; in control_put() local
/OK3568_Linux_fs/kernel/drivers/accessibility/speakup/
H A Dspeakup_soft.c200 loff_t *pos, int unicode) in softsynthx_read()
305 loff_t *pos) in softsynth_read()
311 loff_t *pos) in softsynthu_read()
319 size_t count, loff_t *pos) in softsynth_write()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_pkt_ofld.c60 struct pkt_ofld_req *pos = NULL; in _phl_pkt_ofld_dbg_dump_pkt_info() local
79 struct pkt_ofld_entry *pos = NULL; in _phl_pkt_ofld_dbg_dump() local
149 struct pkt_ofld_req *pos = NULL; in _phl_pkt_ofld_get_req() local
669 struct pkt_ofld_entry *pos = NULL; in _phl_pkt_ofld_is_entry_exist() local
687 struct pkt_ofld_req *pos = NULL; in _phl_pkt_ofld_del_all_req() local
760 struct pkt_ofld_entry *pos = NULL; in _phl_pkt_ofld_get_entry() local
876 struct pkt_ofld_entry *pos = NULL; in phl_pkt_ofld_deinit() local
899 struct pkt_ofld_entry *pos = NULL; in phl_pkt_ofld_reset_all_entry() local
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dbuild-id.c295 #define dsos__for_each_with_build_id(pos, head) \ argument
330 struct dso *pos; in machine__write_buildid_table() local
381 struct machine *pos = rb_entry(nd, struct machine, rb_node); in perf_session__write_buildid_table() local
391 struct dso *pos; in __dsos__hit_all() local
415 struct machine *pos = rb_entry(nd, struct machine, rb_node); in dsos__hit_all() local
854 struct dso *pos; in __dsos__cache_build_ids() local
884 struct machine *pos = rb_entry(nd, struct machine, rb_node); in perf_session__cache_build_ids() local
902 struct machine *pos = rb_entry(nd, struct machine, rb_node); in perf_session__read_build_ids() local
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_pkt_ofld.c60 struct pkt_ofld_req *pos = NULL; in _phl_pkt_ofld_dbg_dump_pkt_info() local
79 struct pkt_ofld_entry *pos = NULL; in _phl_pkt_ofld_dbg_dump() local
149 struct pkt_ofld_req *pos = NULL; in _phl_pkt_ofld_get_req() local
669 struct pkt_ofld_entry *pos = NULL; in _phl_pkt_ofld_is_entry_exist() local
687 struct pkt_ofld_req *pos = NULL; in _phl_pkt_ofld_del_all_req() local
760 struct pkt_ofld_entry *pos = NULL; in _phl_pkt_ofld_get_entry() local
876 struct pkt_ofld_entry *pos = NULL; in phl_pkt_ofld_deinit() local
899 struct pkt_ofld_entry *pos = NULL; in phl_pkt_ofld_reset_all_entry() local
/OK3568_Linux_fs/kernel/drivers/pci/pcie/
H A Dptm.c34 int pos; in pci_ptm_init() local
101 int pos; in pci_enable_ptm() local
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dlpt.c229 static void pack_bits(uint8_t **addr, int *pos, uint32_t val, int nrbits) in pack_bits()
279 uint32_t ubifs_unpack_bits(uint8_t **addr, int *pos, int nrbits) in ubifs_unpack_bits()
350 int i, pos = 0; in ubifs_pack_pnode() local
383 int i, pos = 0; in ubifs_pack_nnode() local
415 int i, pos = 0; in ubifs_pack_ltab() local
439 int i, pos = 0; in ubifs_pack_lsave() local
912 int pos = 0; in check_lpt_crc() local
938 int *pos, int type) in check_lpt_type()
964 int i, pos = 0, err; in unpack_pnode() local
1001 int i, pos = 0, err; in ubifs_unpack_nnode() local
[all …]
/OK3568_Linux_fs/kernel/net/llc/
H A Dllc_proc.c34 static struct sock *llc_get_sk_idx(loff_t pos) in llc_get_sk_idx()
59 static void *llc_seq_start(struct seq_file *seq, loff_t *pos) __acquires(RCU) in llc_seq_start()
80 static void *llc_seq_next(struct seq_file *seq, void *v, loff_t *pos) in llc_seq_next()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Dopal-msglog.c34 ssize_t memcons_copy(struct memcons *mc, char *to, loff_t pos, size_t count) in memcons_copy()
91 ssize_t opal_msglog_copy(char *to, loff_t pos, size_t count) in opal_msglog_copy()
98 loff_t pos, size_t count) in opal_msglog_read()
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/cpu/
H A Dmb.c136 static void *c_start(struct seq_file *m, loff_t *pos) in c_start()
143 static void *c_next(struct seq_file *m, void *v, loff_t *pos) in c_next()
/OK3568_Linux_fs/kernel/security/smack/
H A Dsmackfs.c531 static void *smk_seq_start(struct seq_file *s, loff_t *pos, in smk_seq_start()
548 static void *smk_seq_next(struct seq_file *s, void *v, loff_t *pos, in smk_seq_next()
607 static void *load2_seq_start(struct seq_file *s, loff_t *pos) in load2_seq_start()
612 static void *load2_seq_next(struct seq_file *s, void *v, loff_t *pos) in load2_seq_next()
751 static void *cipso_seq_start(struct seq_file *s, loff_t *pos) in cipso_seq_start()
756 static void *cipso_seq_next(struct seq_file *s, void *v, loff_t *pos) in cipso_seq_next()
1042 static void *net4addr_seq_start(struct seq_file *s, loff_t *pos) in net4addr_seq_start()
1047 static void *net4addr_seq_next(struct seq_file *s, void *v, loff_t *pos) in net4addr_seq_next()
1308 static void *net6addr_seq_start(struct seq_file *s, loff_t *pos) in net6addr_seq_start()
1313 static void *net6addr_seq_next(struct seq_file *s, void *v, loff_t *pos) in net6addr_seq_next()
[all …]
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dspellingtrie.cpp268 for (size_t pos = 0; pos < node->num_of_son; pos++) { in free_son_trie() local
378 for (uint16 pos = 0; pos < spelling_num_; pos++) { in build_ym_info() local
721 for (uint8 pos = 0; pos < ym_num_; pos++) in get_ym_id() local
759 for (size_t pos = 0; pos < spelling_size_; pos++) { in get_spelling_str16() local
794 for (size_t pos = 0; pos <= kMaxPinyinSize; pos++) { in get_spelling_str16() local

12345678910>>...115