Searched refs:visorchannel (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/drivers/staging/unisys/visorchannel/ |
D | visorchannel.h | 36 struct visorchannel *visorchannel_create(HOSTADDRESS physaddr, 38 struct visorchannel *visorchannel_create_overlapped(ulong channel_bytes, 39 struct visorchannel *parent, 41 struct visorchannel *visorchannel_create_with_lock(HOSTADDRESS physaddr, 44 struct visorchannel *visorchannel_create_overlapped_with_lock( 46 struct visorchannel *parent, 48 void visorchannel_destroy(struct visorchannel *channel); 49 int visorchannel_read(struct visorchannel *channel, ulong offset, 51 int visorchannel_write(struct visorchannel *channel, ulong offset, 53 int visorchannel_clear(struct visorchannel *channel, ulong offset, [all …]
|
D | visorchannel_funcs.c | 31 struct visorchannel { struct 52 static struct visorchannel * 54 struct visorchannel *parent, ulong off, uuid_le guid, in visorchannel_create_guts() 57 struct visorchannel *p = NULL; in visorchannel_create_guts() 113 struct visorchannel * 121 struct visorchannel * 130 struct visorchannel * 132 struct visorchannel *parent, ulong off, in visorchannel_create_overlapped() 140 struct visorchannel * 142 struct visorchannel *parent, ulong off, in visorchannel_create_overlapped_with_lock() [all …]
|
D | Kconfig | 2 # Unisys visorchannel configuration 6 tristate "Unisys visorchannel driver" 9 If you say Y here, you will enable the Unisys visorchannel driver.
|
D | Makefile | 5 obj-$(CONFIG_UNISYS_VISORCHANNEL) += visorchannel.o 7 visorchannel-y := visorchannel_main.o visorchannel_funcs.o
|
/linux-4.1.27/drivers/staging/unisys/visorchipset/ |
D | file.c | 32 static struct visorchannel **file_controlvm_channel; 136 visorchipset_file_init(dev_t major_dev, struct visorchannel **controlvm_channel) in visorchipset_file_init()
|
D | file.h | 24 struct visorchannel **pControlVm_channel);
|
D | Makefile | 11 ccflags-y += -Idrivers/staging/unisys/visorchannel
|
D | visorchipset_main.c | 99 static struct visorchannel *controlvm_channel;
|
/linux-4.1.27/drivers/staging/unisys/ |
D | Makefile | 5 obj-$(CONFIG_UNISYS_VISORCHANNEL) += visorchannel/
|
D | Kconfig | 13 source "drivers/staging/unisys/visorchannel/Kconfig"
|
/linux-4.1.27/drivers/staging/unisys/Documentation/ |
D | overview.txt | 158 visorchannel 160 The visorchannel module is a support library that abstracts reading 173 visorchannel, and visorutil. The other drivers are required by the
|