Home
last modified time | relevance | path

Searched defs:mei_nfc_reply (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/misc/mei/
H A Dbus-fixup.c327 struct mei_nfc_reply { struct
328 u8 command;
329 u8 status;
330 u16 req_id;
331 u32 reserved;
332 u16 data_size;
333 u8 sub_command;
334 u8 reply_status;
335 u8 data[];
/linux/drivers/nfc/
H A Dmei_phy.c29 struct mei_nfc_reply { struct
30 struct mei_nfc_hdr hdr;
31 u8 sub_command;
32 u8 reply_status;
33 u8 data[];