Searched refs:add_host (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | sdhci-pci.h | 141 int (*add_host) (struct sdhci_pci_slot *); member
|
| H A D | sdhci-pci-core.c | 1224 .add_host = byt_add_host, 1238 .add_host = glk_emmc_add_host, 1270 .add_host = byt_add_host, 1289 .add_host = byt_add_host, 1310 .add_host = byt_add_host, 2221 if (chip->fixes && chip->fixes->add_host) in sdhci_pci_probe_slot() 2222 ret = chip->fixes->add_host(slot); in sdhci_pci_probe_slot()
|
| H A D | sdhci-pci-gli.c | 864 .add_host = gl9763e_add_host,
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | scsi_debug.c | 5606 module_param_named(add_host, sdebug_add_host, int, S_IRUGO | S_IWUSR); 5679 MODULE_PARM_DESC(add_host, "add n hosts, in sysfs if negative remove host(s) (def=1)"); 6370 static DRIVER_ATTR_RW(add_host);
|