Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Ddata-convert-bt.c448 struct bt_ctf_field_type *len_type, *seq_type; in add_bpf_output_values() local
478 seq_type = bt_ctf_event_class_get_field_by_name(event_class, "raw_data"); in add_bpf_output_values()
479 seq_field = bt_ctf_field_create(seq_type); in add_bpf_output_values()
513 bt_ctf_field_type_put(seq_type); in add_bpf_output_values()
526 struct bt_ctf_field_type *len_type, *seq_type; in add_callchain_output_values() local
552 seq_type = bt_ctf_event_class_get_field_by_name( in add_callchain_output_values()
554 seq_field = bt_ctf_field_create(seq_type); in add_callchain_output_values()
588 bt_ctf_field_type_put(seq_type); in add_callchain_output_values()
1085 struct bt_ctf_field_type *seq_type; in add_bpf_output_types() local
1092 seq_type in add_bpf_output_types()
[all...]
/linux/drivers/net/ipa/data/
H A Dipa_data-v4.11.c69 .seq_type = IPA_SEQ_DMA,
115 .seq_type = IPA_SEQ_2_PASS_SKIP_LAST_UC,
H A Dipa_data-v4.7.c65 .seq_type = IPA_SEQ_DMA,
111 .seq_type = IPA_SEQ_2_PASS_SKIP_LAST_UC,
H A Dipa_data-v4.9.c70 .seq_type = IPA_SEQ_DMA,
116 .seq_type = IPA_SEQ_2_PASS_SKIP_LAST_UC,
H A Dipa_data-v5.0.c82 .seq_type = IPA_SEQ_DMA,
128 .seq_type = IPA_SEQ_2_PASS_SKIP_LAST_UC,
H A Dipa_data-v4.5.c78 .seq_type = IPA_SEQ_DMA,
124 .seq_type = IPA_SEQ_2_PASS_SKIP_LAST_UC,
H A Dipa_data-v5.5.c82 .seq_type = IPA_SEQ_DMA,
128 .seq_type = IPA_SEQ_2_PASS_SKIP_LAST_UC,
H A Dipa_data-v3.1.c84 .seq_type = IPA_SEQ_DMA,
130 .seq_type = IPA_SEQ_2_PASS_SKIP_LAST_UC,
/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/misc/cardreader/
H A Drtsx_usb.c85 u16 addr, u16 len, u8 seq_type) in rtsx_usb_seq_cmd_hdr() argument
89 ucr->cmd_buf[PACKET_TYPE] = seq_type; in rtsx_usb_seq_cmd_hdr()
95 if (seq_type == SEQ_WRITE) in rtsx_usb_seq_cmd_hdr()