Searched refs:add_host (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | sdhci-brcmstb.c | 331 goto add_host; in sdhci_brcmstb_probe() 336 goto add_host; in sdhci_brcmstb_probe() 356 add_host: in sdhci_brcmstb_probe()
|
H A D | sdhci-pci.h | 146 int (*add_host) (struct sdhci_pci_slot *); member
|
H A D | sdhci-pci-core.c | 1166 .add_host = byt_add_host, 1180 .add_host = glk_emmc_add_host, 1212 .add_host = byt_add_host, 1231 .add_host = byt_add_host, 1252 .add_host = byt_add_host, 2127 if (chip->fixes && chip->fixes->add_host) in sdhci_pci_probe_slot() 2128 ret = chip->fixes->add_host(slot); in sdhci_pci_probe_slot()
|
H A D | sdhci-pci-gli.c | 1600 .add_host = gl9763e_add_host,
|
/kernel/linux/linux-5.10/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,
|
/kernel/linux/linux-5.10/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)"); 5717 MODULE_PARM_DESC(per_host_store, "If set, next positive add_host will get new store (def=0)"); 6370 static DRIVER_ATTR_RW(add_host); 6888 pr_err("add_host k=%d error=%d\n", k, -ret); in scsi_debug_init()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | scsi_debug.c | 5705 module_param_named(add_host, sdebug_add_host, int, S_IRUGO | S_IWUSR); 5781 MODULE_PARM_DESC(add_host, "add n hosts, in sysfs if negative remove host(s) (def=1)"); 5820 MODULE_PARM_DESC(per_host_store, "If set, next positive add_host will get new store (def=0)"); 6518 static DRIVER_ATTR_RW(add_host); 7026 pr_err("add_host k=%d error=%d\n", k, -ret); in scsi_debug_init()
|
Completed in 31 milliseconds