Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ipa/
H A Dipa_data-sc7180.c25 .seq_type = IPA_SEQ_DMA_ONLY,
43 .seq_type = IPA_SEQ_INVALID,
65 .seq_type =
89 .seq_type = IPA_SEQ_INVALID,
H A Dipa_data-sdm845.c27 .seq_type = IPA_SEQ_DMA_ONLY,
45 .seq_type = IPA_SEQ_INVALID,
67 .seq_type =
91 .seq_type = IPA_SEQ_INVALID,
H A Dipa_endpoint.c761 u32 seq_type = endpoint->seq_type; in ipa_endpoint_init_seq() local
768 val |= u32_encode_bits(seq_type & 0xf, HPS_SEQ_TYPE_FMASK); in ipa_endpoint_init_seq()
769 val |= u32_encode_bits((seq_type >> 4) & 0xf, DPS_SEQ_TYPE_FMASK); in ipa_endpoint_init_seq()
771 val |= u32_encode_bits((seq_type >> 8) & 0xf, HPS_REP_SEQ_TYPE_FMASK); in ipa_endpoint_init_seq()
772 val |= u32_encode_bits((seq_type >> 12) & 0xf, DPS_REP_SEQ_TYPE_FMASK); in ipa_endpoint_init_seq()
1613 endpoint->seq_type = data->endpoint.seq_type; in ipa_endpoint_init_one()
H A Dipa_data.h154 enum ipa_seq_type seq_type; member
H A Dipa_endpoint.h62 enum ipa_seq_type seq_type; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/iterator/
H A Dbasic_iterator.hpp46 typedef Seq seq_type; typedef
116 typename remove_const<typename It1::seq_type>::type
117 , typename remove_const<typename It2::seq_type>::type
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/adapted/struct/detail/
H A Dderef_impl.hpp24 typename remove_const<typename It::seq_type>::type
26 >::template apply<typename It::seq_type>
H A Dvalue_of_impl.hpp22 typename remove_const<typename It::seq_type>::type
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Ddata-convert-bt.c441 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 …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/reverse_view/detail/
H A Dvalue_at_impl.hpp27 typename Seq::seq_type
H A Dat_impl.hpp30 result_of::at<typename Seq::seq_type, real_n>::type
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/reverse_view/
H A Dreverse_view.hpp42 typedef Sequence seq_type; typedef
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/parallel/
H A Dmultiway_merge.h1249 typedef std::pair<_RAIter1, _RAIter1> seq_type;
1250 seq_type* __ne_seqs = new seq_type[__seqs_end - __seqs_begin];
1305 seq_type* __chunks = new seq_type[__k];
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/parallel/
H A Dmultiway_merge.h1249 typedef std::pair<_RAIter1, _RAIter1> seq_type;
1250 seq_type* __ne_seqs = new seq_type[__seqs_end - __seqs_begin];
1305 seq_type* __chunks = new seq_type[__k];
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dcore_c.h1685 CVAPI(CvSeq*) cvMakeSeqHeaderForArray( int seq_type, int header_size,
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dcore_c.h1685 CVAPI(CvSeq*) cvMakeSeqHeaderForArray( int seq_type, int header_size,
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dcore_c.h1685 CVAPI(CvSeq*) cvMakeSeqHeaderForArray( int seq_type, int header_size,
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...