Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A Dlo.h50 struct list_head calib_list; member
H A Dlo.c33 list_for_each_entry(c, &lo->calib_list, list) { in b43_find_lo_calib()
801 list_add(&c->list, &lo->calib_list); in b43_get_calib_lo_settings()
951 list_for_each_entry_safe(cal, tmp, &lo->calib_list, list) { in b43_lo_g_maintenance_work()
970 if (current_item_expired || unlikely(list_empty(&lo->calib_list))) { in b43_lo_g_maintenance_work()
976 list_add(&cal->list, &lo->calib_list); in b43_lo_g_maintenance_work()
990 list_for_each_entry_safe(cal, tmp, &lo->calib_list, list) { in b43_lo_g_cleanup()
H A Ddebugfs.c455 list_for_each_entry(cal, &lo->calib_list, list) { in loctls_read_file()
H A Dphy_g.c2497 INIT_LIST_HEAD(&lo->calib_list); in b43_gphy_op_prepare_structs()