Searched refs:visorbus_read_channel (Results 1 – 5 of 5) sorted by relevance
| /linux/include/linux/ |
| A D | visorbus.h | 325 int visorbus_read_channel(struct visor_device *dev,
|
| /linux/drivers/staging/unisys/visornic/ |
| A D | visornic_main.c | 1802 err = visorbus_read_channel(dev, channel_offset, addr, ETH_ALEN); in visornic_probe() 1831 err = visorbus_read_channel(dev, channel_offset, in visornic_probe() 1879 err = visorbus_read_channel(dev, channel_offset, &netdev->mtu, 4); in visornic_probe() 1893 err = visorbus_read_channel(dev, channel_offset, &features, 8); in visornic_probe()
|
| /linux/drivers/staging/unisys/visorhba/ |
| A D | visorhba_main.c | 983 err = visorbus_read_channel(dev, channel_offset, &max, in visorhba_probe() 1027 err = visorbus_read_channel(dev, channel_offset, &features, 8); in visorhba_probe()
|
| /linux/drivers/visorbus/ |
| A 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/drivers/staging/unisys/visorinput/ |
| A D | visorinput.c | 443 err = visorbus_read_channel(dev, sizeof(struct channel_header), in devdata_create()
|
Completed in 17 milliseconds