Home
last modified time | relevance | path

Searched refs:caps2 (Results 1 – 25 of 60) sorted by relevance

123

/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0_1.20/
H A D0003-HACK-caps-Consider-dmabuf-subset-of-system-memory.patch62 @@ -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 D0003-HACK-caps-Consider-dmabuf-subset-of-system-memory.patch62 @@ -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 D0003-HACK-caps-Consider-dmabuf-subset-of-system-memory.patch62 @@ -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 Dhost.c275 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 Dcrypto.c18 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 Dmmc.c193 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 Dslot-gpio.c199 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 Dsdio_irq.c231 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 Dcore.c993 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 Dhost.h48 return !(host->caps2 & MMC_CAP2_BOOTPART_NOACC); in mmc_boot_partition_access()
H A Dqueue.c43 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 Ddebugfs.c234 debugfs_create_x32("caps2", S_IRUSR, root, &host->caps2); in mmc_add_host_debugfs()
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci-acpi.c52 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 Dsdhci-pci-gli.c527 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 Dsdhci-cqhci.h17 if ((host->mmc->caps2 & MMC_CAP2_CQE) && (mask & SDHCI_RESET_ALL) && in sdhci_and_cqhci_reset()
H A Dcqhci-crypto.c178 if (!(mmc->caps2 & MMC_CAP2_CRYPTO) || in cqhci_crypto_init()
242 mmc->caps2 &= ~MMC_CAP2_CRYPTO; in cqhci_crypto_init()
H A Dsdhci-brcmstb.c211 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 Dsdhci-esdhc-imx.c1633 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 Dsdhci-pci-core.c239 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 Dsdhci-pci-o2micro.c603 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 Dcqhci-core.c73 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 Dcadence-nand-controller.c459 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 Dmmc_spi.h27 unsigned long caps2; member
/OK3568_Linux_fs/kernel/drivers/staging/greybus/
H A Dsdio.c63 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 Dvision_ep9307.c202 .caps2 = MMC_CAP2_RO_ACTIVE_HIGH,

123