Searched defs:mei_nfc_reply (Results 1 – 2 of 2) sorted by relevance
301 struct mei_nfc_reply { struct302 u8 command;303 u8 status;304 u16 req_id;305 u32 reserved;306 u16 data_size;307 u8 sub_command;308 u8 reply_status;309 u8 data[];
29 struct mei_nfc_reply { struct30 struct mei_nfc_hdr hdr;31 u8 sub_command;32 u8 reply_status;33 u8 data[];