Home
last modified time | relevance | path

Searched defs:offs (Results 1 – 25 of 345) sorted by relevance

12345678910>>...14

/OK3568_Linux_fs/kernel/drivers/scsi/aic94xx/
H A Daic94xx_reg.c18 unsigned long offs, u8 val) in asd_write_byte()
29 unsigned long offs, u16 val) in asd_write_word()
40 unsigned long offs, u32 val) in asd_write_dword()
52 static u8 asd_read_byte(struct asd_ha_struct *asd_ha, unsigned long offs) in asd_read_byte()
65 unsigned long offs) in asd_read_word()
78 unsigned long offs) in asd_read_dword()
285 u32 offs, int count) in asd_read_reg_string()
304 u32 offs, int count) in asd_write_reg_string()
H A Daic94xx_reg.h101 u16 offs) in asd_ddbsite_read_byte()
127 u16 offs, u8 val) in asd_ddbsite_write_byte()
154 u16 offs) in asd_scbsite_read_byte()
180 u16 offs, u8 val) in asd_scbsite_write_byte()
207 u16 ddb_site_no, u16 offs, in asd_ddbsite_update_word()
228 u16 ddb_site_no, u16 offs, in asd_ddbsite_update_byte()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/altera/
H A Daltera_utils.c9 void tse_set_bit(void __iomem *ioaddr, size_t offs, u32 bit_mask) in tse_set_bit()
16 void tse_clear_bit(void __iomem *ioaddr, size_t offs, u32 bit_mask) in tse_clear_bit()
23 int tse_bit_is_set(void __iomem *ioaddr, size_t offs, u32 bit_mask) in tse_bit_is_set()
29 int tse_bit_is_clear(void __iomem *ioaddr, size_t offs, u32 bit_mask) in tse_bit_is_clear()
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dscan.c58 int offs, int quiet) in ubifs_scan_a_node()
126 int offs, void *sbuf) in ubifs_start_scan()
164 int lnum, int offs) in ubifs_end_scan()
182 void *buf, int offs) in ubifs_add_snod()
225 void ubifs_scanned_corruption(const struct ubifs_info *c, int lnum, int offs, in ubifs_scanned_corruption()
255 int offs, void *sbuf, int quiet) in ubifs_scan()
H A Dlpt_commit.c184 int lnum, offs, len, alen, done_lsave, done_ltab, err; in layout_cnodes() local
362 int lnum, offs, len, from, err, wlen, alen, done_ltab, done_lsave; in write_cnodes() local
861 int offs) in make_nnode_dirty()
910 int offs) in make_pnode_dirty()
939 static int make_ltab_dirty(struct ubifs_info *c, int lnum, int offs) in make_ltab_dirty()
964 static int make_lsave_dirty(struct ubifs_info *c, int lnum, int offs) in make_lsave_dirty()
992 int lnum, int offs) in make_node_dirty()
1035 int offs, pad_len; in get_pad_len() local
1107 int err, len = c->leb_size, node_type, node_num, node_len, offs; in lpt_gc_lnum() local
1476 static int dbg_is_nnode_dirty(struct ubifs_info *c, int lnum, int offs) in dbg_is_nnode_dirty()
[all …]
H A Drecovery.c101 int err, offs, len; in get_master_node() local
402 static int is_last_write(const struct ubifs_info *c, void *buf, int offs) in is_last_write()
430 int *offs, int *len) in clean_buf()
459 int lnum, int offs) in no_more_nodes()
562 static void drop_last_group(struct ubifs_scan_leb *sleb, int *offs) in drop_last_group()
591 static void drop_last_node(struct ubifs_scan_leb *sleb, int *offs) in drop_last_node()
623 int offs, void *sbuf, int jhead) in ubifs_recover_leb()
832 static int get_cs_sqnum(struct ubifs_info *c, int lnum, int offs, in get_cs_sqnum()
890 int offs, void *sbuf) in ubifs_recover_log_leb()
945 static int recover_head(struct ubifs_info *c, int lnum, int offs, void *sbuf) in recover_head()
[all …]
H A Dio.c87 int ubifs_leb_read(const struct ubifs_info *c, int lnum, void *buf, int offs, in ubifs_leb_read()
105 int ubifs_leb_write(struct ubifs_info *c, int lnum, const void *buf, int offs, in ubifs_leb_write()
226 int offs, int quiet, int must_chk_crc) in ubifs_check_node()
623 int ubifs_wbuf_seek_nolock(struct ubifs_wbuf *wbuf, int lnum, int offs) in ubifs_wbuf_seek_nolock()
950 int offs, int hmac_offs) in ubifs_write_node_hmac()
991 int offs) in ubifs_write_node()
1012 int lnum, int offs) in ubifs_read_node_wbuf()
1089 int lnum, int offs) in ubifs_read_node()
H A Dtnc.c70 static int insert_old_idx(struct ubifs_info *c, int lnum, int offs) in insert_old_idx()
445 int offs = zbr->offs; in try_read_node() local
1007 static int matches_position(struct ubifs_zbranch *zbr, int lnum, int offs) in matches_position()
1035 int lnum, int offs) in resolve_collision_directly()
1441 void *node, int *lnum, int *offs) in ubifs_tnc_locate()
1516 int n, err = 0, lnum = -1, offs; in ubifs_tnc_get_bu_keys() local
1647 int offs) in read_wbuf()
1753 int lnum = bu->zbranch[0].lnum, offs = bu->zbranch[0].offs, len, err, i; in ubifs_tnc_bulk_read() local
2274 int offs, int len, const u8 *hash) in ubifs_tnc_add()
2325 int old_lnum, int old_offs, int lnum, int offs, int len) in ubifs_tnc_replace()
[all …]
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dscan.c63 int offs, int quiet) in ubifs_scan_a_node()
131 int offs, void *sbuf) in ubifs_start_scan()
169 int lnum, int offs) in ubifs_end_scan()
188 void *buf, int offs) in ubifs_add_snod()
231 void ubifs_scanned_corruption(const struct ubifs_info *c, int lnum, int offs, in ubifs_scanned_corruption()
261 int offs, void *sbuf, int quiet) in ubifs_scan()
H A Dlpt_commit.c192 int lnum, offs, len, alen, done_lsave, done_ltab, err; in layout_cnodes() local
371 int lnum, offs, len, from, err, wlen, alen, done_ltab, done_lsave; in write_cnodes() local
905 int offs) in make_nnode_dirty()
954 int offs) in make_pnode_dirty()
983 static int make_ltab_dirty(struct ubifs_info *c, int lnum, int offs) in make_ltab_dirty()
1008 static int make_lsave_dirty(struct ubifs_info *c, int lnum, int offs) in make_lsave_dirty()
1036 int lnum, int offs) in make_node_dirty()
1079 int offs, pad_len; in get_pad_len() local
1151 int err, len = c->leb_size, node_type, node_num, node_len, offs; in lpt_gc_lnum() local
1519 static int dbg_is_nnode_dirty(struct ubifs_info *c, int lnum, int offs) in dbg_is_nnode_dirty()
[all …]
H A Drecovery.c106 int err, offs, len; in get_master_node() local
408 static int is_last_write(const struct ubifs_info *c, void *buf, int offs) in is_last_write()
436 int *offs, int *len) in clean_buf()
466 int lnum, int offs) in no_more_nodes()
571 static void drop_last_group(struct ubifs_scan_leb *sleb, int *offs) in drop_last_group()
600 static void drop_last_node(struct ubifs_scan_leb *sleb, int *offs) in drop_last_node()
632 int offs, void *sbuf, int jhead) in ubifs_recover_leb()
808 static int get_cs_sqnum(struct ubifs_info *c, int lnum, int offs, in get_cs_sqnum()
866 int offs, void *sbuf) in ubifs_recover_log_leb()
921 static int recover_head(struct ubifs_info *c, int lnum, int offs, void *sbuf) in recover_head()
[all …]
H A Dio.c93 int ubifs_leb_read(const struct ubifs_info *c, int lnum, void *buf, int offs, in ubifs_leb_read()
111 int ubifs_leb_write(struct ubifs_info *c, int lnum, const void *buf, int offs, in ubifs_leb_write()
240 int offs, int quiet, int must_chk_crc) in ubifs_check_node()
574 int ubifs_wbuf_seek_nolock(struct ubifs_wbuf *wbuf, int lnum, int offs) in ubifs_wbuf_seek_nolock()
866 int offs) in ubifs_write_node()
906 int lnum, int offs) in ubifs_read_node_wbuf()
983 int lnum, int offs) in ubifs_read_node()
H A Dreplay.c51 int offs; member
350 static int insert_node(struct ubifs_info *c, int lnum, int offs, int len, in insert_node()
398 static int insert_dent(struct ubifs_info *c, int lnum, int offs, int len, in insert_dent()
538 int err = 0, used = 0, lnum = b->bud->lnum, offs = b->bud->start; in replay_bud() local
739 static int add_replay_bud(struct ubifs_info *c, int lnum, int offs, int jhead, in add_replay_bud()
784 unsigned int offs = le32_to_cpu(ref->offs); in validate_ref() local
820 static int replay_log_leb(struct ubifs_info *c, int lnum, int offs, void *sbuf) in replay_log_leb()
H A Dtnc.c77 static int insert_old_idx(struct ubifs_info *c, int lnum, int offs) in insert_old_idx()
452 int len, int lnum, int offs) in try_read_node()
1010 static int matches_position(struct ubifs_zbranch *zbr, int lnum, int offs) in matches_position()
1038 int lnum, int offs) in resolve_collision_directly()
1447 void *node, int *lnum, int *offs) in ubifs_tnc_locate()
1653 int offs) in read_wbuf()
1753 int lnum = bu->zbranch[0].lnum, offs = bu->zbranch[0].offs, len, err, i; in ubifs_tnc_bulk_read() local
2167 int offs, int len) in ubifs_tnc_add()
2216 int old_lnum, int old_offs, int lnum, int offs, int len) in ubifs_tnc_replace()
2299 int lnum, int offs, int len, const struct qstr *nm) in ubifs_tnc_add_nm()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpio/
H A Dgpio-syscon.c61 unsigned int val, offs; in syscon_gpio_get() local
77 unsigned int offs; in syscon_gpio_set() local
92 unsigned int offs; in syscon_gpio_dir_in() local
110 unsigned int offs; in syscon_gpio_dir_out() local
138 unsigned int offs; in rockchip_gpio_set() local
166 unsigned int offs; in keystone_gpio_set() local
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dnand_bbt.c170 struct nand_bbt_descr *td, int offs) in read_bbt()
268 int offs = 0; in read_abs_bbt() local
288 static int scan_read_data(struct mtd_info *mtd, uint8_t *buf, loff_t offs, in scan_read_data()
312 static int scan_read_oob(struct mtd_info *mtd, uint8_t *buf, loff_t offs, in scan_read_oob()
342 static int scan_read(struct mtd_info *mtd, uint8_t *buf, loff_t offs, in scan_read()
352 static int scan_write_bbt(struct mtd_info *mtd, loff_t offs, size_t len, in scan_write_bbt()
412 loff_t offs, uint8_t *buf, int numpages) in scan_block_fast()
560 loff_t offs = (loff_t)actblock << this->bbt_erase_shift; in search_bbt() local
624 int bits, startblock, dir, page, offs, numblocks, sft, sftmsk; in write_bbt() local
1148 static int nand_update_bbt(struct mtd_info *mtd, loff_t offs) in nand_update_bbt()
[all …]
H A Dsunxi_nand_spl.c215 static int nand_load_page(const struct nfc_config *conf, u32 offs) in nand_load_page()
255 static int nand_read_page(const struct nfc_config *conf, u32 offs, in nand_read_page()
368 static int nand_detect_ecc_config(struct nfc_config *conf, u32 offs, in nand_detect_ecc_config()
441 static int nand_detect_config(struct nfc_config *conf, u32 offs, void *dest) in nand_detect_config()
474 static int nand_read_buffer(struct nfc_config *conf, uint32_t offs, in nand_read_buffer()
525 int nand_spl_load_image(uint32_t offs, unsigned int size, void *dest) in nand_spl_load_image()
/OK3568_Linux_fs/kernel/drivers/pinctrl/samsung/
H A Dpinctrl-exynos.h60 #define EXYNOS_PIN_BANK_EINTG(pins, reg, id, offs) \ argument
70 #define EXYNOS_PIN_BANK_EINTW(pins, reg, id, offs) \ argument
80 #define EXYNOS5433_PIN_BANK_EINTG(pins, reg, id, offs) \ argument
90 #define EXYNOS5433_PIN_BANK_EINTW(pins, reg, id, offs) \ argument
100 #define EXYNOS5433_PIN_BANK_EINTW_EXT(pins, reg, id, offs, pctl_idx) \ argument
/OK3568_Linux_fs/kernel/drivers/mtd/tests/
H A Dstresstest.c58 unsigned int offs; in rand_offs() local
65 static int rand_len(int offs) in rand_len()
77 int offs = rand_offs(); in do_read() local
93 int eb = rand_eb(), offs, err, len; in do_write() local
/OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/
H A Dnand_bbt.c167 struct nand_bbt_descr *td, int offs) in read_bbt()
267 int offs = 0; in read_abs_bbt() local
287 static int scan_read_data(struct nand_chip *this, uint8_t *buf, loff_t offs, in scan_read_data()
312 static int scan_read_oob(struct nand_chip *this, uint8_t *buf, loff_t offs, in scan_read_oob()
343 static int scan_read(struct nand_chip *this, uint8_t *buf, loff_t offs, in scan_read()
353 static int scan_write_bbt(struct nand_chip *this, loff_t offs, size_t len, in scan_write_bbt()
415 loff_t offs, uint8_t *buf) in scan_block_fast()
561 loff_t offs = (loff_t)actblock << this->bbt_erase_shift; in search_bbt() local
720 int bits, page, offs, numblocks, sft, sftmsk; in write_bbt() local
1041 static int nand_update_bbt(struct nand_chip *this, loff_t offs) in nand_update_bbt()
[all …]
/OK3568_Linux_fs/kernel/fs/crypto/
H A Dcrypto.c104 unsigned int offs, gfp_t gfp_flags) in fscrypt_crypt_block()
174 unsigned int offs, in fscrypt_encrypt_pagecache_blocks()
230 unsigned int len, unsigned int offs, in fscrypt_encrypt_block_inplace()
256 unsigned int offs) in fscrypt_decrypt_pagecache_blocks()
299 unsigned int len, unsigned int offs, in fscrypt_decrypt_block_inplace()
/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/signal/testcases/
H A Dtestcases.c8 size_t offs = 0; in get_header() local
56 size_t offs = 0; in validate_reserved() local
174 size_t offs = 0; in get_starting_head() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_topology.c213 #define sysfs_show_gen_prop(buffer, offs, fmt, ...) \ argument
216 #define sysfs_show_32bit_prop(buffer, offs, name, value) \ argument
218 #define sysfs_show_64bit_prop(buffer, offs, name, value) \ argument
220 #define sysfs_show_32bit_val(buffer, offs, value) \ argument
222 #define sysfs_show_str_val(buffer, offs, value) \ argument
228 int offs = 0; in sysprops_show() local
267 int offs = 0; in iolink_show() local
307 int offs = 0; in mem_show() local
339 int offs = 0; in kfd_cache_show() local
391 int offs = 0; in perf_show() local
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/
H A Dfdt-common.c27 int offs; in ft_hs_disable_rng() local
75 int offs, len; in ft_hs_fixup_dram() local
131 int offs; in ft_hs_add_tee() local
/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Dio.h26 unsigned long offs = offset - DWC3_GLOBALS_REGS_START; in dwc3_readl() local
41 unsigned long offs = offset - DWC3_GLOBALS_REGS_START; in dwc3_writel() local

12345678910>>...14