Home
last modified time | relevance | path

Searched refs:Map (Results 1 – 15 of 15) sorted by relevance

/drivers/char/rio/
Dfunc.h49 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 *));
117 int RIODeleteRta(struct rio_info *, struct Map *);
118 int RIOAssignRta(struct rio_info *, struct Map *);
119 int RIOReMapPorts(struct rio_info *, struct Host *, struct Map *);
120 int RIOChangeName(struct rio_info *, struct Map *);
Driotable.c86 struct Map *MapP; in RIONewTable()
87 struct Map *HostMapP; in RIONewTable()
289 memset(&p->RIOHosts[Host].Mapping[Entry], 0, sizeof(struct Map)); in RIONewTable()
409 struct Map *MapP; in RIOApel()
415 memset(&p->RIOConnectTable[0], 0, sizeof(struct Map) * TOTAL_MAP_ENTRIES); in RIOApel()
457 int RIODeleteRta(struct rio_info *p, struct Map *MapP) in RIODeleteRta()
462 struct Map *HostMapP; in RIODeleteRta()
558 memset(HostMapP, 0, sizeof(struct Map)); in RIODeleteRta()
568 memset(&p->RIOSavedTable[entry], 0, sizeof(struct Map)); in RIODeleteRta()
572 memset(&p->RIOConnectTable[entry], 0, sizeof(struct Map)); in RIODeleteRta()
[all …]
Driodrvr.h116 struct Map RIOConnectTable[TOTAL_MAP_ENTRIES];
117 struct Map RIOSavedTable[TOTAL_MAP_ENTRIES];
Drioroute.c91 struct Map *MapP; in RIORouteRup()
801 static int RIORemoveFromSavedTable(struct rio_info *p, struct Map *pMap) in RIORemoveFromSavedTable()
812 memset(&p->RIOSavedTable[entry], 0, sizeof(struct Map)); in RIORemoveFromSavedTable()
872 memset(&HostP->Mapping[nOther], 0, sizeof(struct Map)); in RIOFreeDisconnected()
972 memset(&HostP->Mapping[unit], 0, sizeof(struct Map)); in RIOFindFreeID()
990 memset(&HostP->Mapping[unit], 0, sizeof(struct Map)); in RIOFindFreeID()
Driocmd.c78 int RIOFoadRta(struct Host *HostP, struct Map *MapP) in RIOFoadRta()
108 int RIOZombieRta(struct Host *HostP, struct Map *MapP) in RIOZombieRta()
138 …(struct rio_info *p, unsigned long RtaUnique, int (*func) (struct Host * HostP, struct Map * MapP)) in RIOCommandRta()
152 struct Map *MapP = &HostP->Mapping[Rta]; in RIOCommandRta()
194 struct Map *MapP = &HostP->Mapping[Rta]; in RIOIdentifyRta()
Dmap.h45 struct Map { struct
Dhost.h86 struct Map Mapping[MAX_RUP]; /* Mappings for host */
Drioboot.c726 struct Map *MapP = NULL; in RIOBootComplete()
727 struct Map *MapP2 = NULL; in RIOBootComplete()
1014 memset(MapP2, 0, sizeof(struct Map)); in RIOBootComplete()
1016 memset(MapP, 0, sizeof(struct Map)); in RIOBootComplete()
Drioctrl.c81 static struct Map MapEnt;
245 if (copy_to_user(argp, p->RIOConnectTable, TOTAL_MAP_ENTRIES * sizeof(struct Map))) { in riocontrol()
290 if (copy_from_user(&p->RIOConnectTable[0], argp, TOTAL_MAP_ENTRIES * sizeof(struct Map))) { in riocontrol()
/drivers/mtd/maps/
DKconfig479 Map driver for accessing PCMCIA linear flash memory cards. These
498 Map driver which allows for simultaneous utilization of
507 Map driver to support image based filesystems for uClinux.
510 tristate "Map driver for WindRiver PowerQUICC II MPC82xx board"
518 Map driver for WindRiver PowerQUICC II MPC82xx board. Drives
523 tristate "Map driver for Dy-4 SVME/DMV-182 board."
530 Map driver for Dy-4 SVME/DMV-182 board.
542 Map driver for a NOR flash bank located on the Expansion Bus of the
546 tristate "Map driver for platform device RAM (mtd-ram)"
549 Map driver for RAM areas described via the platform device
/drivers/staging/rt2860/
Dspectrum.h117 MEASURE_BASIC_REPORT_MAP Map; member
/drivers/staging/rt2870/
Dspectrum.h117 MEASURE_BASIC_REPORT_MAP Map; member
/drivers/staging/rt2860/common/
Dspectrum.c1313 NdisMoveMemory(&pReport->Map, ptr + 11, 1); in PeerMeasureReportSanity()
1622 if ((pBasicReport->Map.field.Radar) in PeerMeasureReportAction()
/drivers/staging/rt2870/common/
Dspectrum.c1312 NdisMoveMemory(&pReport->Map, ptr + 11, 1); in PeerMeasureReportSanity()
1621 if ((pBasicReport->Map.field.Radar) in PeerMeasureReportAction()
/drivers/video/console/
DKconfig106 bool "Map the console to the primary display device"