Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/wilc1000/
Dwilc_wlan_cfg.c130 static struct wilc_cfg_str g_cfg_str[] = { variable
326 if (g_cfg_str[i].id == WID_NIL) in wilc_wlan_parse_response_frame()
329 if (g_cfg_str[i].id == wid) { in wilc_wlan_parse_response_frame()
336 memcpy(g_cfg_str[i].str, &info[2], in wilc_wlan_parse_response_frame()
476 u32 id = g_cfg_str[i].id; in wilc_wlan_cfg_get_wid_value()
482 u32 size = g_cfg_str[i].str[0] | in wilc_wlan_cfg_get_wid_value()
483 (g_cfg_str[i].str[1] << 8); in wilc_wlan_cfg_get_wid_value()
492 memcpy(buffer, &g_cfg_str[i].str[2], in wilc_wlan_cfg_get_wid_value()