Lines Matching full:mctp
4 * "DSP0233 Management Component Transport Protocol (MCTP) I3C Transport
17 #include <net/mctp.h>
24 /* 64 byte payload, 4 byte MCTP header */
28 /* 4 byte MCTP header, no data, 1 byte PEC */
42 static const char *MCTP_I3C_OF_PROP = "mctp-controller";
186 /* Not a mctp-i3c interrupt, ignore it */ in mctp_i3c_ibi_handler()
250 /* Adds a new MCTP i3c_device to a bus */
280 dev_warn(i3cdev_to_dev(i3c), "Error adding mctp-i3c device, %d\n", rc); in mctp_i3c_add_device()
298 /* probably no "mctp-controller" property on the i3c bus */ in mctp_i3c_probe()
640 /* Removes all mctp-i3c busses */
710 .name = "mctp-i3c",
744 pr_warn("MCTP I3C could not unregister notifier, %d\n", rc); in mctp_i3c_mod_exit()
753 MODULE_DESCRIPTION("MCTP I3C device");