Searched refs:hosts (Results 1 – 23 of 23) sorted by relevance
| /drivers/memstick/host/ |
| A D | jmb38x_ms.c | 803 if (!jm->hosts[cnt]) in jmb38x_ms_suspend() 805 memstick_suspend_host(jm->hosts[cnt]); in jmb38x_ms_suspend() 821 if (!jm->hosts[rc]) in jmb38x_ms_resume() 823 memstick_resume_host(jm->hosts[rc]); in jmb38x_ms_resume() 942 if (!jm->hosts[cnt]) in jmb38x_ms_probe() 948 jmb38x_ms_free_host(jm->hosts[cnt]); in jmb38x_ms_probe() 949 jm->hosts[cnt] = NULL; in jmb38x_ms_probe() 977 if (!jm->hosts[cnt]) in jmb38x_ms_remove() 980 host = memstick_priv(jm->hosts[cnt]); in jmb38x_ms_remove() 994 memstick_remove_host(jm->hosts[cnt]); in jmb38x_ms_remove() [all …]
|
| /drivers/soc/qcom/ |
| A D | smsm.c | 92 struct smsm_host *hosts; member 179 hostp = &smsm->hosts[host]; in smsm_update_bits() 378 struct smsm_host *host = &smsm->hosts[host_id]; in smsm_parse_mbox() 402 struct smsm_host *host = &smsm->hosts[host_id]; in smsm_parse_ipc() 539 smsm->hosts = devm_kcalloc(&pdev->dev, in qcom_smsm_probe() 543 if (!smsm->hosts) in qcom_smsm_probe() 656 mbox_free_channel(smsm->hosts[id].mbox_chan); in qcom_smsm_probe() 672 mbox_free_channel(smsm->hosts[id].mbox_chan); in qcom_smsm_remove()
|
| /drivers/scsi/libsas/ |
| A D | Kconfig | 27 bool "Support for SMP interpretation for SAS hosts" 31 Allows sas hosts to receive SMP frames. Selecting this
|
| /drivers/gpu/drm/nouveau/ |
| A D | nouveau_chan.c | 251 const struct nvif_mclass hosts[] = { in nouveau_channel_ctor() local 281 cid = nvif_mclass(&device->object, hosts); in nouveau_channel_ctor() 285 if (hosts[cid].oclass < NV50_CHANNEL_GPFIFO) in nouveau_channel_ctor() 303 if (hosts[cid].oclass < NV50_CHANNEL_GPFIFO) { in nouveau_channel_ctor() 310 if (hosts[cid].oclass < FERMI_CHANNEL_GPFIFO) in nouveau_channel_ctor() 321 if (hosts[cid].oclass >= VOLTA_CHANNEL_GPFIFO_A) { in nouveau_channel_ctor() 339 ret = nvif_object_ctor(&device->object, "abi16ChanUser", 0, hosts[cid].oclass, in nouveau_channel_ctor()
|
| /drivers/hwtracing/stm/ |
| A D | Kconfig | 55 messages to trace hosts over STM devices. 64 heartbeat messages to trace hosts over STM devices. It is
|
| /drivers/scsi/isci/ |
| A D | host.h | 298 struct isci_host *hosts[SCI_MAX_CONTROLLERS]; member 314 (ihost = to_pci_info(pdev)->hosts[id]); id++)
|
| A D | init.c | 334 ihost = pci_info->hosts[id]; in isci_setup_interrupts() 349 ihost = pci_info->hosts[id]; in isci_setup_interrupts() 658 pci_info->hosts[i] = h; in isci_pci_probe()
|
| /drivers/usb/gadget/ |
| A D | Kconfig | 111 0 mA would be legal, but can make some hosts misbehave. 257 MS-Windows hosts or with the Linux-USB "cdc-acm" driver. 331 EEM model is for mobile devices to communicate with hosts using
|
| /drivers/nvme/target/ |
| A D | Kconfig | 35 NVMe Over Fabrics protocol. It allows for hosts to manage and
|
| A D | configfs.c | 1135 list_for_each_entry(p, &subsys->hosts, entry) { in nvmet_allowed_hosts_allow_link() 1139 list_add_tail(&link->entry, &subsys->hosts); in nvmet_allowed_hosts_allow_link() 1158 list_for_each_entry(p, &subsys->hosts, entry) { in nvmet_allowed_hosts_drop_link() 1201 if (allow_any_host && !list_empty(&subsys->hosts)) { in nvmet_subsys_attr_allow_any_host_store()
|
| A D | auth.c | 156 list_for_each_entry(p, &ctrl->subsys->hosts, entry) { in nvmet_setup_auth()
|
| A D | core.c | 1534 list_for_each_entry(p, &subsys->hosts, entry) { in nvmet_host_allowed() 1885 INIT_LIST_HEAD(&subsys->hosts); in nvmet_subsys_alloc()
|
| A D | nvmet.h | 329 struct list_head hosts; member
|
| /drivers/usb/gadget/legacy/ |
| A D | Kconfig | 166 Microsoft USB hosts. 183 EEM model is for mobile devices to communicate with hosts using 302 to interoperate with MS-Windows hosts or with the Linux-USB
|
| /drivers/scsi/ |
| A D | Makefile | 158 scsi_mod-y += scsi.o hosts.o scsi_ioctl.o \
|
| A D | Kconfig | 1233 This pseudo driver simulates one or more hosts (SCSI initiators),
|
| /drivers/usb/core/ |
| A D | Kconfig | 88 external hubs. OTG hosts are allowed to reduce hardware
|
| /drivers/hwtracing/coresight/ |
| A D | Kconfig | 141 that hosts miscellaneous configuration registers. This is
|
| /drivers/atm/ |
| A D | Kconfig | 258 on PCI and SBUS hosts. Say Y (or M to compile as a module
|
| /drivers/firmware/efi/ |
| A D | Kconfig | 280 This mechanism helps prevent malicious hosts from making changes
|
| /drivers/net/usb/ |
| A D | Kconfig | 226 that support USB connectivity, used for non-Microsoft USB hosts.
|
| /drivers/usb/host/ |
| A D | Kconfig | 723 or embedded hosts that need to undergo USB-IF compliance testing with
|
| /drivers/mmc/host/ |
| A D | Kconfig | 92 This option is selected by drivers running on big endian hosts
|
Completed in 46 milliseconds