Home
last modified time | relevance | path

Searched refs:visorbus_read_channel (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/include/linux/
Dvisorbus.h325 int visorbus_read_channel(struct visor_device *dev,
/Linux-v5.10/drivers/staging/unisys/visornic/
Dvisornic_main.c1804 err = visorbus_read_channel(dev, channel_offset, netdev->dev_addr, in visornic_probe()
1833 err = visorbus_read_channel(dev, channel_offset, in visornic_probe()
1881 err = visorbus_read_channel(dev, channel_offset, &netdev->mtu, 4); in visornic_probe()
1902 err = visorbus_read_channel(dev, channel_offset, &features, 8); in visornic_probe()
/Linux-v5.10/drivers/visorbus/
Dvisorbus_main.c568 int visorbus_read_channel(struct visor_device *dev, unsigned long offset, in visorbus_read_channel() function
573 EXPORT_SYMBOL_GPL(visorbus_read_channel);
/Linux-v5.10/drivers/staging/unisys/visorhba/
Dvisorhba_main.c1061 err = visorbus_read_channel(dev, channel_offset, &max, in visorhba_probe()
1106 err = visorbus_read_channel(dev, channel_offset, &features, 8); in visorhba_probe()
/Linux-v5.10/drivers/staging/unisys/visorinput/
Dvisorinput.c443 err = visorbus_read_channel(dev, sizeof(struct channel_header), in devdata_create()