Searched defs:mei_nfc_reply (Results 1 – 2 of 2) sorted by relevance
80 struct mei_nfc_reply { struct81 u8 command;82 u8 status;83 u16 req_id;84 u32 reserved;85 u16 data_size;86 u8 sub_command;87 u8 reply_status;88 u8 data[];
41 struct mei_nfc_reply { struct42 struct mei_nfc_hdr hdr;43 u8 sub_command;44 u8 reply_status;45 u8 data[];