Home
last modified time | relevance | path

Searched refs:pLength (Results 1 – 7 of 7) sorted by relevance

/dragonfly/lib/libusb/
H A Dlibusb20.c135 if (xfer->pLength) { in libusb20_tr_close()
136 free(xfer->pLength); in libusb20_tr_close()
189 xfer->pLength = malloc(size); in libusb20_tr_open_stream()
190 if (xfer->pLength == NULL) { in libusb20_tr_open_stream()
193 memset(xfer->pLength, 0, size); in libusb20_tr_open_stream()
198 free(xfer->pLength); in libusb20_tr_open_stream()
208 free(xfer->pLength); in libusb20_tr_open_stream()
243 actlen += xfer->pLength[x]; in libusb20_tr_get_actual_length()
409 xfer->pLength[0] = length; in libusb20_tr_setup_bulk()
429 xfer->pLength[1] = len; in libusb20_tr_setup_control()
[all …]
H A Dlibusb20_int.h168 uint32_t *pLength; member
H A Dlibusb20_ugen20.c822 fsep->pLength = libusb20_pass_ptr(xfer->pLength); in ugen20_tr_open()
/dragonfly/sys/bus/u4b/template/
H A Dusb_template.c1034 uint16_t *pLength, uint8_t index) in usb_temp_get_config_desc() argument
1059 if (pLength) { in usb_temp_get_config_desc()
1060 *pLength = UGETW(cd->wTotalLength); in usb_temp_get_config_desc()
1132 const void **pPtr, uint16_t *pLength) in usb_temp_get_desc() argument
1205 *pLength = len; in usb_temp_get_desc()
1215 *pLength = 0; in usb_temp_get_desc()
/dragonfly/sys/bus/u4b/
H A Dusb_ioctl.h178 uint64_t pLength; member
181 uint32_t *pLength; /* pointer to frame lengths, updated
H A Dusb_dynamic.c86 …sc_w(struct usb_device *udev, struct usb_device_request *req, const void **pPtr, uint16_t *pLength) in usb_temp_get_desc_w() argument
H A Dusb_generic.c1089 error = copyin(fs_ep.pLength, in ugen_fs_copy_in()
1159 error = copyin(fs_ep.pLength + n, in ugen_fs_copy_in()
1282 error = copyin(fs_ep.pLength + n, in ugen_fs_copy_out()
1336 fs_ep.pLength + n, sizeof(length)); in ugen_fs_copy_out()