Home
last modified time | relevance | path

Searched refs:ninterfaces (Results 1 – 16 of 16) sorted by relevance

/third_party/NuttX/drivers/usbdev/gadget/
Dcomposite.c417 priv->device[i].compdesc.devinfo.ninterfaces)) in composite_classsetup()
828 priv->ninterfaces = 0; in composite_initialize()
844 priv->ninterfaces += priv->device[i].compdesc.devinfo.ninterfaces; in composite_initialize()
Dcomposite.h137 int ninterfaces; /* The total number of interfaces in this composite device */ member
Dcomposite_desc.c209 config_desc->bNumInterface = priv->ninterfaces; in composite_mkcfgdesc()
Ddfu.c417 dev->devinfo.ninterfaces = 1; in usbdev_dfu_get_composite_devdesc()
Dusbdev.h222 int ninterfaces; /* Number of interfaces in the configuration */ member
Df_ether.c401 dev->devinfo.ninterfaces = ETHER_NINTERFACES; /* Number of interfaces in the configuration */ in rndis_get_composite_devdesc()
Df_hid.c910 dev->devinfo.ninterfaces = HID_NINTERFACES; /* Number of interfaces in the configuration */ in hid_get_composite_devdesc()
Df_uac.c937 dev->devinfo.ninterfaces = UAC_NINTERFACES; /* Number of interfaces in the configuration */ in uac_get_composite_devdesc()
Dcdcacm.c1906 dev->devinfo.ninterfaces = CDCACM_NINTERFACES; /* Number of interfaces in the configuration */ in cdcacm_get_composite_devdesc()
Df_mass_storage.c1905 dev->devinfo.ninterfaces = MASS_NINTERFACES; /* Number of interfaces in the configuration */ in mass_get_composite_devdesc()
Df_uvc.c2802 dev->devinfo.ninterfaces = UVC_NINTERFACES; /* Number of interfaces in the configuration */ in uvc_get_composite_devdesc()
/third_party/gstreamer/gstreamer/gst/
Dgstregistrychunks.h117 guint ninterfaces; member
Dgstregistrychunks.c257 ef->npadtemplates = ef->ninterfaces = ef->nuriprotocols = 0; in gst_registry_chunks_save_feature()
262 walk = g_list_next (walk), ef->ninterfaces++) { in gst_registry_chunks_save_feature()
266 ef->ninterfaces, ef->npadtemplates); in gst_registry_chunks_save_feature()
654 if (G_UNLIKELY ((n = ef->ninterfaces))) { in gst_registry_chunks_load_feature()
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
Df_generic.c795 g_generic_config_desc.bNumInterface = devinfo->ninterfaces; in generic_mkcfgdesc()
889 dev->devinfo.ninterfaces = priv->interfaces_count; in generic_get_composite_devdesc()
Df_config.c358 config_desc->bNumInterface = priv->ninterfaces; in fconfig_mkcfgdesc()
Dusbd_config.c741 info->ifnobase += info->devs[info->ndevices].devinfo.ninterfaces; in func_inst_init()