Home
last modified time | relevance | path

Searched refs:ofs (Results 1 – 16 of 16) sorted by relevance

/include/linux/
A Dtty_buffer.h25 static inline u8 *char_buf_ptr(struct tty_buffer *b, unsigned int ofs) in char_buf_ptr() argument
27 return b->data + ofs; in char_buf_ptr()
30 static inline u8 *flag_buf_ptr(struct tty_buffer *b, unsigned int ofs) in flag_buf_ptr() argument
32 return char_buf_ptr(b, ofs) + b->size; in flag_buf_ptr()
A Dlibata.h1197 unsigned int ofs, unsigned int len);
1199 unsigned int ofs, unsigned int len);
/include/linux/mtd/
A Dmap.h395 r.x[0] = __raw_readb(map->virt + ofs); in inline_map_read()
397 r.x[0] = __raw_readw(map->virt + ofs); in inline_map_read()
399 r.x[0] = __raw_readl(map->virt + ofs); in inline_map_read()
402 r.x[0] = __raw_readq(map->virt + ofs); in inline_map_read()
415 __raw_writeb(datum.x[0], map->virt + ofs); in inline_map_write()
417 __raw_writew(datum.x[0], map->virt + ofs); in inline_map_write()
419 __raw_writel(datum.x[0], map->virt + ofs); in inline_map_write()
445 #define map_read(map, ofs) (map)->read(map, ofs) argument
447 #define map_write(map, datum, ofs) (map)->write(map, datum, ofs) argument
454 #define map_read(map, ofs) inline_map_read(map, ofs) argument
[all …]
A Dmtd.h351 int (*_block_isreserved) (struct mtd_info *mtd, loff_t ofs);
352 int (*_block_isbad) (struct mtd_info *mtd, loff_t ofs);
353 int (*_block_markbad) (struct mtd_info *mtd, loff_t ofs);
414 ofs += mtd->part.offset; in mtd_get_master_ofs()
418 return ofs; in mtd_get_master_ofs()
480 loff_t ofs, size_t len) in mtd_max_bad_blocks() argument
487 if (mtd->size < (len + ofs) || ofs < 0) in mtd_max_bad_blocks()
539 int mtd_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len);
542 int mtd_block_isreserved(struct mtd_info *mtd, loff_t ofs);
543 int mtd_block_isbad(struct mtd_info *mtd, loff_t ofs);
[all …]
A Dbbm.h132 int (*isbad_bbt)(struct mtd_info *mtd, loff_t ofs, int allowbbt);
A Donenand.h116 int (*block_markbad)(struct mtd_info *mtd, loff_t ofs);
A Dspinand.h760 int spinand_fact_otp_read(struct spinand_device *spinand, loff_t ofs,
762 int spinand_user_otp_read(struct spinand_device *spinand, loff_t ofs,
764 int spinand_user_otp_write(struct spinand_device *spinand, loff_t ofs,
A Drawnand.h1176 int (*block_bad)(struct nand_chip *chip, loff_t ofs);
1177 int (*block_markbad)(struct nand_chip *chip, loff_t ofs);
1198 int (*lock_area)(struct nand_chip *chip, loff_t ofs, uint64_t len);
1199 int (*unlock_area)(struct nand_chip *chip, loff_t ofs, uint64_t len);
A Dcfi.h384 loff_t ofs, size_t len, void *thunk);
/include/linux/rtc/
A Dm48t59.h50 void (*write_byte)(struct device *dev, u32 ofs, u8 val);
51 unsigned char (*read_byte)(struct device *dev, u32 ofs);
/include/trace/events/
A Derofs.h68 __field(unsigned int, ofs )
75 __entry->ofs = erofs_blkoff(inode->i_sb, erofs_iloc(inode));
80 __entry->blkaddr, __entry->ofs)
A Df2fs.h392 TP_PROTO(struct inode *inode, nid_t nid, unsigned int ofs, int free),
394 TP_ARGS(inode, nid, ofs, free),
400 __field(unsigned int, ofs)
408 __entry->ofs = ofs;
415 __entry->ofs,
/include/sound/
A Dmemalloc.h100 unsigned int ofs, unsigned int size);
A Dpcm.h1373 snd_pcm_sgbuf_get_addr(struct snd_pcm_substream *substream, unsigned int ofs) in snd_pcm_sgbuf_get_addr() argument
1375 return snd_sgbuf_get_addr(snd_pcm_get_dma_buf(substream), ofs); in snd_pcm_sgbuf_get_addr()
1389 unsigned int ofs, unsigned int size) in snd_pcm_sgbuf_get_chunk_size() argument
1391 return snd_sgbuf_get_chunk_size(snd_pcm_get_dma_buf(substream), ofs, size); in snd_pcm_sgbuf_get_chunk_size()
/include/pcmcia/
A Dcistpl.h86 u_char ofs[CISTPL_MAX_ALTSTR_STRINGS]; member
127 u_char ofs[CISTPL_VERS_1_MAX_PROD_STRINGS]; member
/include/net/
A Dip_vs.h241 #define IP_VS_DBG_PKT(level, af, pp, skb, ofs, msg) \ argument
244 pp->debug_packet(af, pp, skb, ofs, msg); \
246 #define IP_VS_DBG_RL_PKT(level, af, pp, skb, ofs, msg) \ argument
250 pp->debug_packet(af, pp, skb, ofs, msg); \
257 #define IP_VS_DBG_PKT(level, af, pp, skb, ofs, msg) do {} while (0) argument
258 #define IP_VS_DBG_RL_PKT(level, af, pp, skb, ofs, msg) do {} while (0) argument

Completed in 52 milliseconds