Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Dacx.h488 struct wl1271_acx_mem_map { struct
1050 int wl1271_acx_mem_map(struct wl1271 *wl,
Dacx.c157 int wl1271_acx_mem_map(struct wl1271 *wl, struct acx_header *mem_map, in wl1271_acx_mem_map() function
1015 wl->target_mem_map = kzalloc(sizeof(struct wl1271_acx_mem_map), in wl1271_acx_init_mem_config()
1023 ret = wl1271_acx_mem_map(wl, (void *)wl->target_mem_map, in wl1271_acx_init_mem_config()
1024 sizeof(struct wl1271_acx_mem_map)); in wl1271_acx_init_mem_config()
Dwlcore.h254 struct wl1271_acx_mem_map *target_mem_map;
Dtx.c988 struct wl1271_acx_mem_map *memmap = wl->target_mem_map; in wlcore_tx_complete()
/Linux-v4.19/drivers/net/wireless/ti/wl12xx/
Dmain.c616 struct wl1271_acx_mem_map *wl_mem_map = wl->target_mem_map; in wl127x_prepare_read()