Home
last modified time | relevance | path

Searched refs:offs (Results 1 – 19 of 19) sorted by relevance

/include/linux/platform_data/
Dadp5588.h100 #define ADP5588_BANK(offs) ((offs) >> 3) argument
101 #define ADP5588_BIT(offs) (1u << ((offs) & 0x7)) argument
/include/linux/mtd/
Dnftl.h44 int nftl_read_oob(struct mtd_info *mtd, loff_t offs, size_t len,
46 int nftl_write_oob(struct mtd_info *mtd, loff_t offs, size_t len,
Dinftl.h56 int inftl_read_oob(struct mtd_info *mtd, loff_t offs, size_t len,
58 int inftl_write_oob(struct mtd_info *mtd, loff_t offs, size_t len,
Dbbm.h44 int offs; member
Dnand.h629 loff_t offs, in nanddev_offs_to_pos() argument
633 u64 tmp = offs; in nanddev_offs_to_pos()
802 loff_t offs, struct mtd_oob_ops *req, in nanddev_io_iter_init() argument
809 iter->req.dataoffs = nanddev_offs_to_pos(nand, offs, &iter->req.pos); in nanddev_io_iter_init()
937 int nanddev_mtd_max_bad_blocks(struct mtd_info *mtd, loff_t offs, size_t len);
Dspi-nor.h318 int (*erase)(struct spi_nor *nor, loff_t offs);
Dmtd.h631 static inline int mtd_offset_to_wunit(struct mtd_info *mtd, loff_t offs) in mtd_offset_to_wunit() argument
633 return mtd_div_by_ws(mtd_mod_by_eb(offs, mtd), mtd); in mtd_offset_to_wunit()
Drawnand.h372 int (*read_subpage)(struct nand_chip *chip, uint32_t offs,
/include/memory/
Drenesas-rpc-if.h84 void rpcif_prepare(struct rpcif *rpc, const struct rpcif_op *op, u64 *offs,
87 ssize_t rpcif_dirmap_read(struct rpcif *rpc, u64 offs, size_t len, void *buf);
/include/linux/spi/
Dspi-mem.h274 u64 offs, size_t len, void *buf);
276 u64 offs, size_t len, const void *buf);
363 u64 offs, size_t len, void *buf);
365 u64 offs, size_t len, const void *buf);
/include/linux/
Dtimekeeping.h68 extern ktime_t ktime_get_with_offset(enum tk_offsets offs);
69 extern ktime_t ktime_get_coarse_with_offset(enum tk_offsets offs);
70 extern ktime_t ktime_mono_to_any(ktime_t tmono, enum tk_offsets offs);
Dfscrypt.h155 unsigned int offs,
158 unsigned int len, unsigned int offs,
162 unsigned int offs);
164 unsigned int len, unsigned int offs,
297 unsigned int offs, in fscrypt_encrypt_pagecache_blocks() argument
306 unsigned int offs, u64 lblk_num, in fscrypt_encrypt_block_inplace() argument
314 unsigned int offs) in fscrypt_decrypt_pagecache_blocks() argument
322 unsigned int offs, u64 lblk_num) in fscrypt_decrypt_block_inplace() argument
Dasync_tx.h199 struct page **ptrs, unsigned int *offs,
204 struct page **ptrs, unsigned int *offs,
Duio_driver.h41 unsigned long offs; member
Dtee_drv.h397 void *tee_shm_get_va(struct tee_shm *shm, size_t offs);
407 int tee_shm_get_pa(struct tee_shm *shm, size_t offs, phys_addr_t *pa);
/include/media/
Ddvb_ringbuffer.h125 #define DVB_RINGBUFFER_PEEK(rbuf, offs) \ argument
126 ((rbuf)->data[((rbuf)->pread + (offs)) % (rbuf)->size])
/include/sound/
Dseq_oss.h42 …int (*load_patch)(struct snd_seq_oss_arg *p, int format, const char __user *buf, int offs, int cou…
/include/uapi/linux/
Dsoundcard.h704 int offs; /* If required by the device (0 if not used) */ member
/include/net/
Dmac80211.h4891 struct ieee80211_mutable_offsets *offs);