Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/
Dfsl_lpuart.h48 u8 ued; member
/third_party/FreeBSD/sys/dev/usb/net/
Dif_cdce.c469 const struct usb_cdc_ethernet_descriptor *ued; in cdce_attach() local
574 ued = (const struct usb_cdc_ethernet_descriptor *)usbd_find_descriptor in cdce_attach()
578 if ((ued == NULL) || (ued->bLength < sizeof(*ued))) { in cdce_attach()
582 eaddr_str, sizeof(eaddr_str), ued->iMacAddress); in cdce_attach()