D | io.h | 60 bool fixed) in wlcore_raw_write() argument 69 ret = wl->if_ops->write(wl->dev, addr, buf, len, fixed); in wlcore_raw_write() 78 bool fixed) in wlcore_raw_read() argument 87 ret = wl->if_ops->read(wl->dev, addr, buf, len, fixed); in wlcore_raw_read() 96 bool fixed) in wlcore_raw_read_data() argument 98 return wlcore_raw_read(wl, wl->rtable[reg], buf, len, fixed); in wlcore_raw_read_data() 103 bool fixed) in wlcore_raw_write_data() argument 105 return wlcore_raw_write(wl, wl->rtable[reg], buf, len, fixed); in wlcore_raw_write_data() 133 void *buf, size_t len, bool fixed) in wlcore_read() argument 139 return wlcore_raw_read(wl, physical, buf, len, fixed); in wlcore_read() [all …]
|