Searched refs:CRAS_BT_EVENT_LOG_SIZE (Results 1 – 3 of 3) sorted by relevance
29 log->len = CRAS_BT_EVENT_LOG_SIZE; in cras_bt_event_log_init()53 log->write_pos %= CRAS_BT_EVENT_LOG_SIZE; in cras_bt_event_log_data()
269 #define CRAS_BT_EVENT_LOG_SIZE 1024 macro491 struct cras_bt_event log[CRAS_BT_EVENT_LOG_SIZE];
32 pub const CRAS_BT_EVENT_LOG_SIZE: u32 = 1024; constant