Home
last modified time | relevance | path

Searched refs:descriptors (Results 1 – 25 of 293) sorted by relevance

12345678910>>...12

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wil6210/
H A Dpmc.c88 pmc->descriptors = kcalloc(num_descriptors, in wil_pmc_alloc()
91 if (!pmc->descriptors) { in wil_pmc_alloc()
97 pmc->descriptors); in wil_pmc_alloc()
145 pmc->descriptors[i].va = dma_alloc_coherent(dev, in wil_pmc_alloc()
147 &pmc->descriptors[i].pa, in wil_pmc_alloc()
150 if (unlikely(!pmc->descriptors[i].va)) { in wil_pmc_alloc()
156 u32 *p = (u32 *)pmc->descriptors[i].va + j; in wil_pmc_alloc()
162 cpu_to_le32(lower_32_bits(pmc->descriptors[i].pa)); in wil_pmc_alloc()
164 cpu_to_le16((u16)upper_32_bits(pmc->descriptors[i].pa)); in wil_pmc_alloc()
196 for (i = 0; i < num_descriptors && pmc->descriptors[i].va; i++) { in wil_pmc_alloc()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dipa-prop.h472 vec<ipa_param_descriptor, va_gc> *descriptors; in class() local
510 : descriptors (NULL), lattices (NULL), ipcp_orig_node (NULL), in ipa_node_params()
586 return vec_safe_length (info->descriptors); in ipa_get_param_count()
597 gcc_checking_assert (info->descriptors); in ipa_get_param()
598 tree t = (*info->descriptors)[i].decl_or_type; in ipa_get_param()
609 if (vec_safe_length (info->descriptors) <= (unsigned) i) in ipa_get_type()
611 tree t = (*info->descriptors)[i].decl_or_type; in ipa_get_type()
626 gcc_checking_assert (info->descriptors); in ipa_get_param_move_cost()
627 return (*info->descriptors)[i].move_cost; in ipa_get_param_move_cost()
636 gcc_checking_assert (info->descriptors); in ipa_set_param_used()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dipa-prop.h472 vec<ipa_param_descriptor, va_gc> *descriptors; in class() local
510 : descriptors (NULL), lattices (NULL), ipcp_orig_node (NULL), in ipa_node_params()
586 return vec_safe_length (info->descriptors); in ipa_get_param_count()
597 gcc_checking_assert (info->descriptors); in ipa_get_param()
598 tree t = (*info->descriptors)[i].decl_or_type; in ipa_get_param()
609 if (vec_safe_length (info->descriptors) <= (unsigned) i) in ipa_get_type()
611 tree t = (*info->descriptors)[i].decl_or_type; in ipa_get_type()
626 gcc_checking_assert (info->descriptors); in ipa_get_param_move_cost()
627 return (*info->descriptors)[i].move_cost; in ipa_get_param_move_cost()
636 gcc_checking_assert (info->descriptors); in ipa_set_param_used()
[all …]
/OK3568_Linux_fs/kernel/tools/usb/ffs-aio-example/multibuff/device_app/
H A Daio_multibuff.c77 } __attribute__ ((__packed__)) descriptors = { variable
84 .length = htole32(sizeof(descriptors)),
89 .bLength = sizeof(descriptors.fs_descs.intf),
96 .bLength = sizeof(descriptors.fs_descs.bulk_sink),
102 .bLength = sizeof(descriptors.fs_descs.bulk_source),
111 .bLength = sizeof(descriptors.hs_descs.intf),
118 .bLength = sizeof(descriptors.hs_descs.bulk_sink),
125 .bLength = sizeof(descriptors.hs_descs.bulk_source),
135 .bLength = sizeof(descriptors.ss_descs.intf),
143 .bLength = sizeof(descriptors.ss_descs.sink),
[all …]
/OK3568_Linux_fs/kernel/tools/usb/ffs-aio-example/simple/device_app/
H A Daio_simple.c75 } __attribute__ ((__packed__)) descriptors = { variable
82 .length = htole32(sizeof(descriptors)),
87 .bLength = sizeof(descriptors.fs_descs.intf),
94 .bLength = sizeof(descriptors.fs_descs.bulk_sink),
100 .bLength = sizeof(descriptors.fs_descs.bulk_source),
109 .bLength = sizeof(descriptors.hs_descs.intf),
116 .bLength = sizeof(descriptors.hs_descs.bulk_sink),
123 .bLength = sizeof(descriptors.hs_descs.bulk_source),
133 .bLength = sizeof(descriptors.ss_descs.intf),
141 .bLength = sizeof(descriptors.ss_descs.sink),
[all …]
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget-uvc16 Description: Control descriptors
28 Description: Class descriptors
33 Description: Super speed control class descriptors
38 Description: Full speed control class descriptors
43 Description: Terminal descriptors
48 Description: Output terminal descriptors
53 Description: Default output terminal descriptors
70 Description: Camera terminal descriptors
75 Description: Default camera terminal descriptors
95 Description: Processing unit descriptors
[all …]
/OK3568_Linux_fs/buildroot/package/android-tools/
H A D0015-adbd-usb_linux_client-Compat-with-old-kernel.patch72 -} __attribute__((packed)) descriptors = {
74 - .length = cpu_to_le32(sizeof(descriptors)),
83 - .bLength = sizeof(descriptors.fs_descs.intf),
93 - .bLength = sizeof(descriptors.fs_descs.source),
100 - .bLength = sizeof(descriptors.fs_descs.sink),
137 - .bLength = sizeof(descriptors.hs_descs.intf),
147 - .bLength = sizeof(descriptors.hs_descs.source),
154 - .bLength = sizeof(descriptors.hs_descs.sink),
182 - .bLength = sizeof(descriptors.ss_descs.intf),
192 - .bLength = sizeof(descriptors.ss_descs.source),
[all …]
H A D0013-adbd-Support-usb3.0.patch73 } __attribute__((packed)) descriptors = {
76 - .length = cpu_to_le32(sizeof(descriptors)),
81 + .length = cpu_to_le32(sizeof(descriptors)),
90 .bLength = sizeof(descriptors.fs_descs.intf),
97 + .bLength = sizeof(descriptors.ss_descs.intf),
107 + .bLength = sizeof(descriptors.ss_descs.source),
114 + .bLength = sizeof(descriptors.ss_descs.source_comp),
118 + .bLength = sizeof(descriptors.ss_descs.sink),
125 + .bLength = sizeof(descriptors.ss_descs.sink_comp),
/OK3568_Linux_fs/kernel/tools/usb/
H A Dffs-test.c126 } __attribute__((packed)) descriptors = { variable
132 .length = cpu_to_le32(sizeof descriptors),
137 .bLength = sizeof descriptors.fs_descs.intf,
144 .bLength = sizeof descriptors.fs_descs.sink,
151 .bLength = sizeof descriptors.fs_descs.source,
161 .bLength = sizeof descriptors.fs_descs.intf,
168 .bLength = sizeof descriptors.hs_descs.sink,
175 .bLength = sizeof descriptors.hs_descs.source,
186 .bLength = sizeof descriptors.fs_descs.intf,
193 .bLength = sizeof descriptors.hs_descs.sink,
[all …]
/OK3568_Linux_fs/buildroot/package/w_scan/
H A D0001-musl.patch5 diff -uNr w_scan-20141122.org/descriptors.h w_scan-20141122/descriptors.h
6 --- w_scan-20141122.org/descriptors.h 2014-11-22 09:49:26.000000000 +0100
7 +++ w_scan-20141122/descriptors.h 2016-01-24 14:05:21.000000000 +0100
H A D0002-si_types-h-fix-build-with-gcc-10.patch6 …_OFFSET_BITS=64 -Os -lrt -o w_scan atsc_psip_section.o countries.o descriptors.o diseqc.o dump…
7 …nux-gnueabihf/10.2.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: descriptors.o:(.bss+0x404):…
8 …nux-gnueabihf/10.2.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: descriptors.o:(.bss+0x408):…
9 …nux-gnueabihf/10.2.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: descriptors.o:(.bss+0x480):…
10 …nux-gnueabihf/10.2.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: descriptors.o:(.bss+0x484):…
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A D0014-add-u3-ss-descriptor-support-for-adb.patch44 -} __attribute__((packed)) descriptors = {
47 - .length = cpu_to_le32(sizeof(descriptors)),
192 - .bLength = sizeof(descriptors.fs_descs.intf),
202 - .bLength = sizeof(descriptors.fs_descs.source),
209 - .bLength = sizeof(descriptors.fs_descs.sink),
224 - .bLength = sizeof(descriptors.hs_descs.intf),
234 - .bLength = sizeof(descriptors.hs_descs.source),
241 - .bLength = sizeof(descriptors.hs_descs.sink),
320 - ret = adb_write(h->control, &descriptors, sizeof(descriptors));
323 - D("[ %s: write descriptors failed: errno=%d ]\n", USB_FFS_ADB_EP0, errno);
[all …]
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dcomposite.c64 if (!config->fullspeed && function->descriptors) in usb_add_function()
177 struct usb_descriptor_header **descriptors; in config_buf() local
194 if (config->descriptors) { in config_buf()
196 config->descriptors); in config_buf()
207 descriptors = f->ss_descriptors; in config_buf()
210 descriptors = f->hs_descriptors; in config_buf()
213 descriptors = f->descriptors; in config_buf()
216 if (!descriptors) in config_buf()
219 (const struct usb_descriptor_header **) descriptors); in config_buf()
337 struct usb_descriptor_header **descriptors; in set_config() local
[all …]
/OK3568_Linux_fs/u-boot/lib/avb/libavb/
H A Davb_descriptor.c135 const AvbDescriptor** descriptors; member
140 data->descriptors[data->descriptor_number++] = descriptor; in set_descriptors()
154 data.descriptors = in avb_descriptor_get_all()
156 if (data.descriptors == NULL) { in avb_descriptor_get_all()
166 return data.descriptors; in avb_descriptor_get_all()
/OK3568_Linux_fs/buildroot/package/libusb/
H A D0001-linux_usbfs-Fix-parsing-of-descriptors-for-multi-con.patch4 Subject: [PATCH 1/1] linux_usbfs: Fix parsing of descriptors for
7 Commit e2be556bd2 ("linux_usbfs: Parse config descriptors during device
10 configuration descriptors failed to count the length of the
12 9 bytes, leading to a parsing error for subsequent descriptors.
48 * config descriptor with verified bLength fields, with descriptors
/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Dnhi.c198 descriptor = &ring->descriptors[ring->head]; in ring_write_descriptors()
243 if (!(ring->descriptors[ring->tail].flags in ring_work()
250 frame->size = ring->descriptors[ring->tail].length; in ring_work()
251 frame->eof = ring->descriptors[ring->tail].eof; in ring_work()
252 frame->sof = ring->descriptors[ring->tail].sof; in ring_work()
253 frame->flags = ring->descriptors[ring->tail].flags; in ring_work()
311 if (ring->descriptors[ring->tail].flags & RING_DESC_COMPLETED) { in tb_ring_poll()
317 frame->size = ring->descriptors[ring->tail].length; in tb_ring_poll()
318 frame->eof = ring->descriptors[ring->tail].eof; in tb_ring_poll()
319 frame->sof = ring->descriptors[ring->tail].sof; in tb_ring_poll()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dp2p.c43 __le32_to_cpu(noa->descriptors[i].type_count); in ath10k_p2p_noa_ie_fill()
44 noa_attr->desc[i].duration = noa->descriptors[i].duration; in ath10k_p2p_noa_ie_fill()
45 noa_attr->desc[i].interval = noa->descriptors[i].interval; in ath10k_p2p_noa_ie_fill()
46 noa_attr->desc[i].start_time = noa->descriptors[i].start_time; in ath10k_p2p_noa_ie_fill()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dfeatures2d.hpp185 OutputArray descriptors );
199 OutputArrayOfArrays descriptors );
204 OutputArray descriptors,
856 CV_WRAP virtual void add( InputArrayOfArrays descriptors );
1042 void set( const std::vector<Mat>& descriptors );
1135 virtual void add( InputArrayOfArrays descriptors ) CV_OVERRIDE;
1150 static void convertToDMatches( const DescriptorCollection& descriptors,
1289 CV_WRAP void add( const Mat& descriptors );
1313 CV_WRAP virtual Mat cluster( const Mat& descriptors ) const = 0;
1316 std::vector<Mat> descriptors; member in cv::BOWTrainer
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/
H A Dfeatures2d.hpp185 OutputArray descriptors );
199 OutputArrayOfArrays descriptors );
204 OutputArray descriptors,
856 CV_WRAP virtual void add( InputArrayOfArrays descriptors );
1042 void set( const std::vector<Mat>& descriptors );
1135 virtual void add( InputArrayOfArrays descriptors ) CV_OVERRIDE;
1150 static void convertToDMatches( const DescriptorCollection& descriptors,
1289 CV_WRAP void add( const Mat& descriptors );
1313 CV_WRAP virtual Mat cluster( const Mat& descriptors ) const = 0;
1316 std::vector<Mat> descriptors; member in cv::BOWTrainer
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/
H A Dfeatures2d.hpp185 OutputArray descriptors );
199 OutputArrayOfArrays descriptors );
204 OutputArray descriptors,
856 CV_WRAP virtual void add( InputArrayOfArrays descriptors );
1042 void set( const std::vector<Mat>& descriptors );
1135 virtual void add( InputArrayOfArrays descriptors ) CV_OVERRIDE;
1150 static void convertToDMatches( const DescriptorCollection& descriptors,
1289 CV_WRAP void add( const Mat& descriptors );
1313 CV_WRAP virtual Mat cluster( const Mat& descriptors ) const = 0;
1316 std::vector<Mat> descriptors; member in cv::BOWTrainer
[all …]
/OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/
H A Dblockgroup.rst38 descriptors that are found in block group 0. Redundant copies of the
39 superblock and group descriptors are written to some of the block groups
45 GDT block” space after the block group descriptors and before the start
71 superblock, group descriptors, data block bitmaps for groups 0-3, inode
76 and group descriptors are always at the beginning of block groups, even
84 descriptors copies are kept in the first block group. Given the default
85 128MiB(2^27 bytes) block group size and 64-byte group descriptors, ext4
96 feature moves the location of the group descriptors from the congested
104 descriptors. Instead, the superblock and a single block group descriptor
/OK3568_Linux_fs/kernel/Documentation/usb/
H A Dfunctionfs.rst7 the user space driver has registered by writing descriptors and
17 write descriptors and strings to that file. It does not need
19 simply provide descriptors such as if the function was the
25 When descriptors and strings are written "ep#" files appear
64 filesystems have been mounted and USB descriptors of all functions
/OK3568_Linux_fs/kernel/drivers/usb/gadget/
H A Dcomposite.c64 struct usb_descriptor_header **descriptors; in function_descriptors() local
73 descriptors = f->ssp_descriptors; in function_descriptors()
74 if (descriptors) in function_descriptors()
78 descriptors = f->ss_descriptors; in function_descriptors()
79 if (descriptors) in function_descriptors()
83 descriptors = f->hs_descriptors; in function_descriptors()
84 if (descriptors) in function_descriptors()
88 descriptors = f->fs_descriptors; in function_descriptors()
96 return descriptors; in function_descriptors()
536 if (config->descriptors) { in config_buf()
[all …]
/OK3568_Linux_fs/kernel/tools/usb/usbip/src/
H A Dusbip_list.c259 const char *descriptors; in list_gadget_devices() local
286 descriptors = udev_device_get_sysattr_value(dev, in list_gadget_devices()
289 if (!descriptors) { in list_gadget_devices()
295 d_desc = (const struct usb_device_descriptor *) descriptors; in list_gadget_devices()
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dtimberdale.c299 .descriptors = 2,
305 .descriptors = 2,
311 .descriptors = 2,
317 .descriptors = 2,
324 .descriptors = 2,
340 .descriptors = 2,
346 .descriptors = 2,

12345678910>>...12