Searched refs:visorbus_read_channel (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/staging/unisys/include/ |
D | visorbus.h | 169 int visorbus_read_channel(struct visor_device *dev,
|
/linux-4.4.14/drivers/staging/unisys/visornic/ |
D | visornic_main.c | 1779 err = visorbus_read_channel(dev, channel_offset, netdev->dev_addr, in visornic_probe() 1808 err = visorbus_read_channel(dev, channel_offset, in visornic_probe() 1856 err = visorbus_read_channel(dev, channel_offset, &netdev->mtu, 4); in visornic_probe() 1879 err = visorbus_read_channel(dev, channel_offset, &features, 8); in visornic_probe()
|
/linux-4.4.14/drivers/staging/unisys/visorhba/ |
D | visorhba_main.c | 1106 err = visorbus_read_channel(dev, channel_offset, &max, in visorhba_probe() 1143 err = visorbus_read_channel(dev, channel_offset, &features, 8); in visorhba_probe()
|
/linux-4.4.14/drivers/staging/unisys/visorbus/ |
D | visorbus_main.c | 911 visorbus_read_channel(struct visor_device *dev, unsigned long offset, in visorbus_read_channel() function 916 EXPORT_SYMBOL_GPL(visorbus_read_channel);
|