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