Searched refs:confs (Results 1 – 20 of 20) 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
97 .confs = (USBDescConfig[]) {
46 .confs = NULL,
250 .confs = (USBDescConfig[]) {519 .confs = (USBDescConfig[]) {
166 .confs = (USBDescConfig[]) {
294 .confs = (USBDescConfig[]) {310 .confs = (USBDescConfig[]) {
151 .confs = (USBDescConfig[]) {
131 .confs = (USBDescConfig[]) {
303 .confs = (USBDescConfig[]) {345 .confs = (USBDescConfig[]) {
272 .confs = (USBDescConfig[]) {
464 .confs = (USBDescConfig[]) {
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.