Searched refs:tlv (Results 1 – 11 of 11) sorted by relevance
| /include/uapi/linux/ |
| A D | tipc_config.h | 254 #define TLV_DATA(tlv) ((void *)((char *)(tlv) + TLV_LENGTH(0))) argument 256 static inline int TLV_OK(const void *tlv, __u16 space) in TLV_OK() argument 268 (__be16_to_cpu(((struct tlv_desc *)tlv)->tlv_len) <= space); in TLV_OK() 273 return TLV_OK(tlv, space) && in TLV_CHECK() 277 static inline int TLV_GET_LEN(struct tlv_desc *tlv) in TLV_GET_LEN() argument 279 return __be16_to_cpu(tlv->tlv_len); in TLV_GET_LEN() 282 static inline void TLV_SET_LEN(struct tlv_desc *tlv, __u16 len) in TLV_SET_LEN() argument 284 tlv->tlv_len = __cpu_to_be16(len); in TLV_SET_LEN() 289 return (__be16_to_cpu(tlv->tlv_type) == type); in TLV_CHECK_TYPE() 294 tlv->tlv_type = __cpu_to_be16(type); in TLV_SET_TYPE() [all …]
|
| /include/sound/ |
| A D | control.h | 23 unsigned int __user *tlv); 61 } tlv; member 80 } tlv; member 231 const unsigned int *tlv);
|
| A D | soc.h | 75 .tlv.p = (tlv_array), \ 83 .tlv.p = (tlv_array),\ 92 .tlv.p = (tlv_array), \ 127 .tlv.p = (tlv_array), \ 136 .tlv.p = (tlv_array), \ 147 .tlv.p = (tlv_array), \ 156 .tlv.p = (tlv_array), \ 166 .tlv.p = (tlv_array), \ 184 .tlv.p = (tlv_array), \ 259 .tlv.p = (tlv_array), \ [all …]
|
| A D | wss.h | 197 .tlv = { .p = (xtlv) } } 210 .tlv = { .p = (xtlv) } }
|
| A D | soc-dapm.h | 365 .tlv.p = (tlv_array), \
|
| /include/uapi/scsi/fc/ |
| A D | fc_els.h | 283 #define FC_TLV_DESC_SZ_FROM_LENGTH(tlv) \ argument 284 (__be32_to_cpu((tlv)->desc_len) + FC_TLV_DESC_HDR_SZ) 294 struct fc_tlv_desc *tlv = desc; in fc_tlv_next_desc() local 296 return (desc + FC_TLV_DESC_SZ_FROM_LENGTH(tlv)); in fc_tlv_next_desc()
|
| /include/uapi/sound/ |
| A D | emu10k1.h | 337 const unsigned int *tlv; member
|
| A D | asoc.h | 292 struct snd_soc_tplg_ctl_tlv tlv; member
|
| A D | asound.h | 1196 unsigned int tlv[]; /* first TLV */ member
|
| /include/net/ |
| A D | pkt_cls.h | 526 #define tcf_em_tree_dump(skb, t, tlv) (0) argument
|
| /include/linux/bnxt/ |
| A D | hsi.h | 62 struct tlv { struct
|
Completed in 107 milliseconds