Searched refs:type_string (Results 1 – 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
D | zcrypt_cex4.c | 450 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 …]
|
D | zcrypt_cex2a.c | 99 zc->type_string = "CEX2A"; in zcrypt_cex2a_card_probe() 111 zc->type_string = "CEX3A"; in zcrypt_cex2a_card_probe()
|
D | zcrypt_cex2c.c | 268 zc->type_string = "CEX2C"; in zcrypt_cex2c_card_probe() 276 zc->type_string = "CEX3C"; in zcrypt_cex2c_card_probe()
|
D | zcrypt_api.h | 98 char *type_string; /* User space device name. */ member
|
D | zcrypt_card.c | 44 return scnprintf(buf, PAGE_SIZE, "%s\n", zc->type_string); in type_show()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
D | pci_schizo.c | 250 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/ |
D | rocket.c | 2211 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/ |
D | gdth_proc.c | 210 ha->hanum, ha->binfo.type_string); in gdth_show_info()
|
D | gdth.h | 618 char type_string[16]; /* controller name */ member
|
D | gdth.c | 1283 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/ |
D | net2272.c | 133 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()
|
D | net2280.c | 147 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()
|