Home
last modified time | relevance | path

Searched refs:offsetp (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dsandbox_spi.c128 uint *map_sizep, uint *offsetp) in sandbox_spi_get_mmap() argument
132 *offsetp = 0x100; in sandbox_spi_get_mmap()
H A Dspi-uclass.c105 uint *offsetp) in dm_spi_get_mmap() argument
115 return ops->get_mmap(dev, map_basep, map_sizep, offsetp); in dm_spi_get_mmap()
/OK3568_Linux_fs/u-boot/lib/
H A Dmembuff.c23 char ***data, int *offsetp) in membuff_putrawflex() argument
28 assert(data && offsetp); in membuff_putrawflex()
30 *offsetp = mb->head - mb->start; in membuff_putrawflex()
/OK3568_Linux_fs/u-boot/include/
H A Dspi.h497 uint *map_sizep, uint *offsetp);
699 uint *offsetp);
/OK3568_Linux_fs/u-boot/drivers/misc/
H A Dswap_case.c154 int *barnump, unsigned int *offsetp) in sandbox_swap_case_find_bar() argument
165 *offsetp = addr - plat->bar[barnum]; in sandbox_swap_case_find_bar()
/OK3568_Linux_fs/kernel/fs/jbd2/
H A Drevoke.c574 int *offsetp, in write_one_revoke_record() argument
590 offset = *offsetp; in write_one_revoke_record()
631 *offsetp = offset; in write_one_revoke_record()
/OK3568_Linux_fs/kernel/arch/powerpc/oprofile/cell/
H A Dspu_task_sync.c315 get_exec_dcookie_and_offset(struct spu *spu, unsigned int *offsetp, in get_exec_dcookie_and_offset() argument
345 *offsetp = my_offset; in get_exec_dcookie_and_offset()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dballoc.c54 ext4_group_t *blockgrpp, ext4_grpblk_t *offsetp) in ext4_get_group_no_and_offset() argument
62 if (offsetp) in ext4_get_group_no_and_offset()
63 *offsetp = offset; in ext4_get_group_no_and_offset()
H A Dext4.h2571 ext4_grpblk_t *offsetp);
/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Dgpio-uclass.c96 unsigned int *offsetp, unsigned int *gpiop) in gpio_lookup_name() argument
109 if (offsetp) in gpio_lookup_name()
110 *offsetp = desc.offset; in gpio_lookup_name()
/OK3568_Linux_fs/u-boot/include/asm-generic/
H A Dgpio.h380 unsigned int *offsetp, unsigned int *gpiop);
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dvfs.c1966 struct readdir_cd *cdp, loff_t *offsetp) in nfsd_buffered_readdir() argument
1980 offset = *offsetp; in nfsd_buffered_readdir()
2028 *offsetp = offset; in nfsd_buffered_readdir()
2037 nfsd_readdir(struct svc_rqst *rqstp, struct svc_fh *fhp, loff_t *offsetp, in nfsd_readdir() argument
2042 loff_t offset = *offsetp; in nfsd_readdir()
2059 err = nfsd_buffered_readdir(file, func, cdp, offsetp); in nfsd_readdir()
H A Dnfs4xdr.c4898 u32 *offsetp) in nfsd4_listxattr_validate_cookie() argument
4914 *offsetp = (u32)cookie; in nfsd4_listxattr_validate_cookie()
/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_dir2_sf.c30 xfs_dir2_data_aoff_t *offsetp);
605 xfs_dir2_data_aoff_t *offsetp) /* out(1): new offset */ in xfs_dir2_sf_addname_pick() argument
662 *offsetp = offset; in xfs_dir2_sf_addname_pick()