Lines Matching defs:value
139 rocker_tlv_put_u8(struct rocker_desc_info *desc_info, int attrtype, u8 value)
141 u8 tmp = value; /* work around GCC PR81715 */
147 rocker_tlv_put_u16(struct rocker_desc_info *desc_info, int attrtype, u16 value)
149 u16 tmp = value;
155 rocker_tlv_put_be16(struct rocker_desc_info *desc_info, int attrtype, __be16 value)
157 __be16 tmp = value;
163 rocker_tlv_put_u32(struct rocker_desc_info *desc_info, int attrtype, u32 value)
165 u32 tmp = value;
171 rocker_tlv_put_be32(struct rocker_desc_info *desc_info, int attrtype, __be32 value)
173 __be32 tmp = value;
179 rocker_tlv_put_u64(struct rocker_desc_info *desc_info, int attrtype, u64 value)
181 u64 tmp = value;