Home
last modified time | relevance | path

Searched refs:channel_header (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.10/drivers/visorbus/
Dvbuschannel.h88 struct channel_header channel_header; member
Dvisorchannel.c33 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()
Dvisorbus_main.c66 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()
Dcontrolvmchannel.h507 struct channel_header header;
/Linux-v5.10/include/linux/
Dvisorbus.h100 struct channel_header { struct
318 int visor_check_channel(struct channel_header *ch, struct device *dev,
/Linux-v5.10/drivers/staging/unisys/include/
Diochannel.h550 struct channel_header channel_header; member
/Linux-v5.10/drivers/staging/unisys/visorinput/
Dvisorinput.c443 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/
Dvisorhba_main.c33 { VISOR_VHBA_CHANNEL_GUID, "sparvhba", sizeof(struct channel_header),
1105 channel_header.features); in visorhba_probe()
/Linux-v5.10/drivers/staging/unisys/visornic/
Dvisornic_main.c43 { VISOR_VNIC_CHANNEL_GUID, "ultravnic", sizeof(struct channel_header),
1901 channel_header.features); in visornic_probe()