Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/visorbus/
Dvisorchannel.c111 int visorchannel_read(struct visorchannel *channel, ulong offset, void *dest, in visorchannel_read() function
183 return visorchannel_read(channel, in sig_read_header()
195 return visorchannel_read(channel, signal_data_offset, in sig_read_data()
382 err = visorchannel_read(channel, 0, &channel->chan_hdr, size); in visorchannel_create()
Dvisorchipset.c116 err = visorchannel_read(chipset_dev->controlvm_channel, in toolaction_show()
151 err = visorchannel_read(chipset_dev->controlvm_channel, in boottotool_show()
188 err = visorchannel_read(chipset_dev->controlvm_channel, in error_show()
221 err = visorchannel_read(chipset_dev->controlvm_channel, in textid_show()
254 err = visorchannel_read(chipset_dev->controlvm_channel, in remaining_steps_show()
367 err = visorchannel_read(chipset_dev->controlvm_channel, in save_crash_message()
381 err = visorchannel_read(chipset_dev->controlvm_channel, in save_crash_message()
1226 if (visorchannel_read(chipset_dev->controlvm_channel, in setup_crash_devices_work_queue()
1239 if (visorchannel_read(chipset_dev->controlvm_channel, in setup_crash_devices_work_queue()
1248 if (visorchannel_read(chipset_dev->controlvm_channel, in setup_crash_devices_work_queue()
[all …]
Dvisorbus_private.h35 int visorchannel_read(struct visorchannel *channel, ulong offset,
Dvisorbus_main.c454 if (visorchannel_read(channel, in bus_info_debugfs_show()
458 if (visorchannel_read(channel, in bus_info_debugfs_show()
465 if (visorchannel_read(channel, off, &dev_info, in bus_info_debugfs_show()
571 return visorchannel_read(dev->visorchannel, offset, dest, nbytes); in visorbus_read_channel()
727 err = visorchannel_read(chan, sizeof(struct channel_header), hdr_info, in get_vbus_header_info()