Home
last modified time | relevance | path

Searched refs:add_host (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/drivers/mmc/host/
H A Dsdhci-brcmstb.c331 goto add_host; in sdhci_brcmstb_probe()
336 goto add_host; in sdhci_brcmstb_probe()
356 add_host: in sdhci_brcmstb_probe()
H A Dsdhci-pci.h146 int (*add_host) (struct sdhci_pci_slot *); member
H A Dsdhci-pci-core.c1166 .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 Dsdhci-pci-gli.c1600 .add_host = gl9763e_add_host,
/kernel/linux/linux-5.10/drivers/mmc/host/
H A Dsdhci-pci.h141 int (*add_host) (struct sdhci_pci_slot *); member
H A Dsdhci-pci-core.c1224 .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 Dsdhci-pci-gli.c864 .add_host = gl9763e_add_host,
/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_debug.c5606 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 Dscsi_debug.c5705 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