Searched defs:ofs (Results 1 – 8 of 8) sorted by relevance
| /include/linux/mtd/ |
| D | map.h | 403 static inline map_word inline_map_read(struct map_info *map, unsigned long ofs) in inline_map_read() 425 static inline void inline_map_write(struct map_info *map, const map_word datum, unsigned long ofs) in inline_map_write() 458 #define map_read(map, ofs) (map)->read(map, ofs) argument 460 #define map_write(map, datum, ofs) (map)->write(map, datum, ofs) argument 467 #define map_read(map, ofs) inline_map_read(map, ofs) argument 469 #define map_write(map, datum, ofs) inline_map_write(map, datum, ofs) argument
|
| D | mtd.h | 410 loff_t ofs, size_t len) in mtd_max_bad_blocks()
|
| /include/linux/ |
| D | ihex.h | 38 size_t ofs = 0; in ihex_validate_fw() local
|
| D | tty.h | 74 static inline unsigned char *char_buf_ptr(struct tty_buffer *b, int ofs) in char_buf_ptr() 79 static inline char *flag_buf_ptr(struct tty_buffer *b, int ofs) in flag_buf_ptr()
|
| /include/sound/ |
| D | memalloc.h | 141 #define snd_sgbuf_get_chunk_size(dmab, ofs, size) (size) argument
|
| D | pcm.h | 1271 snd_pcm_sgbuf_get_addr(struct snd_pcm_substream *substream, unsigned int ofs) in snd_pcm_sgbuf_get_addr() 1282 snd_pcm_sgbuf_get_ptr(struct snd_pcm_substream *substream, unsigned int ofs) in snd_pcm_sgbuf_get_ptr() 1296 unsigned int ofs, unsigned int size) in snd_pcm_sgbuf_get_chunk_size()
|
| /include/net/ |
| D | ip_vs.h | 253 #define IP_VS_DBG_PKT(level, af, pp, skb, ofs, msg) \ argument 258 #define IP_VS_DBG_RL_PKT(level, af, pp, skb, ofs, msg) \ argument 269 #define IP_VS_DBG_PKT(level, af, pp, skb, ofs, msg) do {} while (0) argument 270 #define IP_VS_DBG_RL_PKT(level, af, pp, skb, ofs, msg) do {} while (0) argument
|
| /include/pcmcia/ |
| D | cistpl.h | 89 u_char ofs[CISTPL_MAX_ALTSTR_STRINGS]; member 130 u_char ofs[CISTPL_VERS_1_MAX_PROD_STRINGS]; member
|