Searched refs:wlcore_raw_write (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/ |
H A D | io.h | 44 static inline int __must_check wlcore_raw_write(struct wl1271 *wl, int addr, in wlcore_raw_write() function 91 return wlcore_raw_write(wl, wl->rtable[reg], buf, len, fixed); in wlcore_raw_write_data() 114 return wlcore_raw_write(wl, addr, wl->buffer_32, in wlcore_raw_write32() 135 return wlcore_raw_write(wl, physical, buf, len, fixed); in wlcore_write()
|
H A D | debugfs.c | 1181 ret = wlcore_raw_write(wl, 0, buf, bytes, false); in dev_mem_write()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/ |
H A D | io.h | 44 static inline int __must_check wlcore_raw_write(struct wl1271 *wl, int addr, in wlcore_raw_write() function 91 return wlcore_raw_write(wl, wl->rtable[reg], buf, len, fixed); in wlcore_raw_write_data() 114 return wlcore_raw_write(wl, addr, wl->buffer_32, in wlcore_raw_write32() 135 return wlcore_raw_write(wl, physical, buf, len, fixed); in wlcore_write()
|
H A D | debugfs.c | 1164 ret = wlcore_raw_write(wl, 0, buf, bytes, false); in dev_mem_write()
|
Completed in 4 milliseconds