Searched refs:read_copy (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/wireless/mediatek/mt76/ |
| H A D | mmio.c | 117 .read_copy = mt76_mmio_read_copy, in mt76_mmio_init()
|
| H A D | mt792x_usb.c | 79 .read_copy = mt792xu_bus_hung_read_copy,
|
| H A D | mt76.h | 101 void (*read_copy)(struct mt76_dev *dev, u32 offset, void *data, member 1191 #define __mt76_rr_copy(dev, ...) (dev)->bus->read_copy((dev), __VA_ARGS__) 1200 #define mt76_rr_copy(dev, ...) (dev)->mt76.bus->read_copy(&((dev)->mt76), __VA_ARGS__)
|
| H A D | usb.c | 1189 .read_copy = mt76u_read_copy, in mt76u_init()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7925/ |
| H A D | usb.c | 179 .read_copy = mt76u_read_copy, in mt7925u_probe()
|