Lines Matching refs:controlvm_channel
85 struct visorchannel *controlvm_channel; member
116 err = visorchannel_read(chipset_dev->controlvm_channel, in toolaction_show()
134 err = visorchannel_write(chipset_dev->controlvm_channel, in toolaction_store()
151 err = visorchannel_read(chipset_dev->controlvm_channel, in boottotool_show()
171 err = visorchannel_write(chipset_dev->controlvm_channel, in boottotool_store()
188 err = visorchannel_read(chipset_dev->controlvm_channel, in error_show()
205 err = visorchannel_write(chipset_dev->controlvm_channel, in error_store()
221 err = visorchannel_read(chipset_dev->controlvm_channel, in textid_show()
238 err = visorchannel_write(chipset_dev->controlvm_channel, in textid_store()
254 err = visorchannel_read(chipset_dev->controlvm_channel, in remaining_steps_show()
272 err = visorchannel_write(chipset_dev->controlvm_channel, in remaining_steps_store()
306 return visorchannel_signalinsert(chipset_dev->controlvm_channel, in controlvm_respond_chipset_init()
351 return visorchannel_signalinsert(chipset_dev->controlvm_channel, in controlvm_respond()
367 err = visorchannel_read(chipset_dev->controlvm_channel, in save_crash_message()
381 err = visorchannel_read(chipset_dev->controlvm_channel, in save_crash_message()
393 err = visorchannel_write(chipset_dev->controlvm_channel, in save_crash_message()
403 err = visorchannel_write(chipset_dev->controlvm_channel, in save_crash_message()
443 return visorchannel_signalinsert(chipset_dev->controlvm_channel, in device_changestate_responder()
1205 dev->controlvm_channel = chan; in controlvm_channel_create()
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()
1257 if (visorchannel_read(chipset_dev->controlvm_channel, in setup_crash_devices_work_queue()
1387 err = visorchannel_signalinsert(chipset_dev->controlvm_channel, in handle_command()
1461 int err = visorchannel_signalremove(chipset_dev->controlvm_channel, in read_controlvm_event()
1507 err = visorchannel_signalremove(chipset_dev->controlvm_channel, in controlvm_periodic_work()
1528 (chipset_dev->controlvm_channel)); in controlvm_periodic_work()
1565 struct visorchannel *controlvm_channel; in visorchipset_init() local
1580 controlvm_channel = chipset_dev->controlvm_channel; in visorchipset_init()
1581 if (!visor_check_channel(visorchannel_get_header(controlvm_channel), in visorchipset_init()
1615 visorchannel_destroy(chipset_dev->controlvm_channel); in visorchipset_init()
1631 visorchannel_destroy(chipset_dev->controlvm_channel); in visorchipset_exit()