Lines Matching defs:ifnobase
1099 priv->ctrl_id = (uint8_t)devinfo->ifnobase;
1100 priv->data_id = (uint8_t)devinfo->ifnobase + 1;
1446 index == priv->devinfo.ifnobase) /* bmRequestType = 0xa1, bRequest = 0x21 */
1476 index == priv->devinfo.ifnobase) /* bmRequestType = 0x21, bRequest = 0x20 */
1509 index == priv->devinfo.ifnobase) /* bmRequestType = 0x21, bRequest = 0x22 */
1903 * ifnobase must be provided by board-specific logic
1925 void usbdev_cdcacm_initialize_sub(FAR struct composite_devdesc_s *dev, int ifnobase, int minor)
1938 /* init ifnobase of usbdev_devinfo_s for judegment wIndex */
1940 dev->devinfo.ifnobase = ifnobase; /* Offset to Interface-IDs */