Searched refs:tlv (Results 1 – 8 of 8) sorted by relevance
/include/uapi/linux/ |
D | tipc_config.h | 252 #define TLV_DATA(tlv) ((void *)((char *)(tlv) + TLV_LENGTH(0))) argument 254 static inline int TLV_OK(const void *tlv, __u16 space) in TLV_OK() argument 266 (ntohs(((struct tlv_desc *)tlv)->tlv_len) <= space); in TLV_OK() 269 static inline int TLV_CHECK(const void *tlv, __u16 space, __u16 exp_type) in TLV_CHECK() argument 271 return TLV_OK(tlv, space) && in TLV_CHECK() 272 (ntohs(((struct tlv_desc *)tlv)->tlv_type) == exp_type); in TLV_CHECK() 275 static inline int TLV_SET(void *tlv, __u16 type, void *data, __u16 len) in TLV_SET() argument 281 tlv_ptr = (struct tlv_desc *)tlv; in TLV_SET()
|
/include/sound/ |
D | control.h | 36 unsigned int __user *tlv); 58 } tlv; member 77 } tlv; member 184 const unsigned int *tlv);
|
D | soc.h | 74 .tlv.p = (tlv_array), \ 82 .tlv.p = (tlv_array),\ 94 .tlv.p = (tlv_array), \ 124 .tlv.p = (tlv_array), \ 133 .tlv.p = (tlv_array), \ 143 .tlv.p = (tlv_array), \ 152 .tlv.p = (tlv_array), \ 164 .tlv.p = (tlv_array), \ 173 .tlv.p = (tlv_array), \ 217 .tlv.p = (tlv_array), \ [all …]
|
D | wss.h | 212 .tlv = { .p = (xtlv) } } 225 .tlv = { .p = (xtlv) } }
|
D | soc-dapm.h | 281 .tlv.p = (tlv_array), \ 288 .tlv.p = (tlv_array), \
|
/include/net/ |
D | pkt_cls.h | 305 #define tcf_em_tree_dump(skb, t, tlv) (0) argument
|
/include/uapi/sound/ |
D | emu10k1.h | 286 const unsigned int *tlv; member
|
D | asound.h | 911 unsigned int tlv[0]; /* first TLV */ member
|