Home
last modified time | relevance | path

Searched refs:allocated (Results 1 – 9 of 9) sorted by relevance

/drivers/interface/usb/ddk/v1_0/
DUsbDdkTypes.idl67 /** Device class code allocated by the USB-IF. */
69 /** Device subclass code allocated by USB-IF. The value is limited by that of bDeviceClass. */
71 …/** Protocol code allocated by USB-IF. The value is limited by that of bDeviceClass and bDeviceSub…
75 /** Vendor ID allocated by USB-IF. */
77 /** Product ID allocated by the vendor. */
/drivers/interface/codec/v1_0/
DICodecComponent.idl116 …* @param inParamStruct Indicates the pointer to the application allocated structure to be filled b…
117 …* @param outParamStruct Indicates the pointer to the application allocated structure filled by the…
140 * @param paramStruct Indicates the pointer to the application allocated structure used to set
159 …* @param inCfgStruct Indicates the pointer to the application allocated structure to be filled by …
160 …* @param outCfgStruct Indicates the pointer to the application allocated structure filled by the c…
178 …* @param cfgStruct Indicates the pointer to the application allocated structure used to set the co…
253 * @brief Requests the component to use a buffer that is already allocated by another component.
289 …* @param inBuffer Indicates the pointer to the structure of the buffer to be allocated. For detail…
291 …* @param outBuffer Indicates the pointer to the structure of the buffer allocated. For details abo…
417 * @param eglImage Indicates the pointer to the image allocated by EGL.
DCodecTypes.idl357 unsigned int allocLen; /**< Size of the buffer allocated. */
/drivers/peripheral/usb/gadget/function/mtp/include/
Dusbfn_mtp_impl.h202 struct DListHead *queueHead, struct DListHead *poolHead, int32_t &allocated, bool freeReq);
220 void UsbMtpPortFreeRequests(struct DListHead *head, int32_t &allocated);
/drivers/peripheral/usb/gadget/function/ecm/
Dcdcecm.c162 static void UsbEcmFreeRequests(const struct DListHead *head, int32_t *allocated) in UsbEcmFreeRequests() argument
169 if (allocated) { in UsbEcmFreeRequests()
170 (*allocated)--; in UsbEcmFreeRequests()
/drivers/peripheral/usb/gadget/function/mtp/src/
Dusbfn_mtp_impl.cpp365 void UsbfnMtpImpl::UsbMtpPortFreeRequests(struct DListHead *head, int32_t &allocated) in UsbMtpPortFreeRequests() argument
371 allocated--; in UsbMtpPortFreeRequests()
426 struct DListHead *queueHead, struct DListHead *poolHead, int32_t &allocated, bool freeReq) in UsbMtpPortCancelAndFreeReq() argument
440 allocated--; in UsbMtpPortCancelAndFreeReq()
/drivers/peripheral/usb/gadget/function/acm/
Dcdcacm.c163 static void UsbSerialFreeRequests(struct DListHead * const head, int32_t *allocated) in UsbSerialFreeRequests() argument
171 if (allocated) { in UsbSerialFreeRequests()
172 (*allocated)--; in UsbSerialFreeRequests()
/drivers/peripheral/codec/
DREADME.md287 …17"><a name="p20414172595617"></a><a name="p20414172595617"></a>Uses the space allocated by EGL</p>
/drivers/peripheral/usb/
DREADME.md246 …e="p17948193197"></a><a name="p17948193197"></a>Releases the previously allocated transfer request…