Home
last modified time | relevance | path

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

/include/linux/
Dipmi-fru.h53 struct fru_type_length tl[0]; /* type-length stuff follows */ member
86 static inline int fru_type(struct fru_type_length *tl) in fru_type()
91 static inline int fru_length(struct fru_type_length *tl) in fru_length()
97 static inline int fru_strlen(struct fru_type_length *tl) in fru_strlen()
102 static inline char *fru_strcpy(char *dest, struct fru_type_length *tl) in fru_strcpy()
110 static inline struct fru_type_length *fru_next_tl(struct fru_type_length *tl) in fru_next_tl()
115 static inline int fru_is_eof(struct fru_type_length *tl) in fru_is_eof()
Dbpf.h313 static inline void bpf_register_prog_type(struct bpf_prog_type_list *tl) in bpf_register_prog_type()