Lines Matching defs:mei
25 #include <linux/mei.h>
31 .name = "mei",
209 cl_dbg(dev, cl, "mei start read failure status = %zd\n", rets);
275 cl_dbg(dev, cl, "end mei read rets = %zd\n", rets);
637 * @data: pointer to mei message structure
926 * trc_show - mei device trc attribute show method
949 * fw_status_show - mei device fw_status attribute show method
1146 ret = sprintf(buf, "%s\n", "mei");
1163 ATTRIBUTE_GROUPS(mei);
1166 * file operations structure will be used for mei char device.
1198 dev_err(dev->dev, "too many mei devices\n");
1240 "mei%d", dev->minor);
1284 ret = alloc_chrdev_region(&mei_devt, 0, MEI_MAX_DEVS, "mei");