Searched defs:ofs (Results  1 – 6 of 6) sorted by relevance
| /include/linux/ | 
| D | tty_buffer.h | 25 static inline u8 *char_buf_ptr(struct tty_buffer *b, unsigned int ofs)  in char_buf_ptr() 30 static inline u8 *flag_buf_ptr(struct tty_buffer *b, unsigned int ofs)  in flag_buf_ptr()
  | 
| /include/linux/mtd/ | 
| D | map.h | 389 static inline map_word inline_map_read(struct map_info *map, unsigned long ofs)  in inline_map_read() 411 static inline void inline_map_write(struct map_info *map, const map_word datum, unsigned long ofs)  in inline_map_write() 444 #define map_read(map, ofs) (map)->read(map, ofs)  argument 446 #define map_write(map, datum, ofs) (map)->write(map, datum, ofs)  argument 453 #define map_read(map, ofs) inline_map_read(map, ofs)  argument 455 #define map_write(map, datum, ofs) inline_map_write(map, datum, ofs)  argument
  | 
| D | mtd.h | 411 static inline u64 mtd_get_master_ofs(struct mtd_info *mtd, u64 ofs)  in mtd_get_master_ofs() 480 				     loff_t ofs, size_t len)  in mtd_max_bad_blocks()
  | 
| /include/net/ | 
| D | ip_vs.h | 241 #define IP_VS_DBG_PKT(level, af, pp, skb, ofs, msg)			\  argument 246 #define IP_VS_DBG_RL_PKT(level, af, pp, skb, ofs, msg)			\  argument 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
  | 
| /include/pcmcia/ | 
| D | cistpl.h | 86     u_char	ofs[CISTPL_MAX_ALTSTR_STRINGS];  member 127     u_char	ofs[CISTPL_VERS_1_MAX_PROD_STRINGS];  member
  | 
| /include/sound/ | 
| D | pcm.h | 1387 snd_pcm_sgbuf_get_addr(struct snd_pcm_substream *substream, unsigned int ofs)  in snd_pcm_sgbuf_get_addr() 1403 			     unsigned int ofs, unsigned int size)  in snd_pcm_sgbuf_get_chunk_size()
  |