Searched refs:event_bitmap (Results 1 – 5 of 5) sorted by relevance
786 bitmap_zero(gpu->event_bitmap, ETNA_NR_EVENTS); in etnaviv_gpu_init()989 for_each_set_bit_from(i, gpu->event_bitmap, ETNA_NR_EVENTS) in etnaviv_gpu_recover_hang()991 bitmap_zero(gpu->event_bitmap, ETNA_NR_EVENTS); in etnaviv_gpu_recover_hang()1102 int event = find_first_zero_bit(gpu->event_bitmap, ETNA_NR_EVENTS); in event_alloc()1106 set_bit(event, gpu->event_bitmap); in event_alloc()1122 if (!test_bit(event, gpu->event_bitmap)) { in event_free()1126 clear_bit(event, gpu->event_bitmap); in event_free()
110 DECLARE_BITMAP(event_bitmap, ETNA_NR_EVENTS);
1298 u16 event_bitmap; in mwifiex_cmd_802_11_subsc_evt() local1315 event_bitmap = subsc_evt_cfg->events; in mwifiex_cmd_802_11_subsc_evt()1317 event_bitmap); in mwifiex_cmd_802_11_subsc_evt()1321 (event_bitmap == 0)) { in mwifiex_cmd_802_11_subsc_evt()1339 if (event_bitmap & BITMASK_BCN_RSSI_LOW) { in mwifiex_cmd_802_11_subsc_evt()1361 if (event_bitmap & BITMASK_BCN_RSSI_HIGH) { in mwifiex_cmd_802_11_subsc_evt()
2054 __le32 event_bitmap; member
3485 cmd->event_bitmap = __cpu_to_le32(1 << event); in ath10k_wmi_tlv_op_gen_wow_add_wakeup_event()