Home
last modified time | relevance | path

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

/include/linux/mfd/
A Dmax77759.h39 #define MAX77759_MAXQ_REG_UIC_INT1_GPIOxI(offs, en) (((en) & 1) << (offs)) argument
40 #define MAX77759_MAXQ_REG_UIC_INT1_GPIOxI_MASK(offs) \ argument
41 MAX77759_MAXQ_REG_UIC_INT1_GPIOxI(offs, ~0)
/include/memory/
A Drenesas-rpc-if.h76 void rpcif_prepare(struct device *dev, const struct rpcif_op *op, u64 *offs,
79 ssize_t rpcif_dirmap_read(struct device *dev, u64 offs, size_t len, void *buf);
80 ssize_t xspi_dirmap_write(struct device *dev, u64 offs, size_t len,
/include/linux/mtd/
A 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,
A 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,
A Dbbm.h44 int offs; member
A Dnand.h750 loff_t offs, in nanddev_offs_to_pos() argument
754 u64 tmp = offs; in nanddev_offs_to_pos()
923 loff_t offs, struct mtd_oob_ops *req, in nanddev_io_page_iter_init() argument
930 iter->req.dataoffs = nanddev_offs_to_pos(nand, offs, &iter->req.pos); in nanddev_io_page_iter_init()
960 loff_t offs, struct mtd_oob_ops *req, in nanddev_io_block_iter_init() argument
967 iter->req.dataoffs = nanddev_offs_to_pos(nand, offs, &iter->req.pos); in nanddev_io_block_iter_init()
1137 int nanddev_mtd_max_bad_blocks(struct mtd_info *mtd, loff_t offs, size_t len);
A Dspi-nor.h315 int (*erase)(struct spi_nor *nor, loff_t offs);
A Dmtd.h640 static inline int mtd_offset_to_wunit(struct mtd_info *mtd, loff_t offs) in mtd_offset_to_wunit() argument
642 return mtd_div_by_ws(mtd_mod_by_eb(offs, mtd), mtd); in mtd_offset_to_wunit()
A Drawnand.h374 int (*read_subpage)(struct nand_chip *chip, uint32_t offs,
/include/linux/
A Dregset.h49 static inline struct membuf membuf_at(const struct membuf *s, size_t offs) in membuf_at() argument
53 if (offs > n.left) in membuf_at()
54 offs = n.left; in membuf_at()
55 n.p += offs; in membuf_at()
56 n.left -= offs; in membuf_at()
A Dtimekeeping.h75 extern ktime_t ktime_get_with_offset(enum tk_offsets offs);
76 extern ktime_t ktime_get_coarse_with_offset(enum tk_offsets offs);
77 extern ktime_t ktime_mono_to_any(ktime_t tmono, enum tk_offsets offs);
A Dtee_drv.h132 void *tee_shm_get_va(struct tee_shm *shm, size_t offs);
142 int tee_shm_get_pa(struct tee_shm *shm, size_t offs, phys_addr_t *pa);
A Dfscrypt.h314 size_t len, size_t offs, gfp_t gfp_flags);
316 unsigned int len, unsigned int offs,
320 size_t offs);
322 unsigned int len, unsigned int offs,
483 size_t len, size_t offs, gfp_t gfp_flags) in fscrypt_encrypt_pagecache_blocks() argument
491 unsigned int offs, u64 lblk_num) in fscrypt_encrypt_block_inplace() argument
497 size_t len, size_t offs) in fscrypt_decrypt_pagecache_blocks() argument
505 unsigned int offs, u64 lblk_num) in fscrypt_decrypt_block_inplace() argument
A Dasync_tx.h194 struct page **ptrs, unsigned int *offs,
199 struct page **ptrs, unsigned int *offs,
A Duio_driver.h46 unsigned long offs; member
/include/media/
A Ddvb_ringbuffer.h125 #define DVB_RINGBUFFER_PEEK(rbuf, offs) \ argument
126 ((rbuf)->data[((rbuf)->pread + (offs)) % (rbuf)->size])
/include/linux/spi/
A Dspi-mem.h338 u64 offs, size_t len, void *buf);
340 u64 offs, size_t len, const void *buf);
442 u64 offs, size_t len, void *buf);
444 u64 offs, size_t len, const void *buf);
/include/sound/
A Dseq_oss.h42 …int (*load_patch)(struct snd_seq_oss_arg *p, int format, const char __user *buf, int offs, int cou…
/include/drm/ttm/
A Dttm_resource.h365 pgoff_t offs; member
/include/net/
A Dmac80211.h5548 struct ieee80211_mutable_offsets *offs,
5569 struct ieee80211_mutable_offsets *offs,
5585 struct ieee80211_mutable_offsets offs; member
/include/uapi/linux/
A Dsoundcard.h704 int offs; /* If required by the device (0 if not used) */ member

Completed in 55 milliseconds