Home
last modified time | relevance | path

Searched refs:type_string (Results 1 – 12 of 12) sorted by relevance

/drivers/s390/crypto/
Dzcrypt_cex4.c84 zdev->type_string = "CEX4A"; in zcrypt_cex4_probe()
87 zdev->type_string = "CEX5A"; in zcrypt_cex4_probe()
112 zdev->type_string = "CEX4C"; in zcrypt_cex4_probe()
115 zdev->type_string = "CEX5C"; in zcrypt_cex4_probe()
130 zdev->type_string = "CEX4P"; in zcrypt_cex4_probe()
133 zdev->type_string = "CEX5P"; in zcrypt_cex4_probe()
Dzcrypt_pcixcc.c286 zdev->type_string = "PCIXCC_MCL2"; in zcrypt_pcixcc_probe()
292 zdev->type_string = "PCIXCC_MCL3"; in zcrypt_pcixcc_probe()
301 zdev->type_string = "CEX2C"; in zcrypt_pcixcc_probe()
309 zdev->type_string = "CEX3C"; in zcrypt_pcixcc_probe()
Dzcrypt_cex2a.c98 zdev->type_string = "CEX2A"; in zcrypt_cex2a_probe()
110 zdev->type_string = "CEX3A"; in zcrypt_cex2a_probe()
Dzcrypt_api.h111 char *type_string; /* User space device name. */ member
Dzcrypt_api.c87 return snprintf(buf, PAGE_SIZE, "%s\n", zdev->type_string); in zcrypt_type_show()
/drivers/staging/gdm72xx/
Dusb_boot.c267 char *type_string) in em_download_image() argument
295 strcpy(buf+pad_size, type_string); in em_download_image()
296 ret = gdm_wibro_send(usbdev, buf, strlen(type_string)+pad_size); in em_download_image()
/drivers/tty/
Drocket.c2235 char *type_string; in init_ISA() local
2256 type_string = "(PC104)"; in init_ISA()
2259 type_string = "(RocketModem)"; in init_ISA()
2262 type_string = "(RocketModem II)"; in init_ISA()
2265 type_string = ""; in init_ISA()
2326 i, rcktpt_io_addr[i], num_aiops, type_string); in init_ISA()
/drivers/usb/gadget/udc/
Dnet2272.c147 static char *type_string(u8 bmAttributes) in type_string() function
255 type_string(desc->bmAttributes), max, in net2272_enable()
1281 type_string(t1 >> 5), in registers_show()
Dnet2280.c150 static char *type_string(u8 bmAttributes) in type_string() function
352 type_string(desc->bmAttributes), in net2280_enable()
1720 type_string(t1 >> 8), in registers_show()
1798 type_string(d->bmAttributes), in queues_show()
/drivers/scsi/
Dgdth.h636 char type_string[16]; /* controller name */ member
Dgdth_proc.c198 ha->hanum, ha->binfo.type_string); in gdth_show_info()
Dgdth.c1732 strcpy(ha->binfo.type_string, gdth_ctr_name(ha)); in gdth_search_drives()
1734 TRACE2(("Controller name: %s\n",ha->binfo.type_string)); in gdth_search_drives()
1897 ha->hanum, oemstr->text.oem_company_name, ha->binfo.type_string); in gdth_search_drives()
1905 ha->hanum, ha->binfo.type_string); in gdth_search_drives()
3881 return ((const char *)ha->binfo.type_string); in gdth_info()