Searched defs:mei_nfc_reply (Results 1 – 2 of 2) sorted by relevance
269 struct mei_nfc_reply { struct270 u8 command;271 u8 status;272 u16 req_id;273 u32 reserved;274 u16 data_size;275 u8 sub_command;276 u8 reply_status;277 u8 data[];
41 struct mei_nfc_reply { struct42 struct mei_nfc_hdr hdr;43 u8 sub_command;44 u8 reply_status;45 u8 data[];