Searched refs:type_string (Results 1 – 12 of 12) sorted by relevance
/drivers/s390/crypto/ |
D | zcrypt_cex4.c | 84 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()
|
D | zcrypt_pcixcc.c | 286 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()
|
D | zcrypt_cex2a.c | 98 zdev->type_string = "CEX2A"; in zcrypt_cex2a_probe() 110 zdev->type_string = "CEX3A"; in zcrypt_cex2a_probe()
|
D | zcrypt_api.h | 111 char *type_string; /* User space device name. */ member
|
D | zcrypt_api.c | 87 return snprintf(buf, PAGE_SIZE, "%s\n", zdev->type_string); in zcrypt_type_show()
|
/drivers/staging/gdm72xx/ |
D | usb_boot.c | 267 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/ |
D | rocket.c | 2235 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/ |
D | net2272.c | 147 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()
|
D | net2280.c | 150 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/ |
D | gdth.h | 636 char type_string[16]; /* controller name */ member
|
D | gdth_proc.c | 198 ha->hanum, ha->binfo.type_string); in gdth_show_info()
|
D | gdth.c | 1732 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()
|