Searched refs:visorbus_read_channel (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/include/linux/ |
D | visorbus.h | 325 int visorbus_read_channel(struct visor_device *dev,
|
/Linux-v5.10/drivers/staging/unisys/visornic/ |
D | visornic_main.c | 1804 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/ |
D | visorbus_main.c | 568 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/ |
D | visorhba_main.c | 1061 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/ |
D | visorinput.c | 443 err = visorbus_read_channel(dev, sizeof(struct channel_header), in devdata_create()
|