Searched refs:type_string (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/drivers/s390/crypto/ |
D | zcrypt_cex4.c | 111 zc->type_string = "CEX4A"; in zcrypt_cex4_card_probe() 116 zc->type_string = "CEX5A"; in zcrypt_cex4_card_probe() 121 zc->type_string = "CEX6A"; in zcrypt_cex4_card_probe() 139 zc->type_string = "CEX4C"; in zcrypt_cex4_card_probe() 147 zc->type_string = "CEX5C"; in zcrypt_cex4_card_probe() 155 zc->type_string = "CEX6C"; in zcrypt_cex4_card_probe() 168 zc->type_string = "CEX4P"; in zcrypt_cex4_card_probe() 173 zc->type_string = "CEX5P"; in zcrypt_cex4_card_probe() 178 zc->type_string = "CEX6P"; in zcrypt_cex4_card_probe()
|
D | zcrypt_cex2a.c | 102 zc->type_string = "CEX2A"; in zcrypt_cex2a_card_probe() 115 zc->type_string = "CEX3A"; in zcrypt_cex2a_card_probe()
|
D | zcrypt_pcixcc.c | 179 zc->type_string = "CEX2C"; in zcrypt_pcixcc_card_probe() 188 zc->type_string = "CEX3C"; in zcrypt_pcixcc_card_probe()
|
D | zcrypt_api.h | 91 char *type_string; /* User space device name. */ member
|
D | zcrypt_card.c | 46 return snprintf(buf, PAGE_SIZE, "%s\n", zc->type_string); in type_show()
|
/Linux-v4.19/drivers/acpi/acpica/ |
D | exconcat.c | 305 const char *type_string; in acpi_ex_convert_to_object_type_string() local 307 type_string = acpi_ut_get_type_name(obj_desc->common.type); in acpi_ex_convert_to_object_type_string() 309 …return_desc = acpi_ut_create_string_object(((acpi_size)strlen(type_string) + 9)); /* 9 For "[ Obje… in acpi_ex_convert_to_object_type_string() 315 strcat(return_desc->string.pointer, type_string); in acpi_ex_convert_to_object_type_string()
|
/Linux-v4.19/arch/sparc/kernel/ |
D | pci_schizo.c | 249 char *type_string; in schizo_check_iommu_error_pbm() local 257 type_string = "Protection Error"; in schizo_check_iommu_error_pbm() 260 type_string = "Invalid Error"; in schizo_check_iommu_error_pbm() 263 type_string = "TimeOut Error"; in schizo_check_iommu_error_pbm() 267 type_string = "ECC Error"; in schizo_check_iommu_error_pbm() 271 pbm->name, type_string); in schizo_check_iommu_error_pbm() 312 type_string = "Protection Error"; in schizo_check_iommu_error_pbm() 315 type_string = "Invalid Error"; in schizo_check_iommu_error_pbm() 318 type_string = "TimeOut Error"; in schizo_check_iommu_error_pbm() 322 type_string = "ECC Error"; in schizo_check_iommu_error_pbm() [all …]
|
/Linux-v4.19/drivers/tty/ |
D | rocket.c | 2198 char *type_string; in init_ISA() local 2219 type_string = "(PC104)"; in init_ISA() 2222 type_string = "(RocketModem)"; in init_ISA() 2225 type_string = "(RocketModem II)"; in init_ISA() 2228 type_string = ""; in init_ISA() 2289 i, rcktpt_io_addr[i], num_aiops, type_string); in init_ISA()
|
/Linux-v4.19/drivers/usb/gadget/udc/ |
D | net2272.c | 134 static char *type_string(u8 bmAttributes) in type_string() function 242 type_string(desc->bmAttributes), max, in net2272_enable() 1263 type_string(t1 >> 5), in registers_show()
|
D | net2280.c | 146 static char *type_string(u8 bmAttributes) in type_string() function 348 type_string(desc->bmAttributes), in net2280_enable() 1763 type_string(t1 >> 8), in registers_show() 1841 type_string(d->bmAttributes), in queues_show()
|
/Linux-v4.19/drivers/scsi/ |
D | gdth_proc.c | 198 ha->hanum, ha->binfo.type_string); in gdth_show_info()
|
D | gdth.h | 637 char type_string[16]; /* controller name */ member
|
D | gdth.c | 1733 strcpy(ha->binfo.type_string, gdth_ctr_name(ha)); in gdth_search_drives() 1735 TRACE2(("Controller name: %s\n",ha->binfo.type_string)); in gdth_search_drives() 1898 ha->hanum, oemstr->text.oem_company_name, ha->binfo.type_string); in gdth_search_drives() 1906 ha->hanum, ha->binfo.type_string); in gdth_search_drives() 3879 return ((const char *)ha->binfo.type_string); in gdth_info()
|