Searched refs:add_host (Results 1 – 3 of 3) sorted by relevance
127 int (*add_host) (struct sdhci_pci_slot *); member
876 .add_host = glk_emmc_add_host,1776 if (chip->fixes && chip->fixes->add_host) in sdhci_pci_probe_slot()1777 ret = chip->fixes->add_host(slot); in sdhci_pci_probe_slot()
4505 module_param_named(add_host, sdebug_add_host, int, S_IRUGO | S_IWUSR);4565 MODULE_PARM_DESC(add_host, "0..127 hosts allowed(def=1)");5097 static DRIVER_ATTR_RW(add_host);