Searched refs:visorchannel_create_guts (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/staging/unisys/visorchannel/ |
D | visorchannel_funcs.c | 53 visorchannel_create_guts(HOSTADDRESS physaddr, ulong channel_bytes, in visorchannel_create_guts() function 116 return visorchannel_create_guts(physaddr, channel_bytes, NULL, 0, guid, in visorchannel_create() 125 return visorchannel_create_guts(physaddr, channel_bytes, NULL, 0, guid, in visorchannel_create_with_lock() 135 return visorchannel_create_guts(0, channel_bytes, parent, off, guid, in visorchannel_create_overlapped() 145 return visorchannel_create_guts(0, channel_bytes, parent, off, guid, in visorchannel_create_overlapped_with_lock()
|