Searched refs:seq_type (Results 1 – 11 of 11) sorted by relevance
/Linux-v5.15/tools/perf/util/ |
D | data-convert-bt.c | 441 struct bt_ctf_field_type *len_type, *seq_type; in add_bpf_output_values() local 471 seq_type = bt_ctf_event_class_get_field_by_name(event_class, "raw_data"); in add_bpf_output_values() 472 seq_field = bt_ctf_field_create(seq_type); in add_bpf_output_values() 506 bt_ctf_field_type_put(seq_type); in add_bpf_output_values() 519 struct bt_ctf_field_type *len_type, *seq_type; in add_callchain_output_values() local 545 seq_type = bt_ctf_event_class_get_field_by_name( in add_callchain_output_values() 547 seq_field = bt_ctf_field_create(seq_type); in add_callchain_output_values() 581 bt_ctf_field_type_put(seq_type); in add_callchain_output_values() 1077 struct bt_ctf_field_type *seq_type; in add_bpf_output_types() local 1084 seq_type = bt_ctf_field_type_sequence_create(seq_base_type, "raw_len"); in add_bpf_output_types() [all …]
|
/Linux-v5.15/drivers/net/ipa/ |
D | ipa_data-v4.2.c | 64 .seq_type = IPA_SEQ_DMA, 108 .seq_type = IPA_SEQ_1_PASS_SKIP_LAST_UC,
|
D | ipa_data-v4.11.c | 68 .seq_type = IPA_SEQ_DMA, 112 .seq_type = IPA_SEQ_2_PASS_SKIP_LAST_UC,
|
D | ipa_data-v3.5.1.c | 74 .seq_type = IPA_SEQ_DMA, 118 .seq_type = IPA_SEQ_2_PASS_SKIP_LAST_UC,
|
D | ipa_data-v4.5.c | 77 .seq_type = IPA_SEQ_DMA, 121 .seq_type = IPA_SEQ_2_PASS_SKIP_LAST_UC,
|
D | ipa_data-v4.9.c | 69 .seq_type = IPA_SEQ_DMA, 113 .seq_type = IPA_SEQ_2_PASS_SKIP_LAST_UC,
|
D | ipa_data.h | 108 enum ipa_seq_type seq_type; member
|
D | ipa_data-v3.1.c | 83 .seq_type = IPA_SEQ_DMA, 127 .seq_type = IPA_SEQ_2_PASS_SKIP_LAST_UC,
|
D | ipa_endpoint.c | 923 val |= u32_encode_bits(endpoint->data->tx.seq_type, SEQ_TYPE_FMASK); in ipa_endpoint_init_seq()
|
/Linux-v5.15/kernel/ |
D | smp.c | 56 static char *seq_type[] = { variable 282 return (type >= ARRAY_SIZE(seq_type)) ? "?" : seq_type[type]; in csd_lock_get_type() 292 union cfd_seq_cnt data[2 * ARRAY_SIZE(seq_type)]; in csd_lock_print_extended()
|
/Linux-v5.15/drivers/misc/cardreader/ |
D | rtsx_usb.c | 85 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()
|