Home
last modified time | relevance | path

Searched full:combo (Results 1 – 25 of 268) sorted by relevance

1234567891011

/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/
H A D0001-Port-to-Gtk3.patch192 - combo = gtk_combo_box_new_text();
193 - gtk_combo_box_append_text(GTK_COMBO_BOX(combo), "DHCP");
194 - gtk_combo_box_append_text(GTK_COMBO_BOX(combo), "MANUAL");
195 + combo = gtk_combo_box_text_new();
196 + gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(combo), "DHCP");
197 + gtk_combo_box_text_append_text(GTK_COMBO_BOX_TEXT(combo), "MANUAL");
198 gtk_combo_box_set_row_separator_func(GTK_COMBO_BOX(combo),
200 gtk_table_attach_defaults(GTK_TABLE(table), combo, 2, 4, 0, 1);
203 gtk_combo_box_set_active(GTK_COMBO_BOX(combo), 0);
212 gtk_combo_box_set_active(GTK_COMBO_BOX(combo), 1);
[all …]
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dbrcm,stingray-usb-phy.txt5 - "brcm,sr-usb-combo-phy" is combo PHY has two PHYs, one SS and one HS.
9 - Must be 1 for brcm,sr-usb-combo-phy as it expects one argument to indicate
17 compatible = "brcm,sr-usb-combo-phy";
23 compatible = "brcm,sr-usb-combo-phy";
H A Dintel,combo-phy.yaml4 $id: http://devicetree.org/schemas/phy/intel,combo-phy.yaml#
23 - const: intel,combo-phy
94 compatible = "intel,combophy-lgm", "intel,combo-phy";
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/
H A Dgitignore55 !/build/core/combo/
56 !/build/core/combo/include/
57 !/build/core/combo/include/arch/
58 !/build/core/combo/include/arch/linux-*/
59 !/build/core/combo/include/arch/linux-*/AndroidConfig.h
/openbmc/openbmc/poky/scripts/
H A Dcombo-layer.conf.example1 # combo-layer example configuration file
22 # the relative dir within the combo repo to put the component files
60 # patch from upstream, and then apply the modified patch to the combo
64 # hook = combo-layer-hook-default.sh
70 # If provided, truncate imported history during "combo-layer --history
H A Dcombo-layer55 For an example config file, see combo-layer.conf.example
89 if repo == "combo-layer-settings":
103 # Read combo layer branch
105 logger.debug("Combo layer branch is %s" % self.combobranch)
162 …logger.error("local configuration file %s may be missing configuration for combo branch %s" % (sel…
198 combo-layer.
315 refname = "combo-layer-init-%s" % name
354 Commit created by combo-layer.
375 # combo-layer hooks.
457 msg.write('combo-layer-%s: %s %s %s\n' % (name,
[all …]
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_combo_phy.c99 "Combo PHY %c reg %08x state mismatch: " in check_phy_reg()
118 "Combo PHY %c Voltage/Process Info : %s\n", in icl_verify_procmon_ref_values()
136 * other combo PHY's. in has_phy_misc()
172 * the PHY. So if combo PHY A is wired up to drive an external in ehl_vbt_ddi_d_present()
319 "Combo PHY %c already enabled, won't reprogram it.\n", in icl_combo_phys_init()
328 * EHL's combo PHY A can be hooked up to either an external in icl_combo_phys_init()
387 "Combo PHY %c HW state changed unexpectedly\n", in icl_combo_phys_uninit()
391 "Combo PHY %c HW state changed unexpectedly\n", in icl_combo_phys_uninit()
H A Dintel_dpll_mgr.h107 * @DPLL_ID_ICL_DPLL0: ICL/TGL combo PHY DPLL0
111 * @DPLL_ID_ICL_DPLL1: ICL/TGL combo PHY DPLL1
115 * @DPLL_ID_EHL_DPLL4: EHL combo PHY DPLL4
152 * @DPLL_ID_DG1_DPLL0: DG1 combo PHY DPLL0
156 * @DPLL_ID_DG1_DPLL1: DG1 combo PHY DPLL1
160 * @DPLL_ID_DG1_DPLL2: DG1 combo PHY DPLL2
164 * @DPLL_ID_DG1_DPLL3: DG1 combo PHY DPLL3
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-extended/polkit-gnome/polkit-gnome/
H A D0001-Select-the-current-user-to-authenticate-with-by-defa.patch24 GtkComboBox *combo;
56 - gtk_combo_box_set_active (GTK_COMBO_BOX (combo), 0);
58 + gtk_combo_box_set_active (GTK_COMBO_BOX (combo), selected_index);
61 g_signal_connect (GTK_WIDGET (combo),
/openbmc/linux/Documentation/devicetree/bindings/usb/
H A Dhisilicon,histb-xhci.txt23 "combo": for combo phy
44 phy-names = "inno", "combo";
/openbmc/linux/drivers/media/pci/ivtv/
H A Divtv-irq.c921 u32 combo; in ivtv_irq_handler() local
930 combo = ~itv->irqmask & stat; in ivtv_irq_handler()
933 if (combo) write_reg(combo, IVTV_REG_IRQSTATUS); in ivtv_irq_handler()
935 if (0 == combo) { in ivtv_irq_handler()
959 if (combo & ~0xff6d0400) in ivtv_irq_handler()
960 IVTV_DEBUG_HI_IRQ("======= valid IRQ bits: 0x%08x ======\n", combo); in ivtv_irq_handler()
962 if (combo & IVTV_IRQ_DEC_DMA_COMPLETE) { in ivtv_irq_handler()
966 if (combo & IVTV_IRQ_DMA_READ) { in ivtv_irq_handler()
970 if (combo & IVTV_IRQ_ENC_DMA_COMPLETE) { in ivtv_irq_handler()
974 if (combo & IVTV_IRQ_ENC_PIO_COMPLETE) { in ivtv_irq_handler()
[all …]
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_nvm.h10 __le32 combo_ver; /* Combo Image Version number */
11 u8 combo_name_len; /* Length of the unicode combo image version string, max of 32 */
12 __le16 combo_name[32]; /* Unicode string representing the Combo Image version */
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/polkit/files/
H A Dmeson-build-Support-openembedded-OS-for-PAM-config.patch43 …option('authfw', type: 'combo', choices: ['pam', 'shadow', 'bsdauth'], value: 'pam', description: …
44 -option('os_type', type: 'combo', choices: ['redhat', 'suse', 'gentoo', 'pardus', 'solaris', 'netbs…
45 +option('os_type', type: 'combo', choices: ['redhat', 'suse', 'gentoo', 'pardus', 'solaris', 'netbs…
/openbmc/qemu/scripts/
H A Dmeson-buildoptions.py130 if opt["type"] != "combo":
142 if opt["type"] != "combo":
200 if opt["type"] == "combo" and "enabled" in opt["choices"]:
234 if opt["type"] == "combo" and "enabled" in opt["choices"]:
236 if opt["type"] == "combo" and "disabled" in opt["choices"]:
/openbmc/phosphor-ipmi-flash/
H A Dmeson.options13 option('update-type', type : 'combo', choices : ['none', 'static-layout', 'tarball-ubi'], descripti…
15 option('lpc-type', type : 'combo', choices : ['none', 'aspeed-lpc', 'nuvoton-lpc'], description: 'E…
16 option('p2a-type', type : 'combo', choices : ['none', 'aspeed-p2a', 'nuvoton-p2a-vga', 'nuvoton-p2a…
/openbmc/linux/arch/s390/crypto/
H A Ddes_s390.c149 .base.cra_priority = 400, /* combo: des + ecb */
173 .base.cra_priority = 400, /* combo: des + cbc */
267 .base.cra_priority = 400, /* combo: des3 + ecb */
291 .base.cra_priority = 400, /* combo: des3 + cbc */
364 .base.cra_priority = 400, /* combo: des + ctr */
385 .base.cra_priority = 400, /* combo: des3 + ede */
/openbmc/linux/drivers/phy/qualcomm/
H A DKconfig60 tristate "Qualcomm QMP Combo PHY Driver"
68 Enable this to support the QMP Combo PHY transceiver that is used
110 Enable this legacy driver to support the QMP USB+DisplayPort Combo
/openbmc/linux/drivers/phy/rockchip/
H A DKconfig70 tristate "Rockchip NANENG COMBO PHY Driver"
75 combo PHY with NaNeng IP block.
/openbmc/linux/drivers/phy/amlogic/
H A DKconfig64 tristate "Meson G12A USB3+PCIE Combo PHY driver"
70 Enable this to support the Meson USB3 + PCIE Combo PHY found
/openbmc/linux/arch/arm64/boot/dts/broadcom/stingray/
H A Dstingray-usb.dtsi18 compatible = "brcm,sr-usb-combo-phy";
45 compatible = "brcm,sr-usb-combo-phy";
/openbmc/linux/drivers/iio/imu/
H A DKconfig67 Say yes here to build support for the NXP FXOS8700 m+g combo
79 Say yes here to build support for the NXP FXOS8700 m+g combo
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/build/
H A D0001-Riscv-Add-risc-v-Android-config-header.patch11 create mode 100644 core/combo/include/arch/linux-riscv64/AndroidConfig.h
13 diff --git a/core/combo/include/arch/linux-riscv64/AndroidConfig.h b/core/combo/include/arch/linux-…
17 +++ b/core/combo/include/arch/linux-riscv64/AndroidConfig.h
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dfw_inc.c203 const struct wil_fw_concurrency_combo *combo; in fw_handle_concurrency() local
216 combo = rec->combos; in fw_handle_concurrency()
218 if (remain < sizeof(*combo)) in fw_handle_concurrency()
220 remain -= sizeof(*combo); in fw_handle_concurrency()
221 limit = combo->limits; in fw_handle_concurrency()
222 lsize = combo->n_limits * sizeof(*limit); in fw_handle_concurrency()
226 limit += combo->n_limits; in fw_handle_concurrency()
227 combo = (struct wil_fw_concurrency_combo *)limit; in fw_handle_concurrency()
/openbmc/u-boot/arch/arm/include/asm/arch-omap3/
H A Domap.h166 #define DDR_COMBO 2 /* combo part on cpu daughter card */
170 #define DDR_111 111 /* some combo parts */
171 #define DDR_133 133 /* most combo, some mem d-boards */
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/syzkaller/syzkaller/
H A D0001-sys-targets-targets.go-allow-users-to-override-hardc.patch7 Currently, cross compiler names are hardcoded for each os/arch combo. However,
9 Allow users to specify the cross compiler for an os/arch combo using

1234567891011