Searched refs:static_data (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/net/wireless/ti/wlcore/ |
A D | boot.c | 40 struct wl1271_static_data *static_data) in wlcore_boot_parse_fw_ver() argument 44 strncpy(wl->chip.fw_ver_str, static_data->fw_version, in wlcore_boot_parse_fw_ver() 131 struct wl1271_static_data *static_data; in wlcore_boot_static_data() local 132 size_t len = sizeof(*static_data) + wl->static_data_priv_len; in wlcore_boot_static_data() 135 static_data = kmalloc(len, GFP_KERNEL); in wlcore_boot_static_data() 136 if (!static_data) { in wlcore_boot_static_data() 141 ret = wlcore_read(wl, wl->cmd_box_addr, static_data, len, false); in wlcore_boot_static_data() 145 ret = wlcore_boot_parse_fw_ver(wl, static_data); in wlcore_boot_static_data() 153 ret = wlcore_handle_static_data(wl, static_data); in wlcore_boot_static_data() 158 kfree(static_data); in wlcore_boot_static_data()
|
A D | hw_ops.h | 161 wlcore_handle_static_data(struct wl1271 *wl, void *static_data) in wlcore_handle_static_data() argument 164 return wl->ops->handle_static_data(wl, static_data); in wlcore_handle_static_data()
|
A D | wlcore.h | 81 struct wl1271_static_data *static_data);
|
/linux-6.3-rc2/drivers/scsi/bfa/ |
A D | bfa_ioc.h | 587 u8 static_data; member 647 struct sfp_mem_s *sfpmem, u8 static_data,
|
/linux-6.3-rc2/drivers/net/wireless/ti/wl18xx/ |
A D | main.c | 1514 struct wl1271_static_data *static_data) in wl18xx_handle_static_data() argument 1517 (struct wl18xx_static_data_priv *) static_data->priv; in wl18xx_handle_static_data()
|
Completed in 19 milliseconds