Home
last modified time | relevance | path

Searched refs:controlvm_channel (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/unisys/visorchipset/
Dvisorchipset_main.c99 static struct visorchannel *controlvm_channel; variable
357 visorchannel_read(controlvm_channel, in toolaction_show()
373 ret = visorchannel_write(controlvm_channel, in toolaction_store()
389 visorchannel_read(controlvm_channel, in boottotool_show()
408 ret = visorchannel_write(controlvm_channel, in boottotool_store()
423 visorchannel_read(controlvm_channel, in error_show()
439 ret = visorchannel_write(controlvm_channel, in error_store()
453 visorchannel_read(controlvm_channel, in textid_show()
469 ret = visorchannel_write(controlvm_channel, in textid_store()
483 visorchannel_read(controlvm_channel, in remaining_steps_show()
[all …]
Dfile.c136 visorchipset_file_init(dev_t major_dev, struct visorchannel **controlvm_channel) in visorchipset_file_init() argument
140 file_controlvm_channel = controlvm_channel; in visorchipset_file_init()