Searched refs:sof_ts_type_map (Results 1 – 1 of 1) sorted by relevance
5102 } sof_ts_type_map[3] = { variable5107 #define NUM_SOF_TIMESTAMPING_TYPES (sizeof sof_ts_type_map / sizeof sof_ts_type_map[0])5124 handle->tstamp_type_list[i] = sof_ts_type_map[i].pcap_tstamp_val; in iface_set_all_ts_types()5230 if (info.so_timestamping & sof_ts_type_map[i].soft_timestamping_val) in iface_get_ts_types()5241 if (info.so_timestamping & sof_ts_type_map[i].soft_timestamping_val) { in iface_get_ts_types()5242 handle->tstamp_type_list[j] = sof_ts_type_map[i].pcap_tstamp_val; in iface_get_ts_types()