Home
last modified time | relevance | path

Searched refs:mei_ext_hdr (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/misc/mei/
Dhw.h251 struct mei_ext_hdr { struct
278 struct mei_ext_hdr hdr;
293 static inline struct mei_ext_hdr *mei_ext_begin(struct mei_ext_meta_hdr *meta) in mei_ext_begin()
295 return (struct mei_ext_hdr *)meta->hdrs; in mei_ext_begin()
307 struct mei_ext_hdr *ext) in mei_ext_last()
339 struct mei_ext_hdr hdr;
359 struct mei_ext_hdr hdr;
376 static inline struct mei_ext_hdr *mei_ext_next(struct mei_ext_hdr *ext) in mei_ext_next()
378 return (struct mei_ext_hdr *)((u8 *)ext + (ext->length * 4)); in mei_ext_next()
388 static inline u32 mei_ext_hdr_len(const struct mei_ext_hdr *ext) in mei_ext_hdr_len()
Dclient.c1747 static inline bool mei_ext_hdr_is_gsc(struct mei_ext_hdr *ext) in mei_ext_hdr_is_gsc()
1752 static inline u8 mei_ext_hdr_set_gsc(struct mei_ext_hdr *ext, struct mei_ext_hdr *gsc_hdr) in mei_ext_hdr_set_gsc()
1771 struct mei_ext_hdr *next_ext; in mei_msg_hdr_init()
1810 next_ext = (struct mei_ext_hdr *)meta->hdrs; in mei_msg_hdr_init()
Dmei_dev.h244 struct mei_ext_hdr *ext_hdr;
Dinterrupt.c128 struct mei_ext_hdr *ext = mei_ext_begin(meta); in mei_cl_irq_read_msg()
Dbus.c126 cb->ext_hdr = (struct mei_ext_hdr *)cb->buf.data; in __mei_cl_send_timeout()