Home
last modified time | relevance | path

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

/linux-4.4.14/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()
/linux-4.4.14/arch/sparc/kernel/
Dpci_schizo.c248 char *type_string; in schizo_check_iommu_error_pbm() local
256 type_string = "Protection Error"; in schizo_check_iommu_error_pbm()
259 type_string = "Invalid Error"; in schizo_check_iommu_error_pbm()
262 type_string = "TimeOut Error"; in schizo_check_iommu_error_pbm()
266 type_string = "ECC Error"; in schizo_check_iommu_error_pbm()
270 pbm->name, type_string); in schizo_check_iommu_error_pbm()
311 type_string = "Protection Error"; in schizo_check_iommu_error_pbm()
314 type_string = "Invalid Error"; in schizo_check_iommu_error_pbm()
317 type_string = "TimeOut Error"; in schizo_check_iommu_error_pbm()
321 type_string = "ECC Error"; in schizo_check_iommu_error_pbm()
[all …]
/linux-4.4.14/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()
/linux-4.4.14/drivers/tty/
Drocket.c2232 char *type_string; in init_ISA() local
2253 type_string = "(PC104)"; in init_ISA()
2256 type_string = "(RocketModem)"; in init_ISA()
2259 type_string = "(RocketModem II)"; in init_ISA()
2262 type_string = ""; in init_ISA()
2323 i, rcktpt_io_addr[i], num_aiops, type_string); in init_ISA()
/linux-4.4.14/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()
1280 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()
1719 type_string(t1 >> 8), in registers_show()
1797 type_string(d->bmAttributes), in queues_show()
/linux-4.4.14/drivers/scsi/
Dgdth.h639 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()