Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_iapsta.c4898 config_map_t *row, *row_prev; in wl_ext_parse_config() local
4920 row_prev = &config_map[i]; in wl_ext_parse_config()
4923 if (row->head < row_prev->head) { in wl_ext_parse_config()
4924 strcpy(name, row_prev->name); in wl_ext_parse_config()
4925 strcpy(row_prev->name, row->name); in wl_ext_parse_config()
4927 pch = row_prev->head; in wl_ext_parse_config()
4928 row_prev->head = row->head; in wl_ext_parse_config()
4936 row_prev = &config_map[i]; in wl_ext_parse_config()
4938 if (row_prev->head) { in wl_ext_parse_config()
4939 row_prev->tail = row->head; in wl_ext_parse_config()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_iapsta.c5505 config_map_t *row, *row_prev; in wl_ext_parse_config() local
5527 row_prev = &config_map[i]; in wl_ext_parse_config()
5530 if (row->head < row_prev->head) { in wl_ext_parse_config()
5531 strcpy(name, row_prev->name); in wl_ext_parse_config()
5532 strcpy(row_prev->name, row->name); in wl_ext_parse_config()
5534 pch = row_prev->head; in wl_ext_parse_config()
5535 row_prev->head = row->head; in wl_ext_parse_config()
5543 row_prev = &config_map[i]; in wl_ext_parse_config()
5545 if (row_prev->head) { in wl_ext_parse_config()
5546 row_prev->tail = row->head; in wl_ext_parse_config()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/
H A Dwl_android_ext.c2349 config_map_t *row, *row_prev; in wl_ext_parse_config() local
2371 row_prev = &config_map[i]; in wl_ext_parse_config()
2374 if (row->head < row_prev->head) { in wl_ext_parse_config()
2375 strcpy(name, row_prev->name); in wl_ext_parse_config()
2376 strcpy(row_prev->name, row->name); in wl_ext_parse_config()
2378 pch = row_prev->head; in wl_ext_parse_config()
2379 row_prev->head = row->head; in wl_ext_parse_config()
2387 row_prev = &config_map[i]; in wl_ext_parse_config()
2389 if (row_prev->head) { in wl_ext_parse_config()
2390 row_prev->tail = row->head; in wl_ext_parse_config()