Home
last modified time | relevance | path

Searched refs:wl1251_acx_mem_map (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/net/wireless/ti/wl1251/
Dinit.c211 wl->target_mem_map = kzalloc(sizeof(struct wl1251_acx_mem_map), in wl1251_hw_init_mem_config()
219 ret = wl1251_acx_mem_map(wl, wl->target_mem_map, in wl1251_hw_init_mem_config()
220 sizeof(struct wl1251_acx_mem_map)); in wl1251_hw_init_mem_config()
273 struct wl1251_acx_mem_map *wl_mem_map = wl->target_mem_map; in wl1251_hw_init_tx_queue_config()
329 struct wl1251_acx_mem_map *wl_mem_map; in wl1251_hw_init()
Dacx.h1159 struct wl1251_acx_mem_map { struct
1458 int wl1251_acx_mem_map(struct wl1251 *wl,
Dacx.c221 int wl1251_acx_mem_map(struct wl1251 *wl, struct acx_header *mem_map, in wl1251_acx_mem_map() function