| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0_1.20/ |
| H A D | 0003-HACK-caps-Consider-dmabuf-subset-of-system-memory.patch | 62 @@ -1586,10 +1610,26 @@ gst_caps_can_intersect (const GstCaps * caps1, const GstCaps * caps2) 63 features2 = gst_caps_get_features_unchecked (caps2, k); 89 @@ -1612,6 +1652,7 @@ gst_caps_intersect_zig_zag (GstCaps * caps1, GstCaps * caps2) 97 @@ -1632,6 +1673,8 @@ gst_caps_intersect_zig_zag (GstCaps * caps1, GstCaps * caps2) 100 len2 = GST_CAPS_LEN (caps2); 106 @@ -1649,6 +1692,15 @@ gst_caps_intersect_zig_zag (GstCaps * caps1, GstCaps * caps2) 107 features2 = gst_caps_get_features_unchecked (caps2, k); 122 @@ -1662,6 +1714,10 @@ gst_caps_intersect_zig_zag (GstCaps * caps1, GstCaps * caps2) 133 @@ -1669,6 +1725,13 @@ gst_caps_intersect_zig_zag (GstCaps * caps1, GstCaps * caps2) 147 @@ -1696,20 +1759,34 @@ gst_caps_intersect_first (GstCaps * caps1, GstCaps * caps2) [all …]
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gstreamer1/ |
| H A D | 0003-HACK-caps-Consider-dmabuf-subset-of-system-memory.patch | 62 @@ -1596,10 +1620,26 @@ gst_caps_can_intersect (const GstCaps * caps1, const GstCaps * caps2) 63 features2 = gst_caps_get_features_unchecked (caps2, k); 89 @@ -1622,6 +1662,7 @@ gst_caps_intersect_zig_zag (GstCaps * caps1, GstCaps * caps2) 97 @@ -1642,6 +1683,8 @@ gst_caps_intersect_zig_zag (GstCaps * caps1, GstCaps * caps2) 100 len2 = GST_CAPS_LEN (caps2); 106 @@ -1659,6 +1702,15 @@ gst_caps_intersect_zig_zag (GstCaps * caps1, GstCaps * caps2) 107 features2 = gst_caps_get_features_unchecked (caps2, k); 122 @@ -1672,6 +1724,10 @@ gst_caps_intersect_zig_zag (GstCaps * caps1, GstCaps * caps2) 133 @@ -1679,6 +1735,13 @@ gst_caps_intersect_zig_zag (GstCaps * caps1, GstCaps * caps2) 147 @@ -1706,20 +1769,34 @@ gst_caps_intersect_first (GstCaps * caps1, GstCaps * caps2) [all …]
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0_1.22/ |
| H A D | 0003-HACK-caps-Consider-dmabuf-subset-of-system-memory.patch | 62 @@ -1596,10 +1620,26 @@ gst_caps_can_intersect (const GstCaps * caps1, const GstCaps * caps2) 63 features2 = gst_caps_get_features_unchecked (caps2, k); 89 @@ -1622,6 +1662,7 @@ gst_caps_intersect_zig_zag (GstCaps * caps1, GstCaps * caps2) 97 @@ -1642,6 +1683,8 @@ gst_caps_intersect_zig_zag (GstCaps * caps1, GstCaps * caps2) 100 len2 = GST_CAPS_LEN (caps2); 106 @@ -1659,6 +1702,15 @@ gst_caps_intersect_zig_zag (GstCaps * caps1, GstCaps * caps2) 107 features2 = gst_caps_get_features_unchecked (caps2, k); 122 @@ -1672,6 +1724,10 @@ gst_caps_intersect_zig_zag (GstCaps * caps1, GstCaps * caps2) 133 @@ -1679,6 +1735,13 @@ gst_caps_intersect_zig_zag (GstCaps * caps1, GstCaps * caps2) 147 @@ -1706,20 +1769,34 @@ gst_caps_intersect_first (GstCaps * caps1, GstCaps * caps2) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mmc/core/ |
| H A D | host.c | 275 host->caps2 |= MMC_CAP2_CD_ACTIVE_HIGH; in mmc_of_parse() 295 host->caps2 |= MMC_CAP2_RO_ACTIVE_HIGH; in mmc_of_parse() 304 host->caps2 |= MMC_CAP2_NO_WRITE_PROTECT; in mmc_of_parse() 327 host->caps2 |= MMC_CAP2_FULL_PWR_CYCLE; in mmc_of_parse() 329 host->caps2 |= MMC_CAP2_FULL_PWR_CYCLE_IN_SUSPEND; in mmc_of_parse() 342 host->caps2 |= MMC_CAP2_HS200_1_8V_SDR; in mmc_of_parse() 344 host->caps2 |= MMC_CAP2_HS200_1_2V_SDR; in mmc_of_parse() 346 host->caps2 |= MMC_CAP2_HS400_1_8V | MMC_CAP2_HS200_1_8V_SDR; in mmc_of_parse() 348 host->caps2 |= MMC_CAP2_HS400_1_2V | MMC_CAP2_HS200_1_2V_SDR; in mmc_of_parse() 350 host->caps2 |= MMC_CAP2_HS400_ES; in mmc_of_parse() [all …]
|
| H A D | crypto.c | 18 if (host->caps2 & MMC_CAP2_CRYPTO) in mmc_crypto_set_initial_state() 24 if (host->caps2 & MMC_CAP2_CRYPTO) in mmc_crypto_setup_queue()
|
| H A D | mmc.c | 193 u32 caps = host->caps, caps2 = host->caps2; in mmc_select_card_type() local 221 if (caps2 & MMC_CAP2_HS200_1_8V_SDR && in mmc_select_card_type() 227 if (caps2 & MMC_CAP2_HS200_1_2V_SDR && in mmc_select_card_type() 233 if (caps2 & MMC_CAP2_HS400_1_8V && in mmc_select_card_type() 239 if (caps2 & MMC_CAP2_HS400_1_2V && in mmc_select_card_type() 245 if ((caps2 & MMC_CAP2_HS400_ES) && in mmc_select_card_type() 1961 if (card->ext_csd.cmdq_support && host->caps2 & MMC_CAP2_CQE) { in mmc_init_card() 1996 if (host->caps2 & MMC_CAP2_AVOID_3_3V && in mmc_init_card() 2167 ((host->caps2 & MMC_CAP2_FULL_PWR_CYCLE) || !is_suspend || in _mmc_suspend() 2168 (host->caps2 & MMC_CAP2_FULL_PWR_CYCLE_IN_SUSPEND))) in _mmc_suspend() [all …]
|
| H A D | slot-gpio.c | 199 if (host->caps2 & MMC_CAP2_CD_ACTIVE_HIGH) in mmc_gpiod_request_cd() 242 if (host->caps2 & MMC_CAP2_RO_ACTIVE_HIGH) in mmc_gpiod_request_ro()
|
| H A D | sdio_irq.c | 231 if (!(host->caps2 & MMC_CAP2_SDIO_IRQ_NOTHREAD)) { in sdio_card_irq_get() 259 if (!(host->caps2 & MMC_CAP2_SDIO_IRQ_NOTHREAD)) { in sdio_card_irq_put()
|
| H A D | core.c | 993 if ((host->caps2 & MMC_CAP2_HS400_ES) && in mmc_set_initial_state() 1128 if (host->caps2 & MMC_CAP2_FULL_PWR_CYCLE) { in mmc_select_voltage() 2167 if (!(host->caps2 & MMC_CAP2_NO_SDIO)) in mmc_rescan_try_freq() 2172 if (!(host->caps2 & MMC_CAP2_NO_SD)) in mmc_rescan_try_freq() 2176 if (!(host->caps2 & MMC_CAP2_NO_SDIO)) in mmc_rescan_try_freq() 2180 if (!(host->caps2 & MMC_CAP2_NO_SD)) in mmc_rescan_try_freq() 2184 if (!(host->caps2 & MMC_CAP2_NO_MMC)) in mmc_rescan_try_freq() 2339 if (!(host->caps2 & MMC_CAP2_NO_PRESCAN_POWERUP)) { in mmc_start_host()
|
| H A D | host.h | 48 return !(host->caps2 & MMC_CAP2_BOOTPART_NOACC); in mmc_boot_partition_access()
|
| H A D | queue.c | 43 return host->caps2 & MMC_CAP2_CQE_DCMD; in mmc_cqe_can_dcmd() 418 return host->caps2 & MMC_CAP2_MERGE_CAPABLE; in mmc_merge_capable()
|
| H A D | debugfs.c | 234 debugfs_create_x32("caps2", S_IRUSR, root, &host->caps2); in mmc_add_host_debugfs()
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | sdhci-acpi.c | 52 unsigned int caps2; member 61 unsigned int caps2; member 663 host->mmc->caps2 = MMC_CAP2_HS400_1_8V; in sdhci_acpi_emmc_amd_probe_slot() 901 host->mmc->caps2 |= c->slot->chip->caps2; in sdhci_acpi_probe() 907 host->mmc->caps2 |= c->slot->caps2; in sdhci_acpi_probe() 911 host->mmc->caps2 |= MMC_CAP2_NO_PRESCAN_POWERUP; in sdhci_acpi_probe() 928 host->mmc->caps2 |= MMC_CAP2_NO_WRITE_PROTECT; in sdhci_acpi_probe()
|
| H A D | sdhci-pci-gli.c | 527 slot->host->mmc->caps2 |= MMC_CAP2_NO_SDIO; in gli_probe_slot_gl9750() 538 slot->host->mmc->caps2 |= MMC_CAP2_NO_SDIO; in gli_probe_slot_gl9755() 752 if ((host->mmc->caps2 & MMC_CAP2_CQE) && (mask & SDHCI_RESET_ALL) && in sdhci_gl9763e_reset() 787 host->mmc->caps2 |= MMC_CAP2_HS200_1_8V_SDR | in gli_probe_slot_gl9763e() 795 host->mmc->caps2 |= MMC_CAP2_CQE | MMC_CAP2_CQE_DCMD; in gli_probe_slot_gl9763e()
|
| H A D | sdhci-cqhci.h | 17 if ((host->mmc->caps2 & MMC_CAP2_CQE) && (mask & SDHCI_RESET_ALL) && in sdhci_and_cqhci_reset()
|
| H A D | cqhci-crypto.c | 178 if (!(mmc->caps2 & MMC_CAP2_CRYPTO) || in cqhci_crypto_init() 242 mmc->caps2 &= ~MMC_CAP2_CRYPTO; in cqhci_crypto_init()
|
| H A D | sdhci-brcmstb.c | 211 host->mmc->caps2 |= MMC_CAP2_CQE | MMC_CAP2_CQE_DCMD; in sdhci_brcmstb_add_host() 315 (host->mmc->caps2 & MMC_CAP2_HS400_ES)) in sdhci_brcmstb_probe()
|
| H A D | sdhci-esdhc-imx.c | 1633 host->mmc->caps2 |= MMC_CAP2_HS400_ES; in sdhci_esdhc_imx_probe() 1639 host->mmc->caps2 |= MMC_CAP2_CQE | MMC_CAP2_CQE_DCMD; in sdhci_esdhc_imx_probe() 1715 if (host->mmc->caps2 & MMC_CAP2_CQE) { in sdhci_esdhc_suspend() 1759 if (host->mmc->caps2 & MMC_CAP2_CQE) in sdhci_esdhc_resume() 1777 if (host->mmc->caps2 & MMC_CAP2_CQE) { in sdhci_esdhc_runtime_suspend() 1833 if (host->mmc->caps2 & MMC_CAP2_CQE) in sdhci_esdhc_runtime_resume()
|
| H A D | sdhci-pci-core.c | 239 if ((host->mmc->caps2 & MMC_CAP2_CQE) && (mask & SDHCI_RESET_ALL) && in sdhci_cqhci_reset() 418 slot->host->mmc->caps2 |= MMC_CAP2_BOOTPART_NOACC; in mfd_emmc_probe_slot() 981 slot->host->mmc->caps2 |= MMC_CAP2_CQE; in glk_emmc_probe_slot() 985 slot->host->mmc->caps2 |= MMC_CAP2_HS400_ES; in glk_emmc_probe_slot() 989 slot->host->mmc->caps2 |= MMC_CAP2_CQE_DCMD; in glk_emmc_probe_slot() 1186 slot->host->mmc->caps2 |= MMC_CAP2_AVOID_3_3V; in byt_sd_probe_slot() 1660 slot->host->mmc->caps2 |= MMC_CAP2_HS200; in rtsx_probe_slot() 2196 host->mmc->caps2 |= MMC_CAP2_NO_PRESCAN_POWERUP; in sdhci_pci_probe_slot()
|
| H A D | sdhci-pci-o2micro.c | 603 host->mmc->caps2 |= MMC_CAP2_NO_SD; in sdhci_pci_o2_probe_slot() 604 host->mmc->caps2 |= MMC_CAP2_NO_SDIO; in sdhci_pci_o2_probe_slot() 614 host->mmc->caps2 |= MMC_CAP2_NO_SDIO; in sdhci_pci_o2_probe_slot()
|
| H A D | cqhci-core.c | 73 if (tag == DCMD_SLOT && (cq_host->mmc->caps2 & MMC_CAP2_CQE_DCMD)) { in setup_trans_desc() 256 if (mmc->caps2 & MMC_CAP2_CQE_DCMD) in __cqhci_enable() 262 if (mmc->caps2 & MMC_CAP2_CRYPTO) in __cqhci_enable() 1177 if (mmc->caps2 & MMC_CAP2_CQE_DCMD) in cqhci_init()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | cadence-nand-controller.c | 459 struct cdns_nand_caps caps2; member 553 u8 data_dma_width = cdns_ctrl->caps2.data_dma_width; in cadence_nand_dma_buf_ok() 901 cdns_ctrl->caps2.max_banks = 1 << FIELD_GET(CTRL_FEATURES_N_BANKS, reg); in cadence_nand_get_caps() 904 cdns_ctrl->caps2.data_dma_width = 8; in cadence_nand_get_caps() 906 cdns_ctrl->caps2.data_dma_width = 4; in cadence_nand_get_caps() 909 cdns_ctrl->caps2.data_control_supp = true; in cadence_nand_get_caps() 913 cdns_ctrl->caps2.is_phy_type_dll = true; in cadence_nand_get_caps() 1249 if (cdns_ctrl->caps2.data_control_supp) { in cadence_nand_prepare_data_size() 1320 if (cdns_ctrl->caps2.is_phy_type_dll) in cadence_nand_set_timings() 1325 if (cdns_ctrl->caps2.is_phy_type_dll) { in cadence_nand_set_timings() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/spi/ |
| H A D | mmc_spi.h | 27 unsigned long caps2; member
|
| /OK3568_Linux_fs/kernel/drivers/staging/greybus/ |
| H A D | sdio.c | 63 u32 caps2 = 0; in _gb_sdio_set_host_caps() local 82 caps2 = ((r & GB_SDIO_CAP_HS200_1_2V) ? MMC_CAP2_HS200_1_2V_SDR : 0) | in _gb_sdio_set_host_caps() 88 host->mmc->caps2 = caps2 | MMC_CAP2_CORE_RUNTIME_PM; in _gb_sdio_set_host_caps()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-ep93xx/ |
| H A D | vision_ep9307.c | 202 .caps2 = MMC_CAP2_RO_ACTIVE_HIGH,
|