Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/wireless/ti/wlcore/
Dboot.c40 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()
Dhw_ops.h161 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()
Dwlcore.h81 struct wl1271_static_data *static_data);
/linux-5.19.10/drivers/scsi/bfa/
Dbfa_ioc.h587 u8 static_data; member
647 struct sfp_mem_s *sfpmem, u8 static_data,
/linux-5.19.10/drivers/net/wireless/ti/wl18xx/
Dmain.c1514 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()