Searched refs:channel_bytes (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/staging/unisys/visorbus/ |
D | visorchannel.c | 63 visorchannel_create_guts(u64 physaddr, unsigned long channel_bytes, in visorchannel_create_guts() argument 111 if (channel_bytes == 0) in visorchannel_create_guts() 112 channel_bytes = (ulong)channel->chan_hdr.size; in visorchannel_create_guts() 121 channel_bytes, MYDRVNAME); in visorchannel_create_guts() 129 channel->mapped = memremap(channel->physaddr, channel_bytes, in visorchannel_create_guts() 132 release_mem_region(channel->physaddr, channel_bytes); in visorchannel_create_guts() 136 channel->nbytes = channel_bytes; in visorchannel_create_guts() 138 channel->size = channel_bytes; in visorchannel_create_guts() 148 visorchannel_create(u64 physaddr, unsigned long channel_bytes, in visorchannel_create() argument 151 return visorchannel_create_guts(physaddr, channel_bytes, gfp, 0, guid, in visorchannel_create() [all …]
|
D | vmcallinterface.h | 92 u32 channel_bytes; /* contents provided by this VMCALL (OUT) */ member
|
D | controlvmchannel.h | 227 u64 channel_bytes; /* specifies size of the channel in bytes */ member 262 u64 channel_bytes; /* size of the channel */ member
|
D | visorchipset.c | 1117 cmd->create_bus.channel_bytes, in bus_create() 1252 cmd->create_device.channel_bytes, in my_device_create() 1813 *control_bytes = params.channel_bytes; in issue_vmcall_io_controlvm_addr()
|
D | visorbus_main.c | 662 static DEVICE_ATTR_RO(channel_bytes);
|
/linux-4.4.14/drivers/staging/unisys/include/ |
D | visorbus.h | 127 u64 channel_bytes; member 188 unsigned long channel_bytes, 191 unsigned long channel_bytes,
|