Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/mediatek/mt76/
H A Dmmio.c117 .read_copy = mt76_mmio_read_copy, in mt76_mmio_init()
H A Dmt792x_usb.c79 .read_copy = mt792xu_bus_hung_read_copy,
H A Dmt76.h101 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 Dusb.c1189 .read_copy = mt76u_read_copy, in mt76u_init()
/linux/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dusb.c179 .read_copy = mt76u_read_copy, in mt7925u_probe()