Searched defs:VISORCHANNEL (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/unisys/visorchannel/
H A Dvisorchannel.h32 /* VISORCHANNEL is an opaque structure to users.
35 typedef struct VISORCHANNEL_Tag VISORCHANNEL; typedef in typeref:struct:VISORCHANNEL_Tag
41 VISORCHANNEL *visorchannel_create(HOSTADDRESS physaddr,
43 VISORCHANNEL *visorchannel_create_overlapped(ulong channelBytes,
44 VISORCHANNEL *parent, ulong off,
46 VISORCHANNEL *visorchannel_create_with_lock(HOSTADDRESS physaddr,
48 VISORCHANNEL *visorchannel_create_overlapped_with_lock(ulong channelBytes,
49 VISORCHANNEL *parent,
51 void visorchannel_destroy(VISORCHANNEL *channel);
52 int visorchannel_read(VISORCHANNEL *channe
[all...]

Completed in 52 milliseconds