Home
last modified time | relevance | path

Searched refs:hosts (Results 1 – 23 of 23) sorted by relevance

/drivers/memstick/host/
A Djmb38x_ms.c803 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 Dsmsm.c92 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 DKconfig27 bool "Support for SMP interpretation for SAS hosts"
31 Allows sas hosts to receive SMP frames. Selecting this
/drivers/gpu/drm/nouveau/
A Dnouveau_chan.c251 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 DKconfig55 messages to trace hosts over STM devices.
64 heartbeat messages to trace hosts over STM devices. It is
/drivers/scsi/isci/
A Dhost.h298 struct isci_host *hosts[SCI_MAX_CONTROLLERS]; member
314 (ihost = to_pci_info(pdev)->hosts[id]); id++)
A Dinit.c334 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 DKconfig111 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 DKconfig35 NVMe Over Fabrics protocol. It allows for hosts to manage and
A Dconfigfs.c1135 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 Dauth.c156 list_for_each_entry(p, &ctrl->subsys->hosts, entry) { in nvmet_setup_auth()
A Dcore.c1534 list_for_each_entry(p, &subsys->hosts, entry) { in nvmet_host_allowed()
1885 INIT_LIST_HEAD(&subsys->hosts); in nvmet_subsys_alloc()
A Dnvmet.h329 struct list_head hosts; member
/drivers/usb/gadget/legacy/
A DKconfig166 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 DMakefile158 scsi_mod-y += scsi.o hosts.o scsi_ioctl.o \
A DKconfig1233 This pseudo driver simulates one or more hosts (SCSI initiators),
/drivers/usb/core/
A DKconfig88 external hubs. OTG hosts are allowed to reduce hardware
/drivers/hwtracing/coresight/
A DKconfig141 that hosts miscellaneous configuration registers. This is
/drivers/atm/
A DKconfig258 on PCI and SBUS hosts. Say Y (or M to compile as a module
/drivers/firmware/efi/
A DKconfig280 This mechanism helps prevent malicious hosts from making changes
/drivers/net/usb/
A DKconfig226 that support USB connectivity, used for non-Microsoft USB hosts.
/drivers/usb/host/
A DKconfig723 or embedded hosts that need to undergo USB-IF compliance testing with
/drivers/mmc/host/
A DKconfig92 This option is selected by drivers running on big endian hosts

Completed in 46 milliseconds