Lines Matching defs:data
25 const struct sdhci_iproc_data *data;
90 * each other (a clock domain crossing problem). The data
322 { .compatible = "brcm,bcm2835-sdhci", .data = &bcm2835_data },
323 { .compatible = "brcm,bcm2711-emmc2", .data = &bcm2711_data },
324 { .compatible = "brcm,sdhci-iproc-cygnus", .data = &iproc_cygnus_data},
325 { .compatible = "brcm,sdhci-iproc", .data = &iproc_data },
326 { .compatible = "brcm,bcm7211a0-sdhci", .data = &bcm7211a0_data },
333 * This is a duplicate of bcm2835_(pltfrm_)data without caps quirks
378 iproc_host->data = iproc_data;
386 host->mmc->caps |= iproc_host->data->mmc_caps;
396 if (iproc_host->data->missing_caps) {
398 &iproc_host->data->caps,
399 &iproc_host->data->caps1);