Searched refs:tag_sec (Results 1 – 6 of 6) sorted by relevance
46 log->log[log->write_pos].tag_sec = in cras_bt_event_log_data()
83 log->log[pos_mod_len].tag_sec = in audio_thread_event_log_data()
328 uint32_t tag_sec; member397 uint32_t tag_sec; member
482 unsigned int tag = (log->log[tag_idx].tag_sec >> 24) & 0xff; in show_alog_tag()483 unsigned int sec = log->log[tag_idx].tag_sec & 0x00ffffff; in show_alog_tag()492 if (log->log[tag_idx].tag_sec == 0 && log->log[tag_idx].nsec == 0) in show_alog_tag()815 unsigned int tag = (log->log[tag_idx].tag_sec >> 24) & 0xff; in show_btlog_tag()816 unsigned int sec = log->log[tag_idx].tag_sec & 0x00ffffff; in show_btlog_tag()824 if (log->log[tag_idx].tag_sec == 0 && log->log[tag_idx].nsec == 0) in show_btlog_tag()
820 pub tag_sec: u32, field839 unsafe { &(*(::std::ptr::null::<audio_thread_event>())).tag_sec as *const _ as usize }, in bindgen_test_layout_audio_thread_event()845 stringify!(tag_sec) in bindgen_test_layout_audio_thread_event()1510 pub tag_sec: u32, field1528 unsafe { &(*(::std::ptr::null::<cras_bt_event>())).tag_sec as *const _ as usize }, in bindgen_test_layout_cras_bt_event()1534 stringify!(tag_sec) in bindgen_test_layout_cras_bt_event()
3176 timestamp.tv_sec = log.log[pos].tag_sec & 0x00ffffff; in cras_client_read_atlog()