Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/s390/crypto/
Dzcrypt_cex4.c450 zc->type_string = "CEX4A"; in zcrypt_cex4_card_probe()
454 zc->type_string = "CEX5A"; in zcrypt_cex4_card_probe()
458 zc->type_string = "CEX6A"; in zcrypt_cex4_card_probe()
462 zc->type_string = "CEX7A"; in zcrypt_cex4_card_probe()
482 zc->type_string = "CEX4C"; in zcrypt_cex4_card_probe()
489 zc->type_string = "CEX5C"; in zcrypt_cex4_card_probe()
496 zc->type_string = "CEX6C"; in zcrypt_cex4_card_probe()
503 zc->type_string = "CEX7C"; in zcrypt_cex4_card_probe()
515 zc->type_string = "CEX4P"; in zcrypt_cex4_card_probe()
519 zc->type_string = "CEX5P"; in zcrypt_cex4_card_probe()
[all …]
Dzcrypt_cex2a.c99 zc->type_string = "CEX2A"; in zcrypt_cex2a_card_probe()
111 zc->type_string = "CEX3A"; in zcrypt_cex2a_card_probe()
Dzcrypt_cex2c.c268 zc->type_string = "CEX2C"; in zcrypt_cex2c_card_probe()
276 zc->type_string = "CEX3C"; in zcrypt_cex2c_card_probe()
Dzcrypt_api.h98 char *type_string; /* User space device name. */ member
Dzcrypt_card.c44 return scnprintf(buf, PAGE_SIZE, "%s\n", zc->type_string); in type_show()
/kernel/linux/linux-5.10/drivers/acpi/acpica/
Dexconcat.c305 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()
/kernel/linux/linux-5.10/arch/sparc/kernel/
Dpci_schizo.c250 char *type_string; in schizo_check_iommu_error_pbm() local
258 type_string = "Protection Error"; in schizo_check_iommu_error_pbm()
261 type_string = "Invalid Error"; in schizo_check_iommu_error_pbm()
264 type_string = "TimeOut Error"; in schizo_check_iommu_error_pbm()
268 type_string = "ECC Error"; in schizo_check_iommu_error_pbm()
272 pbm->name, type_string); in schizo_check_iommu_error_pbm()
313 type_string = "Protection Error"; in schizo_check_iommu_error_pbm()
316 type_string = "Invalid Error"; in schizo_check_iommu_error_pbm()
319 type_string = "TimeOut Error"; in schizo_check_iommu_error_pbm()
323 type_string = "ECC Error"; in schizo_check_iommu_error_pbm()
[all …]
/kernel/linux/linux-5.10/drivers/tty/
Drocket.c2211 char *type_string; in init_ISA() local
2232 type_string = "(PC104)"; in init_ISA()
2235 type_string = "(RocketModem)"; in init_ISA()
2238 type_string = "(RocketModem II)"; in init_ISA()
2241 type_string = ""; in init_ISA()
2302 i, rcktpt_io_addr[i], num_aiops, type_string); in init_ISA()
/kernel/linux/linux-5.10/drivers/scsi/
Dgdth_proc.c210 ha->hanum, ha->binfo.type_string); in gdth_show_info()
Dgdth.h618 char type_string[16]; /* controller name */ member
Dgdth.c1283 strcpy(ha->binfo.type_string, gdth_ctr_name(ha)); in gdth_search_drives()
1285 TRACE2(("Controller name: %s\n",ha->binfo.type_string)); in gdth_search_drives()
1448 ha->hanum, oemstr->text.oem_company_name, ha->binfo.type_string); in gdth_search_drives()
1456 ha->hanum, ha->binfo.type_string); in gdth_search_drives()
3194 return ((const char *)ha->binfo.type_string); in gdth_info()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
Dnet2272.c133 static char *type_string(u8 bmAttributes) in type_string() function
241 type_string(desc->bmAttributes), max, in net2272_enable()
1257 type_string(t1 >> 5), in registers_show()
Dnet2280.c147 static char *type_string(u8 bmAttributes) in type_string() function
349 type_string(desc->bmAttributes), in net2280_enable()
1756 type_string(t1 >> 8), in registers_show()
1834 type_string(d->bmAttributes), in queues_show()