Home
last modified time | relevance | path

Searched refs:Host (Results 1 – 25 of 45) sorted by relevance

12

/drivers/zorro/
Dzorro.ids16 0a00 [SCSI Host Adapter]
22 1300 Warp Engine [Accelerator, SCSI Host Adapter and RAM Expansion]
28 5400 A4091 [SCSI Host Adapter]
31 0100 A2090/A2090A [SCSI Host Adapter]
32 0200 A590/A2091 [SCSI Host Adapter]
33 0300 A590/A2091 [SCSI Host Adapter]
34 0400 A2090B 2090 Autoboot [SCSI Host Adapter]
42 5400 A4091 [SCSI Host Adapter]
49 0300 A2090/A2090A Combitec/MacroSystem [SCSI Host Adapter]
57 0400 Kronos 2000 [SCSI Host Adapter]
[all …]
/drivers/char/rio/
Dfunc.h42 void msec_timeout(struct Host *);
43 int RIOBootRup(struct rio_info *, unsigned int, struct Host *, struct PKT __iomem *);
44 int RIOBootOk(struct rio_info *, struct Host *, unsigned long);
46 void rio_fill_host_slot(int, int, unsigned int, struct Host *);
49 int RIOFoadRta(struct Host *, struct Map *);
50 int RIOZombieRta(struct Host *, struct Map *);
51 int RIOCommandRta(struct rio_info *, unsigned long, int (*func) (struct Host *, struct Map *));
54 int RIOSuspendBootRta(struct Host *, int, int);
58 int RIOQueueCmdBlk(struct Host *, unsigned int, struct CmdBlk *);
59 void RIOPollHostCommands(struct rio_info *, struct Host *);
[all …]
Driotable.c85 int Host, Host1, Host2, NameIsUnique, Entry, SubEnt; in RIONewTable() local
88 struct Host *HostP; in RIONewTable()
165 for (Host = 0; Host < p->RIONumHosts; Host++) { /* (4) */ in RIONewTable()
166 if (p->RIOHosts[Host].UniqueNum == MapP->HostUniqueNum) { in RIONewTable()
167 HostP = &p->RIOHosts[Host]; in RIONewTable()
172 MapP->Topology[0].Unit = Host; in RIONewTable()
177 if (Host >= p->RIONumHosts) { in RIONewTable()
287 for (Host = 0; Host < RIO_HOSTS; Host++) { in RIONewTable()
289 memset(&p->RIOHosts[Host].Mapping[Entry], 0, sizeof(struct Map)); in RIONewTable()
291 memset(&p->RIOHosts[Host].Name[0], 0, sizeof(p->RIOHosts[Host].Name)); in RIONewTable()
[all …]
Drioctrl.c92 ushort Host; member
138 uint Host; /* leave me unsigned! */ in riocontrol() local
140 struct Host *HostP; in riocontrol()
152 Host = 0; in riocontrol()
219 if (SpecialRupCmd.Host >= p->RIONumHosts) in riocontrol()
220 SpecialRupCmd.Host = 0; in riocontrol()
221 …rio_dprintk(RIO_DEBUG_CTRL, "Queue special rup command for host %d rup %d\n", SpecialRupCmd.Host, … in riocontrol()
222 … if (RIOQueueCmdBlk(&p->RIOHosts[SpecialRupCmd.Host], SpecialRupCmd.RupNum, CmdBlkP) == RIO_FAIL) { in riocontrol()
733 for (Host = 0; Host < p->RIONumHosts; Host++) in riocontrol()
734 if ((p->RIOHosts[Host].Flags & RUN_STATE) == RC_RUNNING) in riocontrol()
[all …]
Driocmd.c78 int RIOFoadRta(struct Host *HostP, struct Map *MapP) in RIOFoadRta()
108 int RIOZombieRta(struct Host *HostP, struct Map *MapP) in RIOZombieRta()
138 int RIOCommandRta(struct rio_info *p, unsigned long RtaUnique, int (*func) (struct Host * HostP, st… in RIOCommandRta()
140 unsigned int Host; in RIOCommandRta() local
147 for (Host = 0; Host < p->RIONumHosts; Host++) { in RIOCommandRta()
149 struct Host *HostP = &p->RIOHosts[Host]; in RIOCommandRta()
181 unsigned int Host; in RIOIdentifyRta() local
189 for (Host = 0; Host < p->RIONumHosts; Host++) { in RIOIdentifyRta()
191 struct Host *HostP = &p->RIOHosts[Host]; in RIOIdentifyRta()
246 uint Host; in RIOKillNeighbour() local
[all …]
Drioroute.c75 static int RIOCheckIsolated(struct rio_info *, struct Host *, unsigned int);
76 static int RIOIsolate(struct rio_info *, struct Host *, unsigned int);
77 static int RIOCheck(struct Host *, unsigned int);
78 static void RIOConCon(struct rio_info *, struct Host *, unsigned int, unsigned int, unsigned int, u…
85 int RIORouteRup(struct rio_info *p, unsigned int Rup, struct Host *HostP, struct PKT __iomem * Pack… in RIORouteRup()
495 void RIOFixPhbs(struct rio_info *p, struct Host *HostP, unsigned int unit) in RIOFixPhbs()
588 static int RIOCheckIsolated(struct rio_info *p, struct Host *HostP, unsigned int UnitId) in RIOCheckIsolated()
610 static int RIOIsolate(struct rio_info *p, struct Host *HostP, unsigned int UnitId) in RIOIsolate()
637 static int RIOCheck(struct Host *HostP, unsigned int UnitId) in RIOCheck()
727 struct Host *HostP, in RIOConCon()
[all …]
Ddaemon.h78 unsigned int Host; member
102 struct Host __user *HostP;
134 unsigned short Host; member
Drioboot.c73 static int RIOBootComplete(struct rio_info *p, struct Host *HostP, unsigned int Rup, struct PktCmd …
172 void rio_start_card_running(struct Host *HostP) in rio_start_card_running()
205 struct Host *HostP; in RIOBootCodeHOST()
603 int RIOBootRup(struct rio_info *p, unsigned int Rup, struct Host *HostP, struct PKT __iomem *Packet… in RIOBootRup()
724 static int RIOBootComplete(struct rio_info *p, struct Host *HostP, unsigned int Rup, struct PktCmd … in RIOBootComplete()
1058 int RIOBootOk(struct rio_info *p, struct Host *HostP, unsigned long RtaUniq) in RIOBootOk()
1079 void rio_fill_host_slot(int entry, int entry2, unsigned int rta_uniq, struct Host *host) in rio_fill_host_slot()
Drio_linux.c345 static void rio_reset_interrupt(struct Host *HostP) in rio_reset_interrupt()
362 struct Host *HostP; in rio_interrupt()
701 static struct vpd_prom *get_VPD_PROM(struct Host *hp) in get_VPD_PROM()
816 #define HOST_SZ sizeof(struct Host) in rio_init_datastructures()
929 struct Host *hp; in rio_init()
1165 struct Host *hp; in rio_exit()
Driodrvr.h50 struct Host *RIOHosts; /* RIO Host values */
Dhost.h46 struct Host { struct
Dport.h42 struct Host *HostP;
/drivers/net/wireless/hostap/
DKconfig2 tristate "IEEE 802.11 for Host AP (Prism2/2.5/3 and WEP/TKIP/CCMP)"
19 Host AP mode that allows the card to act as an IEEE 802.11
23 Host AP driver configuration and tools. This site includes
27 This option includes the base Host AP driver code that is shared by
35 bool "Support downloading firmware images with Host AP driver"
38 Configure Host AP driver to include support for firmware image
51 Allow Host AP driver to write firmware images to the non-volatile
60 tristate "Host AP driver for Prism2/2.5/3 in PLX9052 PCI adaptors"
63 Host AP driver's version for Prism2/2.5/3 PC Cards in PLX9052 based
66 "Host AP support for Prism2/2.5/3 IEEE 802.11b" is required for this
[all …]
/drivers/usb/host/
DKconfig2 # USB Host Controller Drivers
4 comment "USB Host Controller Drivers"
11 The Cypress C67x00 (EZ-Host/EZ-OTG) chips are dual-role
24 The Enhanced Host Controller Interface (EHCI) is standard for USB 2.0
27 configure this Host Controller Driver. At the time of this writing,
36 probably configure the OHCI (for NEC and some other vendors) USB Host
37 Controller Driver or UHCI (for Via motherboards) Host Controller
68 highspeed USB hub which is connected to a highspeed USB Host
145 The Open Host Controller Interface (OHCI) is a standard for accessing
230 The Universal Host Controller Interface is a standard by Intel for
[all …]
/drivers/eisa/
Deisa.ids10 ABP0510 "Advansys ABP-510 ISA SCSI Host Adapter"
11 ABP0540 "Advansys ABP-540/542 ISA SCSI Host Adapter"
12 ABP7401 "AdvanSys ABP-740/742 EISA Single Channel SCSI Host Adapter"
13 ABP7501 "AdvanSys ABP-750/752 EISA Dual Channel SCSI Host Adapter"
54 ADP0100 "Adaptec AHA-1540/1542 ISA SCSI Host Adapter"
56 ADP0200 "Adaptec AHA-1520/1522 ISA SCSI Host Adapter"
93 AMI44C1 "AMI SCSI Host Adapter - Series 44"
94 AMI15C1 "AMI SCSI Host Adapter"
95 AMI15D1 "AMI SCSI Host Adapter - Rev 2"
102 AMI4801 "AMI Series 48 EISA Fast SCSI Host Adapter"
[all …]
/drivers/lguest/
DMakefile15 Host: PREFIX=H target
19 …@for f in Preparation Guest Drivers Launcher Host Switcher Mastery; do echo "{==- $$f -==}"; make …
20 Preparation Preparation! Guest Drivers Launcher Host Switcher Mastery:
DREADME32 understanding of the Host.
34 V) Host
35 - Where we master the Host code, through a long and tortuous journey.
/drivers/scsi/
DBusLogic.c153 static const char *BusLogic_DriverInfo(struct Scsi_Host *Host) in BusLogic_DriverInfo() argument
155 struct BusLogic_HostAdapter *HostAdapter = (struct BusLogic_HostAdapter *) Host->hostdata; in BusLogic_DriverInfo()
2125 *HostAdapter, struct Scsi_Host *Host) in BusLogic_InitializeHostStructure() argument
2127 Host->max_id = HostAdapter->MaxTargetDevices; in BusLogic_InitializeHostStructure()
2128 Host->max_lun = HostAdapter->MaxLogicalUnits; in BusLogic_InitializeHostStructure()
2129 Host->max_channel = 0; in BusLogic_InitializeHostStructure()
2130 Host->unique_id = HostAdapter->IO_Address; in BusLogic_InitializeHostStructure()
2131 Host->this_id = HostAdapter->SCSI_ID; in BusLogic_InitializeHostStructure()
2132 Host->can_queue = HostAdapter->DriverQueueDepth; in BusLogic_InitializeHostStructure()
2133 Host->sg_tablesize = HostAdapter->DriverScatterGatherLimit; in BusLogic_InitializeHostStructure()
[all …]
/drivers/mmc/host/
DKconfig5 comment "MMC/SD/SDIO Host Controller Drivers"
28 tristate "Secure Digital Host Controller Interface support"
31 This selects the generic Secure Digital Host Controller Interface.
44 This selects the PCI Secure Digital Host Controller Interface.
/drivers/usb/
DKconfig15 # Host-side USB depends on having a host controller
63 tristate "Support for Host-side USB"
80 Host Controller Driver (HCD) options below. Choose a USB 1.1
/drivers/memstick/host/
DKconfig5 comment "MemoryStick Host Controller Drivers"
/drivers/scsi/aic7xxx/
Daic79xx.reg112 * Host Interrupt Status
209 * Clear Host Interrupt
258 * Host Control Register
277 * Host New SCB Queue Offset
288 * Host Empty SCB Queue Offset
298 * Host Mailbox
513 * Data Channel Host Address
524 * Host Overlay DMA Address
545 * Data Channel Host Count
556 * Host Overlay DMA Count
[all …]
/drivers/usb/musb/
DKconfig6 comment "Enable Host or Gadget support to see Inventra options"
77 bool "USB Host"
/drivers/message/i2o/
DREADME50 Host adapters, hints, known to work platforms when I hit
/drivers/uwb/
DKconfig38 devices. HWA stands for Host Wire Adapter, and it is a UWB

12