Home
last modified time | relevance | path

Searched refs:peci_msg (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.5.0/drivers/peci/
Dpeci_handlers.c37 struct peci_msg *msg) in z_vrfy_peci_transfer()
39 struct peci_msg msg_copy; in z_vrfy_peci_transfer()
Dpeci_ite_it8xxx2.c101 struct peci_msg *msgs;
240 static int peci_it8xxx2_transfer(const struct device *dev, struct peci_msg *msg) in peci_it8xxx2_transfer()
Dpeci_mchp_xec.c238 static int peci_xec_write(const struct device *dev, struct peci_msg *msg) in peci_xec_write()
312 static int peci_xec_read(const struct device *dev, struct peci_msg *msg) in peci_xec_read()
374 static int peci_xec_transfer(const struct device *dev, struct peci_msg *msg) in peci_xec_transfer()
Dpeci_npcx.c134 static int peci_npcx_transfer(const struct device *dev, struct peci_msg *msg) in peci_npcx_transfer()
/Zephyr-Core-3.5.0/include/zephyr/drivers/
Dpeci.h227 struct peci_msg { struct
248 typedef int (*peci_transfer_t)(const struct device *dev, struct peci_msg *msg); argument
329 __syscall int peci_transfer(const struct device *dev, struct peci_msg *msg);
332 struct peci_msg *msg) in z_impl_peci_transfer()
/Zephyr-Core-3.5.0/samples/drivers/peci/src/
Dmain.c38 struct peci_msg packet; in peci_ping()
63 struct peci_msg packet; in peci_get_tjmax()
104 struct peci_msg packet = {0}; in peci_get_temp()