Searched refs:seq_type (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ipa/ |
D | ipa_data-sc7180.c | 25 .seq_type = IPA_SEQ_DMA_ONLY, 43 .seq_type = IPA_SEQ_INVALID, 65 .seq_type = 89 .seq_type = IPA_SEQ_INVALID,
|
D | ipa_data-sdm845.c | 27 .seq_type = IPA_SEQ_DMA_ONLY, 45 .seq_type = IPA_SEQ_INVALID, 67 .seq_type = 91 .seq_type = IPA_SEQ_INVALID,
|
D | ipa_endpoint.c | 759 u32 seq_type = endpoint->seq_type; in ipa_endpoint_init_seq() local 766 val |= u32_encode_bits(seq_type & 0xf, HPS_SEQ_TYPE_FMASK); in ipa_endpoint_init_seq() 767 val |= u32_encode_bits((seq_type >> 4) & 0xf, DPS_SEQ_TYPE_FMASK); in ipa_endpoint_init_seq() 769 val |= u32_encode_bits((seq_type >> 8) & 0xf, HPS_REP_SEQ_TYPE_FMASK); in ipa_endpoint_init_seq() 770 val |= u32_encode_bits((seq_type >> 12) & 0xf, DPS_REP_SEQ_TYPE_FMASK); in ipa_endpoint_init_seq() 1611 endpoint->seq_type = data->endpoint.seq_type; in ipa_endpoint_init_one()
|
D | ipa_data.h | 154 enum ipa_seq_type seq_type; member
|
D | ipa_endpoint.h | 62 enum ipa_seq_type seq_type; member
|
/kernel/linux/linux-5.10/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 …]
|
/kernel/linux/linux-5.10/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()
|