Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Ddata-convert-bt.c438 struct bt_ctf_field_type *len_type, *seq_type; in add_bpf_output_values() local
468 seq_type = bt_ctf_event_class_get_field_by_name(event_class, "raw_data"); in add_bpf_output_values()
469 seq_field = bt_ctf_field_create(seq_type); in add_bpf_output_values()
503 bt_ctf_field_type_put(seq_type); in add_bpf_output_values()
516 struct bt_ctf_field_type *len_type, *seq_type; in add_callchain_output_values() local
542 seq_type = bt_ctf_event_class_get_field_by_name( in add_callchain_output_values()
544 seq_field = bt_ctf_field_create(seq_type); in add_callchain_output_values()
578 bt_ctf_field_type_put(seq_type); in add_callchain_output_values()
1074 struct bt_ctf_field_type *seq_type; in add_bpf_output_types() local
1081 seq_type = bt_ctf_field_type_sequence_create(seq_base_type, "raw_len"); in add_bpf_output_types()
[all …]
/Linux-v5.4/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()