Home
last modified time | relevance | path

Searched refs:cd_idx (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/mmc/host/
H A Dsdhci-pci.h165 int cd_idx; member
H A Dsdhci-pci-core.c1168 slot->cd_idx = 0; in byt_sd_probe_slot()
2131 slot->cd_idx = -1; in sdhci_pci_probe_slot()
2193 if (slot->cd_idx >= 0) { in sdhci_pci_probe_slot()
2194 ret = mmc_gpiod_request_cd(host->mmc, "cd", slot->cd_idx, in sdhci_pci_probe_slot()
2198 slot->cd_idx, in sdhci_pci_probe_slot()
2206 slot->cd_idx = -1; in sdhci_pci_probe_slot()
2225 !gpio_is_valid(slot->cd_gpio) && slot->cd_idx < 0) in sdhci_pci_probe_slot()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/mmc/host/
H A Dsdhci-pci.h165 int cd_idx; member
H A Dsdhci-pci-core.c1168 slot->cd_idx = 0; in byt_sd_probe_slot()
2131 slot->cd_idx = -1; in sdhci_pci_probe_slot()
2193 if (slot->cd_idx >= 0) { in sdhci_pci_probe_slot()
2194 ret = mmc_gpiod_request_cd(host->mmc, "cd", slot->cd_idx, in sdhci_pci_probe_slot()
2198 slot->cd_idx, in sdhci_pci_probe_slot()
2206 slot->cd_idx = -1; in sdhci_pci_probe_slot()
2225 !gpio_is_valid(slot->cd_gpio) && slot->cd_idx < 0) in sdhci_pci_probe_slot()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/mmc/host/
H A Dsdhci-pci.h165 int cd_idx; member
H A Dsdhci-pci-core.c1168 slot->cd_idx = 0; in byt_sd_probe_slot()
2131 slot->cd_idx = -1; in sdhci_pci_probe_slot()
2193 if (slot->cd_idx >= 0) { in sdhci_pci_probe_slot()
2194 ret = mmc_gpiod_request_cd(host->mmc, "cd", slot->cd_idx, in sdhci_pci_probe_slot()
2198 slot->cd_idx, in sdhci_pci_probe_slot()
2206 slot->cd_idx = -1; in sdhci_pci_probe_slot()
2225 !gpio_is_valid(slot->cd_gpio) && slot->cd_idx < 0) in sdhci_pci_probe_slot()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/extension/internal/
H A Dtext_reassemble.c191 int cd_row, cd_column, cd_idx, cd_bit; in is_mn_unicode() local
200 cd_idx = 8*cd_row + cd_column; in is_mn_unicode()
202 result = cpage_data[cd_idx] & (1 << cd_bit); in is_mn_unicode()