Searched refs:channel_header (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/drivers/visorbus/ |
D | vbuschannel.h | 88 struct channel_header channel_header; member
|
D | visorchannel.c | 33 struct channel_header chan_hdr; 124 size_t chdr_size = sizeof(struct channel_header); in visorchannel_write() 148 static int sig_queue_offset(struct channel_header *chan_hdr, int q) in sig_queue_offset() 158 static int sig_data_offset(struct channel_header *chan_hdr, int q, in sig_data_offset() 179 if (channel->chan_hdr.ch_space_offset < sizeof(struct channel_header)) in sig_read_header() 354 size_t size = sizeof(struct channel_header); in visorchannel_create()
|
D | visorbus_main.c | 66 int visor_check_channel(struct channel_header *ch, struct device *dev, in visor_check_channel() 727 err = visorchannel_read(chan, sizeof(struct channel_header), hdr_info, in get_vbus_header_info() 761 off = sizeof(struct channel_header) + hdr_info->chp_info_offset; in write_vbus_chp_info() 787 off = sizeof(struct channel_header) + hdr_info->bus_info_offset; in write_vbus_bus_info() 814 off = (sizeof(struct channel_header) + hdr_info->dev_info_offset) + in write_vbus_dev_info()
|
D | controlvmchannel.h | 507 struct channel_header header;
|
/Linux-v5.10/include/linux/ |
D | visorbus.h | 100 struct channel_header { struct 318 int visor_check_channel(struct channel_header *ch, struct device *dev,
|
/Linux-v5.10/drivers/staging/unisys/include/ |
D | iochannel.h | 550 struct channel_header channel_header; member
|
/Linux-v5.10/drivers/staging/unisys/visorinput/ |
D | visorinput.c | 443 err = visorbus_read_channel(dev, sizeof(struct channel_header), in devdata_create() 762 sizeof(struct channel_header), 0 }, 763 { VISOR_MOUSE_CHANNEL_GUID, "mouse", sizeof(struct channel_header), 0 },
|
/Linux-v5.10/drivers/staging/unisys/visorhba/ |
D | visorhba_main.c | 33 { VISOR_VHBA_CHANNEL_GUID, "sparvhba", sizeof(struct channel_header), 1105 channel_header.features); in visorhba_probe()
|
/Linux-v5.10/drivers/staging/unisys/visornic/ |
D | visornic_main.c | 43 { VISOR_VNIC_CHANNEL_GUID, "ultravnic", sizeof(struct channel_header), 1901 channel_header.features); in visornic_probe()
|