Searched refs:visorchannel_read (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/staging/unisys/visorbus/ |
D | visorchannel.c | 105 err = visorchannel_read(channel, 0, &channel->chan_hdr, in visorchannel_create_guts() 239 visorchannel_read(struct visorchannel *channel, ulong offset, in visorchannel_read() function 249 EXPORT_SYMBOL_GPL(visorchannel_read); 350 err = visorchannel_read(channel, in sig_read_header() 367 err = visorchannel_read(channel, signal_data_offset, in sig_read_data() 581 errcode = visorchannel_read(channel, off, in visorchannel_debug() 622 errcode = visorchannel_read(channel, in visorchannel_debug()
|
D | visorchipset.c | 539 visorchannel_read(controlvm_channel, in toolaction_show() 571 visorchannel_read(controlvm_channel, in boottotool_show() 605 visorchannel_read(controlvm_channel, in error_show() 635 visorchannel_read(controlvm_channel, in textid_show() 665 visorchannel_read(controlvm_channel, in remaining_steps_show() 1380 if (visorchannel_read(controlvm_channel, in initialize_controlvm_payload() 1388 if (visorchannel_read(controlvm_channel, in initialize_controlvm_payload() 1943 if (visorchannel_read(controlvm_channel, in setup_crash_devices_work_queue() 1960 if (visorchannel_read(controlvm_channel, in setup_crash_devices_work_queue() 1970 if (visorchannel_read(controlvm_channel, in setup_crash_devices_work_queue() [all …]
|
D | visorbus_main.c | 617 x = visorchannel_read(channel, in client_bus_info_show() 628 x = visorchannel_read(channel, in client_bus_info_show() 643 x = visorchannel_read(channel, in client_bus_info_show() 914 return visorchannel_read(dev->visorchannel, offset, dest, nbytes); in visorbus_read_channel() 1065 if (visorchannel_read(chan, sizeof(struct channel_header), hdr_info, in get_vbus_header_info()
|
/linux-4.4.14/drivers/staging/unisys/include/ |
D | visorbus.h | 194 int visorchannel_read(struct visorchannel *channel, ulong offset,
|