Searched refs:type_string (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/acpi/acpica/ |
H A 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/arch/sparc/kernel/ |
H A D | pci_schizo.c | 253 char *type_string; in schizo_check_iommu_error_pbm() local 261 type_string = "Protection Error"; in schizo_check_iommu_error_pbm() 264 type_string = "Invalid Error"; in schizo_check_iommu_error_pbm() 267 type_string = "TimeOut Error"; in schizo_check_iommu_error_pbm() 271 type_string = "ECC Error"; in schizo_check_iommu_error_pbm() 275 pbm->name, type_string); in schizo_check_iommu_error_pbm() 316 type_string = "Protection Error"; in schizo_check_iommu_error_pbm() 319 type_string = "Invalid Error"; in schizo_check_iommu_error_pbm() 322 type_string = "TimeOut Error"; in schizo_check_iommu_error_pbm() 326 type_string = "ECC Error"; in schizo_check_iommu_error_pbm() [all …]
|
/linux/scripts/gendwarfksyms/examples/ |
H A D | kabi.h | 107 #define KABI_TYPE_STRING(type, str) ___KABI_RULE(type_string, type, str)
|
/linux/drivers/s390/crypto/ |
H A D | zcrypt_card.c | 45 return sysfs_emit(buf, "%s\n", zc->type_string); in type_show()
|
/linux/Documentation/kbuild/ |
H A D | gendwarfksyms.rst | 275 targeted kABI rules can become tedious. The `type_string` rule allows us 281 - `type`: "type_string" 290 ___KABI_RULE("type_string", type, str) 305 The `type_string` rule should be used only as a last resort if maintaining
|
/linux/drivers/usb/gadget/udc/ |
H A D | net2280.c | 147 static char *type_string(u8 bmAttributes) in type_string() function 349 type_string(desc->bmAttributes), in net2280_enable() 1753 type_string(t1 >> 8), in registers_show() 1831 type_string(d->bmAttributes), in queues_show()
|