Home
last modified time | relevance | path

Searched defs:tl (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dipmi-fru.h52 struct fru_type_length tl[0]; /* type-length stuff follows */ member
85 static inline int fru_type(struct fru_type_length *tl) in fru_type()
90 static inline int fru_length(struct fru_type_length *tl) in fru_length()
96 static inline int fru_strlen(struct fru_type_length *tl) in fru_strlen()
101 static inline char *fru_strcpy(char *dest, struct fru_type_length *tl) in fru_strcpy()
109 static inline struct fru_type_length *fru_next_tl(struct fru_type_length *tl) in fru_next_tl()
114 static inline int fru_is_eof(struct fru_type_length *tl) in fru_is_eof()