| /OK3568_Linux_fs/external/xserver/ |
| H A D | meson_options.txt | 1 option('xorg', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto', 5 option('xwayland', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto', 7 option('glamor', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto', 9 option('xwayland_eglstream', type: 'combo', choices: ['true', 'false', 'auto'], 11 option('xnest', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto', 17 option('xwin', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto', 35 option('ipv6', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto') 58 option('int10', type: 'combo', choices: ['stub', 'x86emu', 'vm86', 'auto', 'false'], 66 option('hal', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto', 68 option('systemd_logind', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto', [all …]
|
| /OK3568_Linux_fs/yocto/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 …]
|
| /OK3568_Linux_fs/kernel/drivers/phy/rockchip/ |
| H A D | Kconfig | 95 tristate "Rockchip NANENG COMBO PHY Driver" 100 combo PHY with NaNeng IP block. 139 tristate "Rockchip Samsung HDMI/DP Combo PHY driver" 143 Support for Rockchip HDMI/DP Combo PHY with Samsung IP block. 146 tristate "Rockchip Samsung HDMI/DP Combo PHY HDMI driver" 150 Support for Rockchip HDMI/DP Combo PHY with Samsung IP block. 179 tristate "Rockchip USBDP COMBO PHY Driver" 185 combo PHY with Samsung IP block.
|
| /OK3568_Linux_fs/kernel/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";
|
| H A D | intel,combo-phy.yaml | 4 $id: http://devicetree.org/schemas/phy/intel,combo-phy.yaml# 23 - const: intel,combo-phy 86 compatible = "intel,combophy-lgm", "intel,combo-phy";
|
| H A D | phy-rockchip-naneng-combphy.txt | 1 ROCKCHIP COMBO PHY WITH NANENG IP BLOCK 6 - reg : the address offset of grf for combo-phy configuration.
|
| /OK3568_Linux_fs/u-boot/drivers/phy/ |
| H A D | Kconfig | 70 bool "Support Rockchip NANENG combo PHY Driver" 74 Enable this to support the Rockchip NANENG combo PHY. 98 bool "Rockchip Samsung HDMI/DP Combo PHY driver" 102 Support for Rockchip HDMI/DP Combo PHY with Samsung IP block. 112 tristate "Rockchip USBDP COMBO PHY Driver" 117 combo PHY with Samsung IP block.
|
| /OK3568_Linux_fs/buildroot/package/armbian-firmware/ |
| H A D | Config.in | 14 Firmware files for AP6212 WiFi/BT combo chip. 19 Firmware files for AP6256 WiFi/BT combo chip. 24 Firmware files for AP6255 WiFi/BT combo chip. 29 Firmware files for Realtek 8822CS SDIO combo chip.
|
| H A D | armbian-firmware.mk | 11 # AP6212 WiFi/BT combo firmware 16 # AP6256 WiFi/BT combo firmware 24 # AP6255 WiFi/BT combo firmware 38 # Realtek 8822CS SDIO WiFi/BT combo firmware
|
| /OK3568_Linux_fs/yocto/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
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/ |
| H A D | Kconfig | 21 rockchip mpp rkv combo decoder and hevc decoder. 26 rockchip mpp rkv combo decoder v2. 31 rockchip mpp rkv combo encoder. 36 rockchip mpp rkv combo encoder v2.
|
| /OK3568_Linux_fs/yocto/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
|
| H A D | combo-layer | 55 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 …]
|
| /OK3568_Linux_fs/kernel/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 …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/ |
| H A D | intel_combo_phy.c | 41 * CNL has just one set of registers, while gen11 has a set for each combo PHY. 101 "Combo PHY %c reg %08x state mismatch: " in check_phy_reg() 177 "Combo PHY HW state changed unexpectedly.\n"); in cnl_combo_phys_uninit() 189 * other combo PHY's. in has_phy_misc() 218 * the PHY. So if combo PHY A is wired up to drive an external in ehl_vbt_ddi_d_present() 362 "Combo PHY %c already enabled, won't reprogram it.\n", in icl_combo_phys_init() 371 * EHL's combo PHY A can be hooked up to either an external in icl_combo_phys_init() 431 "Combo PHY %c HW state changed unexpectedly\n", in icl_combo_phys_uninit()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/ |
| H A D | hisilicon,histb-xhci.txt | 23 "combo": for combo phy 44 phy-names = "inno", "combo";
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/demo-extrafiles/qt5-demo-extrafiles/ |
| H A D | qtledcombo.desktop | 2 Name=QT5 Ledscreen Combo 8 Comment=QT5 Ledscreen Combo
|
| /OK3568_Linux_fs/external/linux-rga/ |
| H A D | meson_options.txt | 1 option('libdrm', type: 'combo', choices: ['true', 'false', 'auto'], value: 'auto', 3 option('librga_demo', type: 'combo', choices: ['true', 'false', 'auto'], value: 'false',
|
| /OK3568_Linux_fs/kernel/arch/s390/crypto/ |
| H A D | des_s390.c | 149 .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 */
|
| /OK3568_Linux_fs/kernel/drivers/phy/amlogic/ |
| H A D | Kconfig | 42 tristate "Meson G12A USB3+PCIE Combo PHY driver" 48 Enable this to support the Meson USB3 + PCIE Combo PHY found
|
| /OK3568_Linux_fs/external/libmali/ |
| H A D | meson_options.txt | 1 option('arch', type: 'combo', choices: ['auto', 'arm', 'armv7l', 'armhf', 'arm32', 'armv8', 'arm64'… 23 option('optimize-level', type: 'combo', choices: ['O0', 'O1', 'O2', 'O3', 'Os', 'Ofast', 'Og'], val…
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/build/ |
| H A D | 0001-Riscv-Add-risc-v-Android-config-header.patch | 9 create mode 100644 core/combo/include/arch/linux-riscv64/AndroidConfig.h 11 diff --git a/core/combo/include/arch/linux-riscv64/AndroidConfig.h b/core/combo/include/arch/linux-… 15 +++ b/core/combo/include/arch/linux-riscv64/AndroidConfig.h
|
| /OK3568_Linux_fs/kernel/drivers/iio/imu/ |
| H A D | Kconfig | 65 Say yes here to build support for the NXP FXOS8700 m+g combo 77 Say yes here to build support for the NXP FXOS8700 m+g combo
|
| /OK3568_Linux_fs/kernel/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";
|