Home
last modified time | relevance | path

Searched refs:confs (Results 1 – 18 of 18) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/meta/
H A Ddistro-feed-configs.bb27 # confs = [ ( "${sysconfdir}/opkg/%s-feed.conf" % feed ) for feed in archs ]
28 # return " ".join( confs )
/openbmc/qemu/hw/usb/
H A Ddev-hid.c267 .confs = (USBDescConfig[]) {
284 .confs = (USBDescConfig[]) {
301 .confs = (USBDescConfig[]) {
318 .confs = (USBDescConfig[]) {
335 .confs = (USBDescConfig[]) {
352 .confs = (USBDescConfig[]) {
H A Ddesc.c453 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()
H A Ddev-storage.c81 .confs = (USBDescConfig[]) {
116 .confs = (USBDescConfig[]) {
153 .confs = (USBDescConfig[]) {
H A Ddesc.h117 const USBDescConfig *confs; member
H A Du2f.c97 .confs = (USBDescConfig[]) {
H A Dcanokey.c46 .confs = NULL,
H A Ddev-audio.c251 .confs = (USBDescConfig[]) {
521 .confs = (USBDescConfig[]) {
H A Ddev-wacom.c166 .confs = (USBDescConfig[]) {
H A Ddev-uas.c294 .confs = (USBDescConfig[]) {
310 .confs = (USBDescConfig[]) {
H A Ddev-serial.c151 .confs = (USBDescConfig[]) {
H A Ddev-hub.c131 .confs = (USBDescConfig[]) {
H A Ddev-mtp.c303 .confs = (USBDescConfig[]) {
345 .confs = (USBDescConfig[]) {
H A Ddev-network.c272 .confs = (USBDescConfig[]) {
H A Ddev-smartcard-reader.c464 .confs = (USBDescConfig[]) {
/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-gemini.c59 const struct gemini_pin_conf *confs; member
2372 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()
/openbmc/linux/drivers/gpu/drm/exynos/
H A Dexynos_hdmi.c916 const struct hdmiphy_configs *confs = &hdata->drv_data->phy_confs; in hdmi_find_phy_conf() local
919 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()
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dkernel.bbclass63 # bitbake/distro confs: STAGING_KERNEL_DIR and STAGING_KERNEL_BUILDDIR.