Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Ddata-convert-bt.c443 struct bt_ctf_field_type *len_type, *seq_type; in add_bpf_output_values() local
473 seq_type = bt_ctf_event_class_get_field_by_name(event_class, "raw_data"); in add_bpf_output_values()
474 seq_field = bt_ctf_field_create(seq_type); in add_bpf_output_values()
508 bt_ctf_field_type_put(seq_type); in add_bpf_output_values()
521 struct bt_ctf_field_type *len_type, *seq_type; in add_callchain_output_values() local
547 seq_type = bt_ctf_event_class_get_field_by_name( in add_callchain_output_values()
549 seq_field = bt_ctf_field_create(seq_type); in add_callchain_output_values()
583 bt_ctf_field_type_put(seq_type); in add_callchain_output_values()
1079 struct bt_ctf_field_type *seq_type; in add_bpf_output_types() local
1086 seq_type = bt_ctf_field_type_sequence_create(seq_base_type, "raw_len"); in add_bpf_output_types()
[all …]
/linux-6.1.9/drivers/net/ipa/data/
Dipa_data-v4.2.c64 .seq_type = IPA_SEQ_DMA,
110 .seq_type = IPA_SEQ_1_PASS_SKIP_LAST_UC,
Dipa_data-v4.11.c68 .seq_type = IPA_SEQ_DMA,
114 .seq_type = IPA_SEQ_2_PASS_SKIP_LAST_UC,
Dipa_data-v3.5.1.c74 .seq_type = IPA_SEQ_DMA,
120 .seq_type = IPA_SEQ_2_PASS_SKIP_LAST_UC,
Dipa_data-v4.5.c77 .seq_type = IPA_SEQ_DMA,
123 .seq_type = IPA_SEQ_2_PASS_SKIP_LAST_UC,
Dipa_data-v4.9.c69 .seq_type = IPA_SEQ_DMA,
115 .seq_type = IPA_SEQ_2_PASS_SKIP_LAST_UC,
Dipa_data-v3.1.c83 .seq_type = IPA_SEQ_DMA,
129 .seq_type = IPA_SEQ_2_PASS_SKIP_LAST_UC,
/linux-6.1.9/drivers/net/ipa/
Dipa_endpoint.h53 enum ipa_seq_type seq_type; member
Dipa_endpoint.c1070 val = ipa_reg_encode(reg, SEQ_TYPE, endpoint->config.tx.seq_type); in ipa_endpoint_init_seq()
/linux-6.1.9/kernel/
Dsmp.c56 static char *seq_type[] = { variable
284 return (type >= ARRAY_SIZE(seq_type)) ? "?" : seq_type[type]; in csd_lock_get_type()
294 union cfd_seq_cnt data[2 * ARRAY_SIZE(seq_type)]; in csd_lock_print_extended()
/linux-6.1.9/drivers/misc/cardreader/
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()