Home
last modified time | relevance | path

Searched refs:drv_type (Results 1 – 18 of 18) sorted by relevance

/linux-4.4.14/drivers/mmc/core/
Dcore.h49 void mmc_set_driver_type(struct mmc_host *host, unsigned int drv_type);
51 int card_drv_type, int *drv_type);
Ddebugfs.c175 switch (ios->drv_type) { in mmc_ios_show()
192 seq_printf(s, "driver type:\t%u (%s)\n", ios->drv_type, str); in mmc_ios_show()
Dsdio.c405 int card_drv_type, drive_strength, drv_type; in sdio_select_driver_type() local
415 card_drv_type, &drv_type); in sdio_select_driver_type()
435 if (drv_type) in sdio_select_driver_type()
436 mmc_set_driver_type(card->host, drv_type); in sdio_select_driver_type()
Dsd.c387 int card_drv_type, drive_strength, drv_type; in sd_select_driver_type() local
396 card_drv_type, &drv_type); in sd_select_driver_type()
410 if (drv_type) in sd_select_driver_type()
411 mmc_set_driver_type(card->host, drv_type); in sd_select_driver_type()
Dcore.c1127 host->ios.drv_type = 0; in mmc_set_initial_state()
1660 void mmc_set_driver_type(struct mmc_host *host, unsigned int drv_type) in mmc_set_driver_type() argument
1662 host->ios.drv_type = drv_type; in mmc_set_driver_type()
1667 int card_drv_type, int *drv_type) in mmc_select_drive_strength() argument
1672 *drv_type = 0; in mmc_select_drive_strength()
1696 drv_type); in mmc_select_drive_strength()
Dmmc.c1228 int card_drv_type, drive_strength, drv_type; in mmc_select_driver_type() local
1235 card_drv_type, &drv_type); in mmc_select_driver_type()
1239 if (drv_type) in mmc_select_driver_type()
1240 mmc_set_driver_type(card->host, drv_type); in mmc_select_driver_type()
/linux-4.4.14/drivers/video/fbdev/
Ds3c2410fb.h29 enum s3c_drv_type drv_type; member
Dnuc900fb.h40 int drv_type; member
Ds3c2410fb.c63 return (fbi->drv_type == DRV_S3C2412); in is_s3c2412()
823 enum s3c_drv_type drv_type) in s3c24xxfb_probe() argument
865 info->drv_type = drv_type; in s3c24xxfb_probe()
889 if (drv_type == DRV_S3C2412) in s3c24xxfb_probe()
Dnuc900fb.c548 fbi->drv_type = LCDDRV_NUC950; in nuc900fb_probe()
/linux-4.4.14/drivers/mmc/host/
Dsdhci-pci.h88 int card_drv, int *drv_type);
Dsdhci.c1548 if (ios->drv_type == MMC_SET_DRIVER_TYPE_A) in sdhci_do_set_ios()
1550 else if (ios->drv_type == MMC_SET_DRIVER_TYPE_B) in sdhci_do_set_ios()
1552 else if (ios->drv_type == MMC_SET_DRIVER_TYPE_C) in sdhci_do_set_ios()
1554 else if (ios->drv_type == MMC_SET_DRIVER_TYPE_D) in sdhci_do_set_ios()
1601 ios->drv_type = (preset & SDHCI_PRESET_DRV_MASK) in sdhci_do_set_ios()
2094 int card_drv, int *drv_type) in sdhci_select_drive_strength() argument
2102 card_drv, drv_type); in sdhci_select_drive_strength()
Dsdhci.h552 int card_drv, int *drv_type);
Dsdhci-pci-core.c273 int host_drv, int card_drv, int *drv_type) in spt_select_drive_strength() argument
1407 int card_drv, int *drv_type) in sdhci_pci_select_drive_strength() argument
1415 card_drv, drv_type); in sdhci_pci_select_drive_strength()
/linux-4.4.14/include/linux/mmc/
Dhost.h74 unsigned char drv_type; /* driver type (A, B, C, D) */ member
137 int card_drv, int *drv_type);
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
Dqed.h415 u32 drv_type; member
Dqed_mcp.c340 cdev->drv_type), in qed_mcp_load_req()
Dqed_main.c828 cdev->drv_type = DRV_ID_DRV_TYPE_LINUX; in qed_set_id()