Home
last modified time | relevance | path

Searched refs:tlv (Results 1 – 11 of 11) sorted by relevance

/include/uapi/linux/
A Dtipc_config.h254 #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 Dcontrol.h23 unsigned int __user *tlv);
61 } tlv; member
80 } tlv; member
231 const unsigned int *tlv);
A Dsoc.h75 .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 Dwss.h197 .tlv = { .p = (xtlv) } }
210 .tlv = { .p = (xtlv) } }
A Dsoc-dapm.h365 .tlv.p = (tlv_array), \
/include/uapi/scsi/fc/
A Dfc_els.h283 #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 Demu10k1.h337 const unsigned int *tlv; member
A Dasoc.h292 struct snd_soc_tplg_ctl_tlv tlv; member
A Dasound.h1196 unsigned int tlv[]; /* first TLV */ member
/include/net/
A Dpkt_cls.h526 #define tcf_em_tree_dump(skb, t, tlv) (0) argument
/include/linux/bnxt/
A Dhsi.h62 struct tlv { struct

Completed in 107 milliseconds