Home
last modified time | relevance | path

Searched refs:qual (Results 1 – 2 of 2) sorted by relevance

/bsp/ti/c28x/libraries/tms320f28379d/common/source/
A DF2837xD_Gpio.c199 Uint32 pin32, pin16, pinMask, qual; in GPIO_SetupPinOptions() local
297 qual = (flags & GPIO_ASYNC) / GPIO_QUAL3; in GPIO_SetupPinOptions()
299 if (qual != 0x0) in GPIO_SetupPinOptions()
301 *qsel |= qual << (2 * pin16); in GPIO_SetupPinOptions()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/core/
A Dusb_gen_hub.c1111 struct usb_qualifier_descriptor *qual = NULL; in check_highspeed() local
1113 qual = malloc(sizeof(struct usb_qualifier_descriptor)); in check_highspeed()
1115 if (qual == NULL) in check_highspeed()
1121 memset(qual, 0, sizeof(struct usb_qualifier_descriptor)); in check_highspeed()
1122 …status = usb_get_descriptor(udev, USB_DT_DEVICE_QUALIFIER, 0, (void *)qual, sizeof(struct usb_qual… in check_highspeed()
1136 free((void *)qual); in check_highspeed()
1137 qual = NULL; in check_highspeed()

Completed in 11 milliseconds