Searched refs:Type (Results 1 - 25 of 47) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/u2ec/
H A Ddebug.c8 char *PnpQueryIdString(BUS_QUERY_ID_TYPE Type)
10 switch (Type)
170 char *SystemPowerString(char *Type)
172 switch (Type)
195 char *DevicePowerString(unsigned char Type)
197 switch (Type)
/asus-wl-520gu-7.0.1.45/src/router/www/asus/web_asus_en/
H A DUploading.asp5 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6 <meta http-equiv="Content-Type" content="text/html">
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/arc/
H A Dhinv.h123 CONFIGTYPE Type; member in struct:component
169 MEMORYTYPE Type; member in struct:memorydescriptor
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/arc/
H A Dhinv.h123 CONFIGTYPE Type; member in struct:component
169 MEMORYTYPE Type; member in struct:memorydescriptor
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/sn/arc/
H A Dhinv.h134 CONFIGTYPE Type; member in struct:component
180 MEMORYTYPE Type; member in struct:memorydescriptor
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/sn/arc/
H A Dhinv.h134 CONFIGTYPE Type; member in struct:component
180 MEMORYTYPE Type; member in struct:memorydescriptor
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/storage/
H A Dfreecom.c50 __u8 Type; /* Command type. */ member in struct:freecom_cb_wrap
57 __u8 Type; /* Command type. */ member in struct:freecom_xfer_wrap
64 __u8 Type; /* Type + IDE register. */ member in struct:freecom_ide_out
71 __u8 Type; /* Type | IDE register. */ member in struct:freecom_ide_in
193 ideout->Type = FCM_PACKET_IDE_WRITE | reg;
235 idein->Type = FCM_PACKET_IDE_READ | reg;
281 fxfr->Type = FCM_PACKET_INPUT | 0x00;
322 fxfr->Type
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dcciss_ioctl.h75 // Type defs used in the following structs
131 BYTE Type:3; member in struct:_RequestBlock_struct::__anon11068
134 } Type; member in struct:_RequestBlock_struct
142 BYTE Type; member in struct:_MoreErrInfo_struct::__anon11069
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dcciss_ioctl.h75 // Type defs used in the following structs
131 BYTE Type:3; member in struct:_RequestBlock_struct::__anon6652
134 } Type; member in struct:_RequestBlock_struct
142 BYTE Type; member in struct:_MoreErrInfo_struct::__anon6653
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Ddabusb.h80 BYTE Type; member in struct:_INTEL_HEX_RECORD
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/khttpd/
H A Drfc.c67 void AddMimeType(const char *Ident,const char *Type) argument
79 if (strlen(Type)>(64-sizeof(__u32)-sizeof(__kernel_size_t) ) )
91 strncpy(MimeTypes[atomic_read(&MimeCount)].type,Type,(64-sizeof(__u32)-sizeof(__kernel_size_t)));
92 MimeTypes[atomic_read(&MimeCount)].len = strlen(Type);
H A Dprototypes.h98 void AddMimeType(const char *Ident,const char *Type);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/rio/
H A Drioinit.c131 p->RIOHosts[p->RIONumHosts].Type = RIO_AT;
416 if ( (p->RIOHosts[Host].Type != RIO_AT) &&
423 if (p->RIOHosts[Host].Type == RIO_AT) {
457 switch (HostP->Type) {
540 switch ( HostP->Type ) {
597 RIOHostReset(Type, DpRamP, Slot)
598 uint Type;
605 rio_dprintk (RIO_DEBUG_INIT, "RIOHostReset: type 0x%x", Type);
606 switch ( Type ) {
658 Rprintf(RIOMesgNoSupport,Type,DpRam
[all...]
H A Dhost.h54 uchar Type; /* RIO_EISA, RIO_MCA, ... */ member in struct:Host
H A Driospace.h91 unsigned char Type; /* RIO_EISA, RIO_MCA, RIO_AT, RIO_EMPTY... */ member in struct:Brd
H A Drioboot.c187 switch ( HostP->Type ) {
225 rio_dprintk (RIO_DEBUG_BOOT, "Unknown host type %d\n", HostP->Type);
267 rio_dprintk (RIO_DEBUG_BOOT, "Host Type = 0x%x, Mode = 0x%x, IVec = 0x%x\n",
268 HostP->Type, HostP->Mode, HostP->Ivec);
304 RIOHostReset( HostP->Type, (struct DpRam *)HostP->CardP, HostP->Slot );
317 if ( HostP->Type == RIO_PCI ) {
470 rio_dprintk (RIO_DEBUG_BOOT, "Host Type = 0x%x, Mode = 0x%x, IVec = 0x%x\n",
471 HostP->Type, HostP->Mode, HostP->Ivec);
499 RIOHostReset( HostP->Type, (struct DpRam *)HostP->CardP, HostP->Slot );\
H A Driointr.c146 if( HostP->Type == RIO_EISA )
277 rio_dprintk (RIO_DEBUG_INTR, "riointr() doing host %d type %d\n", host, HostP->Type);
279 switch( HostP->Type ) {
332 switch( RIOHosts[host].Type )
H A Drio_linux.c450 switch( HostP->Type ) {
528 (int) ptr, HostP->Type);
1162 hp->Type = RIO_PCI;
1234 hp->Type = RIO_PCI;
1286 hp->Type = RIO_AT;
1380 RIOHostReset (hp->Type, hp->CardP, hp->Slot);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/block/
H A Dcciss_cmd.h81 // Type defs used in the following structs
183 BYTE Type:3; member in struct:_RequestBlock_struct::__anon1090
186 } Type; member in struct:_RequestBlock_struct
203 BYTE Type; member in struct:_MoreErrInfo_struct::__anon1091
H A Dcciss_scsi.c558 if (cp->Request.Type.Type == TYPE_MSG) {
795 cp->Request.Type.Type = TYPE_CMD;
796 cp->Request.Type.Attribute = ATTR_SIMPLE;
797 cp->Request.Type.Direction = direction;
1315 cp->Request.Type.Type = TYPE_CMD;
1316 cp->Request.Type.Attribute = ATTR_SIMPLE;
1319 case SCSI_DATA_WRITE: cp->Request.Type
[all...]
H A Dcciss.c685 (iocommand.Request.Type.Direction != XFER_NONE))
698 if (iocommand.Request.Type.Direction == XFER_WRITE)
768 if (iocommand.Request.Type.Direction == XFER_READ)
934 c->Request.Type.Type = TYPE_CMD; // It is a command.
935 c->Request.Type.Attribute = ATTR_SIMPLE;
936 c->Request.Type.Direction = XFER_READ; // Read
948 c->Request.Type.Type = TYPE_CMD; // It is a command.
949 c->Request.Type
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/eicon/
H A Deicon_mod.c841 eicon_alloccard(int Type, int membase, int irq, char *id, int card_id) argument
851 qloop = (Type == EICON_CTYPE_QUADRO)?2:0;
886 card->type = Type;
887 switch (Type) {
905 card->hwif.isa.type = Type;
954 card->hwif.isa.type = Type;
974 card->hwif.pci.type = Type;
993 card->hwif.pci.type = Type;
1012 card->hwif.pci.type = Type;
1031 card->hwif.isa.type = Type;
1216 eicon_addcard(int Type, int membase, int irq, char *id, int card_id) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/platforms/
H A Dresidual.c72 /* Device Sub Type Codes */
129 /* Device Interface Type Codes */
273 switch(p.Type) {
286 p.Type);
355 printk(" Type 0x2.2x%d, size=%d\n",
372 switch(p.Type) {
464 p.Type);
477 printk(" Type 0x2.2x%d, size=%d\n",
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc/
H A Dpnp.h239 /* Device Base Type Codes */
255 /* Device Sub Type Codes */
320 /* Device Interface Type Codes */
578 unsigned char Type; /* 00=non-IBM */ member in struct:_PnP_TAG_PACKET::_S14_Pack::_S14_Data::_S14_PPCPack
623 unsigned char Type; /* 00=non-IBM */ member in struct:_PnP_TAG_PACKET::_L4_Pack::_L4_Data::_L4_PPCPack
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc/
H A Dpnp.h239 /* Device Base Type Codes */
255 /* Device Sub Type Codes */
320 /* Device Interface Type Codes */
578 unsigned char Type; /* 00=non-IBM */ member in struct:_PnP_TAG_PACKET::_S14_Pack::_S14_Data::_S14_PPCPack
623 unsigned char Type; /* 00=non-IBM */ member in struct:_PnP_TAG_PACKET::_L4_Pack::_L4_Data::_L4_PPCPack

Completed in 344 milliseconds

12