Searched refs:Signature (Results 1 - 22 of 22) sorted by relevance

/drivers/isdn/hardware/eicon/
H A Dpr_pc.h42 word Signature; /* ISDN-P initialized indication */ member in struct:pr_ram
H A Dpc.h59 word Signature; /* ISDN-S adapter Signature (GD) */ member in struct:dual
/drivers/usb/storage/
H A Dinitializers.c73 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN);
H A Dene_ub6250.c675 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN);
715 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN);
859 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN);
878 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN);
1136 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN);
1171 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN);
1250 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN);
1332 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN);
1534 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN);
1651 bcb->Signature
[all...]
H A Dtransport.c1072 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN);
1088 le32_to_cpu(bcb->Signature), bcb->Tag,
1161 le32_to_cpu(bcs->Signature), bcs->Tag,
1174 us->bcs_signature = bcs->Signature;
1178 } else if (bcs->Signature != us->bcs_signature) {
1179 US_DEBUGP("Signature mismatch: got %08X, expecting %08X\n",
1180 le32_to_cpu(bcs->Signature),
H A Drealtek_cr.c220 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN);
256 if (bcs->Signature != cpu_to_le32(US_BULK_CS_SIGN)) {
257 US_DEBUGP("Signature mismatch: got %08X, expecting %08X\n",
258 le32_to_cpu(bcs->Signature), US_BULK_CS_SIGN);
306 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN);
/drivers/staging/keucr/
H A Dinit.c51 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN);
80 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN);
144 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN);
250 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN);
292 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN);
H A Dsmilsub.c221 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN);
236 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN);
272 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN);
287 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN);
326 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN);
371 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN);
407 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN);
442 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN);
481 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN);
H A Dtransport.c599 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN);
615 le32_to_cpu(bcb->Signature), bcb->Tag,
672 le32_to_cpu(bcs->Signature),
682 us->bcs_signature = bcs->Signature;
686 } else if (bcs->Signature != us->bcs_signature) {
687 /* pr_info("Signature mismatch: got %08X, expecting %08X\n",
688 le32_to_cpu(bcs->Signature),
/drivers/block/
H A Dcciss_cmd.h225 BYTE Signature[4]; member in struct:_CfgTable_struct
H A Dub.c889 bcb->Signature = cpu_to_le32(US_BULK_CB_SIGN);
1197 sc->signature = bcs->Signature;
1203 if (bcs->Signature != sc->signature) {
H A Dcciss.c3825 temp_name[i] = readb(&(tb->Signature[i]));
3827 dev_dbg(&h->pdev->dev, " Signature = %s\n", temp_name);
4271 if ((readb(&h->cfgtable->Signature[0]) != 'C') ||
4272 (readb(&h->cfgtable->Signature[1]) != 'I') ||
4273 (readb(&h->cfgtable->Signature[2]) != 'S') ||
4274 (readb(&h->cfgtable->Signature[3]) != 'S')) {
/drivers/scsi/
H A Dhpsa_cmd.h324 u8 Signature[4]; member in struct:CfgTable
H A Dwd7000.c329 } Signature; typedef in typeref:struct:signature
331 static const Signature signatures[] = {
H A DBusLogic.h461 unsigned char Signature; /* Byte 17 */ member in struct:BusLogic_SetupInformation
H A Dhpsa.c3573 temp_name[i] = readb(&(tb->Signature[i]));
3575 dev_info(dev, " Signature = %s\n", temp_name);
3845 if ((readb(&h->cfgtable->Signature[0]) != 'C') ||
3846 (readb(&h->cfgtable->Signature[1]) != 'I') ||
3847 (readb(&h->cfgtable->Signature[2]) != 'S') ||
3848 (readb(&h->cfgtable->Signature[3]) != 'S')) {
/drivers/scsi/arcmsr/
H A Darcmsr.h92 uint8_t Signature[8]; member in struct:CMD_MESSAGE
/drivers/usb/gadget/
H A Df_mass_storage.c1778 csw->Signature = cpu_to_le32(US_BULK_CS_SIGN);
2232 cbw->Signature != cpu_to_le32(
2236 le32_to_cpu(cbw->Signature));
H A Dfile_storage.c2163 csw->Signature = cpu_to_le32(US_BULK_CS_SIGN);
2620 cbw->Signature != cpu_to_le32(
2624 le32_to_cpu(cbw->Signature));
/drivers/scsi/mpt2sas/mpi/
H A Dmpi2_ioc.h1255 U32 Signature; /* 0x00 */ member in struct:_MPI2_FW_IMAGE_HEADER
1303 /* Signature field */
1532 /* Signature fields as individual bytes */
/drivers/char/ipmi/
H A Dipmi_si_intf.c1985 s8 Signature[4]; member in struct:SPMITable
/drivers/gpu/drm/radeon/
H A Datombios.h212 UCHAR uaFirmWareSignature[4]; /*Signature to distinguish between Atombios and non-atombios,
7952 ULONG Signature; member in struct:__anon642
7965 UINT32 Signature; //0x0

Completed in 611 milliseconds