Searched refs:confs (Results 1 – 22 of 22) sorted by relevance
27 # confs = [ ( "${sysconfdir}/opkg/%s-feed.conf" % feed ) for feed in archs ]28 # return " ".join( confs )
267 .confs = (USBDescConfig[]) {284 .confs = (USBDescConfig[]) {301 .confs = (USBDescConfig[]) {318 .confs = (USBDescConfig[]) {335 .confs = (USBDescConfig[]) {352 .confs = (USBDescConfig[]) {
453 if (dev->device->confs[i].bConfigurationValue == value) { in usb_desc_set_config()455 dev->ninterfaces = dev->device->confs[i].bNumInterfaces; in usb_desc_set_config()456 dev->config = dev->device->confs + i; in usb_desc_set_config()659 ret = usb_desc_config(dev->device->confs + index, flags, in usb_desc_get_descriptor()676 ret = usb_desc_config(other_dev->confs + index, flags, in usb_desc_get_descriptor()743 dev->config : &dev->device->confs[0]; in usb_desc_handle_control()
81 .confs = (USBDescConfig[]) {116 .confs = (USBDescConfig[]) {153 .confs = (USBDescConfig[]) {
117 const USBDescConfig *confs; member
148 .confs = (USBDescConfig[]) {165 .confs = (USBDescConfig[]) {
97 .confs = (USBDescConfig[]) {
250 .confs = (USBDescConfig[]) {519 .confs = (USBDescConfig[]) {
46 .confs = NULL,
166 .confs = (USBDescConfig[]) {
294 .confs = (USBDescConfig[]) {310 .confs = (USBDescConfig[]) {
151 .confs = (USBDescConfig[]) {
303 .confs = (USBDescConfig[]) {345 .confs = (USBDescConfig[]) {
272 .confs = (USBDescConfig[]) {
464 .confs = (USBDescConfig[]) {
59 const struct gemini_pin_conf *confs; member2372 retconf = &pmx->confs[i]; in gemini_get_pin_conf()2564 pmx->confs = gemini_confs_3512; in gemini_pmx_probe()2571 pmx->confs = gemini_confs_3516; in gemini_pmx_probe()
916 const struct hdmiphy_configs *confs = &hdata->drv_data->phy_confs; in hdmi_find_phy_conf() local919 for (i = 0; i < confs->count; i++) in hdmi_find_phy_conf()920 if (confs->data[i].pixel_clock == pixel_clock) in hdmi_find_phy_conf()
41 - dev-manual: document how to provide confs from layer.conf
45 - dev-manual: document how to provide confs from layer.conf
47 - dev-manual: document how to provide confs from layer.conf
671 section :ref:`ref-conditional-layer-confs` below shows how the ``layer.conf``687 .. _ref-conditional-layer-confs:
66 # bitbake/distro confs: STAGING_KERNEL_DIR and STAGING_KERNEL_BUILDDIR.