#include <linux/kernel.h>
#include <linux/fs.h>
#include <linux/errno.h>
#include <linux/types.h>
#include <linux/fcntl.h>
#include <linux/aio.h>
#include <linux/pci.h>
#include <linux/init.h>
#include <linux/ioctl.h>
#include <linux/cdev.h>
#include <linux/list.h>
#include <linux/delay.h>
#include <linux/sched.h>
#include <linux/uuid.h>
#include <linux/jiffies.h>
#include <linux/uaccess.h>
#include "mei_dev.h"
#include "hw.h"
#include <linux/mei.h>
#include "interface.h"
Go to the source code of this file.
amthi_write - write iamthif data to amthi client
: the device structure : mei call back struct
returns 0 on success, <0 on failure.
Definition at line 463 of file iorw.c.
mei_free_cb_private - free mei_cb_private related memory
: mei callback struct
Definition at line 583 of file iorw.c.
mei_me_cl_by_id return index to me_clients for client_id
: the device structure : me client id
Locking: called under "dev->device_lock" lock
returns index on success, -ENOENT on failure.
Definition at line 52 of file iorw.c.
iamthif_ioctl_send_msg - send cmd data to amthi client
: the device structure
returns 0 on success, <0 on failure.
Definition at line 540 of file iorw.c.
mei_start_read - the start read client message function.
: the device structure : minor number : private data of the file object
returns 0 on success, <0 on failure.
Definition at line 396 of file iorw.c.