Searched refs:qual (Results 1 – 2 of 2) sorted by relevance
199 Uint32 pin32, pin16, pinMask, qual; in GPIO_SetupPinOptions() local297 qual = (flags & GPIO_ASYNC) / GPIO_QUAL3; in GPIO_SetupPinOptions()299 if (qual != 0x0) in GPIO_SetupPinOptions()301 *qsel |= qual << (2 * pin16); in GPIO_SetupPinOptions()
1111 struct usb_qualifier_descriptor *qual = NULL; in check_highspeed() local1113 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