Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/core/adapter/vnode/src/
H A Dhdf_vnode_adapter.c33 struct HdfVNodeAdapterClient { struct
485 struct HdfVNodeAdapterClient *client = NULL; in HdfVNodeAdapterSendDevEvent()
525 static void HdfVnodeCleanEventQueue(struct HdfVNodeAdapterClient *client) in HdfVnodeCleanEventQueue()
553 static void HdfVNodeAdapterClientWakeup(struct HdfVNodeAdapterClient *client) in HdfVNodeAdapterClientWakeup()
567 struct HdfVNodeAdapterClient *client = (struct HdfVNodeAdapterClient *)OsalGetFilePriv(filep); in HdfVNodeAdapterIoctl()
597 struct HdfVNodeAdapterClient *client = OsalMemCalloc(sizeof(struct HdfVNodeAdapterClient)); in HdfNewVNodeAdapterClient()
651 struct HdfVNodeAdapterClient *client = NULL; in HdfVNodeAdapterOpen()
678 struct HdfVNodeAdapterClient *client = (struct HdfVNodeAdapterClient *)OsalGetFilePriv(filep); in HdfVNodeAdapterPoll()
702 struct HdfVNodeAdapterClient *client = NULL; in HdfVNodeAdapterClose()
704 client = (struct HdfVNodeAdapterClient *)OsalGetFilePriv(filep); in HdfVNodeAdapterClose()
[all …]