Home
last modified time | relevance | path

Searched refs:seq_type (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/util/
H A Ddata-convert-bt.c455 struct bt_ctf_field_type *len_type, *seq_type; in add_bpf_output_values() local
485 seq_type = bt_ctf_event_class_get_field_by_name(event_class, "raw_data"); in add_bpf_output_values()
486 seq_field = bt_ctf_field_create(seq_type); in add_bpf_output_values()
520 bt_ctf_field_type_put(seq_type); in add_bpf_output_values()
533 struct bt_ctf_field_type *len_type, *seq_type; in add_callchain_output_values() local
559 seq_type = bt_ctf_event_class_get_field_by_name( in add_callchain_output_values()
561 seq_field = bt_ctf_field_create(seq_type); in add_callchain_output_values()
595 bt_ctf_field_type_put(seq_type); in add_callchain_output_values()
1097 struct bt_ctf_field_type *seq_type; in add_bpf_output_types() local
1104 seq_type = bt_ctf_field_type_sequence_create(seq_base_type, "raw_len"); in add_bpf_output_types()
[all …]
/linux/sound/core/seq/
H A Dseq_ump_convert.c118 int seq_type; member
141 ev->type = midi1_msg_encoders[status].seq_type; in cvt_ump_midi1_to_event()
191 ev->type = system_msg_encoders[status].seq_type; in cvt_ump_system_to_event()
279 int seq_type; member
308 ev->type = midi2_msg_encoders[status].seq_type; in cvt_ump_midi2_to_event()
1055 int seq_type; member
1115 if (seq_ev_ump_encoders[i].seq_type == type) in find_ump_encoder()
/linux/drivers/net/ipa/
H A Dipa_endpoint.h53 enum ipa_seq_type seq_type; member
H A Dipa_endpoint.c1219 val = reg_encode(reg, SEQ_TYPE, endpoint->config.tx.seq_type); in ipa_endpoint_init_seq()