Home
last modified time | relevance | path

Searched refs:combo (Results 1 – 25 of 72) sorted by relevance

123

/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();
203 gtk_combo_box_set_active(GTK_COMBO_BOX(combo), 0);
212 gtk_combo_box_set_active(GTK_COMBO_BOX(combo), 1);
249 - combo = gtk_combo_box_new_text();
250 - gtk_combo_box_append_text(GTK_COMBO_BOX(combo), "DHCP");
252 + combo = gtk_combo_box_text_new();
260 gtk_combo_box_set_active(GTK_COMBO_BOX(combo), 0);
[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";
H A Dcalxeda-combophy.yaml45 combophy5: combo-phy@fff5d000 {
/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
H A Dmkbootimg.mk16 CFLAGS += -include $(SRCDIR)/build/core/combo/include/arch/$(android_arch)/AndroidConfig.h
/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/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()
966 if (combo & IVTV_IRQ_DMA_READ) { in ivtv_irq_handler()
978 if (combo & IVTV_IRQ_DMA_ERR) { in ivtv_irq_handler()
986 if (combo & IVTV_IRQ_ENC_VBI_CAP) { in ivtv_irq_handler()
994 if (combo & IVTV_IRQ_ENC_EOS) { in ivtv_irq_handler()
1000 if (combo & IVTV_IRQ_DEC_DATA_REQ) { in ivtv_irq_handler()
[all …]
/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
/openbmc/linux/Documentation/devicetree/bindings/usb/
H A Dhisilicon,histb-xhci.txt23 "combo": for combo phy
44 phy-names = "inno", "combo";
/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/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/phy/intel/
H A DMakefile4 obj-$(CONFIG_PHY_INTEL_LGM_COMBO) += phy-intel-lgm-combo.o
/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/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
/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/openpower-pnor-code-mgmt/
H A Dmeson.options3 option('device-type', type: 'combo', choices: ['static', 'ubi', 'mmc'], description: 'Select which …
/openbmc/phosphor-time-manager/
H A Dmeson.options17 option ( 'default_time_mode', type : 'combo',
/openbmc/linux/drivers/misc/ti-st/
H A DKconfig14 BT / FM and GPS combo chips. This enables protocol drivers
/openbmc/u-boot/arch/arm/mach-sti/
H A DKconfig16 - On-Board USB combo WiFi/Bluetooth RTL8723BU
/openbmc/phosphor-buttons/
H A Dmeson.options24 type: 'combo',
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-disk-utility/
H A Dgnome-disk-utility_46.0.bb27 # As soon as elogind is of interest this needs rework: meson option is combo
/openbmc/linux/arch/arm/boot/dts/calxeda/
H A Decx-common.dtsi217 combophy0: combo-phy@fff58000 {
224 combophy5: combo-phy@fff5d000 {
/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/linux/drivers/media/pci/cx18/
H A DKconfig19 PCI combo video recorder devices.

123