CLUSTER_IDS 347 drivers/staging/wusbcore/wusbhc.c static DECLARE_BITMAP(wusb_cluster_id_table, CLUSTER_IDS); CLUSTER_IDS 363 drivers/staging/wusbcore/wusbhc.c id = find_first_zero_bit(wusb_cluster_id_table, CLUSTER_IDS); CLUSTER_IDS 364 drivers/staging/wusbcore/wusbhc.c if (id >= CLUSTER_IDS) { CLUSTER_IDS 385 drivers/staging/wusbcore/wusbhc.c BUG_ON(id >= CLUSTER_IDS); CLUSTER_IDS 462 drivers/staging/wusbcore/wusbhc.c bitmap_zero(wusb_cluster_id_table, CLUSTER_IDS); CLUSTER_IDS 477 drivers/staging/wusbcore/wusbhc.c if (!bitmap_empty(wusb_cluster_id_table, CLUSTER_IDS)) { CLUSTER_IDS 479 drivers/staging/wusbcore/wusbhc.c CLUSTER_IDS, wusb_cluster_id_table);