| /OK3568_Linux_fs/kernel/drivers/net/ipa/ |
| H A 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,
|
| H A 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,
|
| H A D | ipa_endpoint.c | 761 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 D | ipa_data.h | 154 enum ipa_seq_type seq_type; member
|
| H A D | ipa_endpoint.h | 62 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 D | basic_iterator.hpp | 46 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 D | deref_impl.hpp | 24 typename remove_const<typename It::seq_type>::type 26 >::template apply<typename It::seq_type>
|
| H A D | value_of_impl.hpp | 22 typename remove_const<typename It::seq_type>::type
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A 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 …]
|
| /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 D | value_at_impl.hpp | 27 typename Seq::seq_type
|
| H A D | at_impl.hpp | 30 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 D | reverse_view.hpp | 42 typedef Sequence seq_type; typedef
|
| /OK3568_Linux_fs/kernel/drivers/misc/cardreader/ |
| H A 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()
|
| /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 D | multiway_merge.h | 1249 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 D | multiway_merge.h | 1249 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 D | core_c.h | 1685 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 D | core_c.h | 1685 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 D | core_c.h | 1685 CVAPI(CvSeq*) cvMakeSeqHeaderForArray( int seq_type, int header_size,
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |