Searched refs:type_string (Results  1 – 13 of 13) sorted by relevance
| /Linux-v5.4/drivers/s390/crypto/ | 
| D | zcrypt_cex4.c | 202 			zc->type_string = "CEX4A";  in zcrypt_cex4_card_probe()207 			zc->type_string = "CEX5A";  in zcrypt_cex4_card_probe()
 212 			zc->type_string = "CEX6A";  in zcrypt_cex4_card_probe()
 217 			zc->type_string = "CEX7A";  in zcrypt_cex4_card_probe()
 238 			zc->type_string = "CEX4C";  in zcrypt_cex4_card_probe()
 246 			zc->type_string = "CEX5C";  in zcrypt_cex4_card_probe()
 254 			zc->type_string = "CEX6C";  in zcrypt_cex4_card_probe()
 262 			zc->type_string = "CEX7C";  in zcrypt_cex4_card_probe()
 275 			zc->type_string = "CEX4P";  in zcrypt_cex4_card_probe()
 280 			zc->type_string = "CEX5P";  in zcrypt_cex4_card_probe()
 [all …]
 
 | 
| D | zcrypt_cex2a.c | 100 		zc->type_string = "CEX2A";  in zcrypt_cex2a_card_probe()113 		zc->type_string = "CEX3A";  in zcrypt_cex2a_card_probe()
 
 | 
| D | zcrypt_cex2c.c | 156 		zc->type_string = "CEX2C";  in zcrypt_cex2c_card_probe()165 		zc->type_string = "CEX3C";  in zcrypt_cex2c_card_probe()
 
 | 
| D | zcrypt_api.h | 81 	char *type_string;		/* User space device name. */  member
 | 
| D | zcrypt_card.c | 44 	return snprintf(buf, PAGE_SIZE, "%s\n", zc->type_string);  in type_show()
 | 
| /Linux-v5.4/drivers/acpi/acpica/ | 
| D | exconcat.c | 305 	const char *type_string;  in acpi_ex_convert_to_object_type_string()  local307 	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-v5.4/arch/sparc/kernel/ | 
| D | pci_schizo.c | 250 		char *type_string;  in schizo_check_iommu_error_pbm()  local258 			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 …]
 
 | 
| /Linux-v5.4/drivers/tty/ | 
| D | rocket.c | 2204 	char *type_string;  in init_ISA()  local2225 		type_string = "(PC104)";  in init_ISA()
 2228 		type_string = "(RocketModem)";  in init_ISA()
 2231 		type_string = "(RocketModem II)";  in init_ISA()
 2234 		type_string = "";  in init_ISA()
 2295 	       i, rcktpt_io_addr[i], num_aiops, type_string);  in init_ISA()
 
 | 
| /Linux-v5.4/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()
 3271     return ((const char *)ha->binfo.type_string);  in gdth_info()
 
 | 
| /Linux-v5.4/drivers/usb/gadget/udc/ | 
| D | net2272.c | 134 static char *type_string(u8 bmAttributes)  in type_string()  function242 		type_string(desc->bmAttributes), max,  in net2272_enable()
 1258 			type_string(t1 >> 5),  in registers_show()
 
 | 
| D | net2280.c | 146 static char *type_string(u8 bmAttributes)  in type_string()  function348 		type_string(desc->bmAttributes),  in net2280_enable()
 1757 				type_string(t1 >> 8),  in registers_show()
 1835 				type_string(d->bmAttributes),  in queues_show()
 
 |