/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/ |
H A D | 0001-Port-to-Gtk3.patch | 192 - 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 D | brcm,stingray-usb-phy.txt | 5 - "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";
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/ |
H A D | gitignore | 55 !/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 D | mkbootimg.mk | 16 CFLAGS += -include $(SRCDIR)/build/core/combo/include/arch/$(android_arch)/AndroidConfig.h
|
/openbmc/linux/drivers/media/pci/ivtv/ |
H A D | ivtv-irq.c | 921 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/openbmc/meta-openembedded/meta-gnome/recipes-extended/polkit-gnome/polkit-gnome/ |
H A D | 0001-Select-the-current-user-to-authenticate-with-by-defa.patch | 24 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/openbmc/poky/scripts/ |
H A D | combo-layer.conf.example | 1 # 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 D | hisilicon,histb-xhci.txt | 23 "combo": for combo phy 44 phy-names = "inno", "combo";
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/polkit/files/ |
H A D | meson-build-Support-openembedded-OS-for-PAM-config.patch | 43 …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/linux/drivers/net/wireless/ath/wil6210/ |
H A D | fw_inc.c | 203 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 D | stingray-usb.dtsi | 18 compatible = "brcm,sr-usb-combo-phy"; 45 compatible = "brcm,sr-usb-combo-phy";
|
/openbmc/phosphor-ipmi-flash/ |
H A D | meson.options | 13 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/drivers/phy/intel/ |
H A D | Makefile | 4 obj-$(CONFIG_PHY_INTEL_LGM_COMBO) += phy-intel-lgm-combo.o
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/build/ |
H A D | 0001-Riscv-Add-risc-v-Android-config-header.patch | 11 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/openbmc/meta-openembedded/meta-oe/recipes-test/syzkaller/syzkaller/ |
H A D | 0001-sys-targets-targets.go-allow-users-to-override-hardc.patch | 7 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/openpower-pnor-code-mgmt/ |
H A D | meson.options | 3 option('device-type', type: 'combo', choices: ['static', 'ubi', 'mmc'], description: 'Select which …
|
/openbmc/phosphor-time-manager/ |
H A D | meson.options | 17 option ( 'default_time_mode', type : 'combo',
|
/openbmc/linux/drivers/misc/ti-st/ |
H A D | Kconfig | 14 BT / FM and GPS combo chips. This enables protocol drivers
|
/openbmc/entity-manager/ |
H A D | meson_options.txt | 11 …'fru-device-16bitdetectmode', type: 'combo', choices: ['MODE_1', 'MODE_2'], value: 'MODE_1', descr…
|
/openbmc/linux/drivers/iio/imu/ |
H A D | Kconfig | 67 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/arch/arm/boot/dts/calxeda/ |
H A D | ecx-common.dtsi | 217 combophy0: combo-phy@fff58000 { 224 combophy5: combo-phy@fff5d000 {
|
/openbmc/u-boot/arch/arm/mach-sti/ |
H A D | Kconfig | 16 - On-Board USB combo WiFi/Bluetooth RTL8723BU
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-disk-utility/ |
H A D | gnome-disk-utility_46.1.bb | 27 # As soon as elogind is of interest this needs rework: meson option is combo
|
/openbmc/phosphor-buttons/ |
H A D | meson.options | 24 type: 'combo',
|
/openbmc/phosphor-logging/ |
H A D | meson.options | 47 type: 'combo',
|