Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/s390/crypto/
H A 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 …]
H A Dzcrypt_cex2a.c99 zc->type_string = "CEX2A"; in zcrypt_cex2a_card_probe()
111 zc->type_string = "CEX3A"; in zcrypt_cex2a_card_probe()
H A Dzcrypt_cex2c.c268 zc->type_string = "CEX2C"; in zcrypt_cex2c_card_probe()
276 zc->type_string = "CEX3C"; in zcrypt_cex2c_card_probe()
H A Dzcrypt_api.h98 char *type_string; /* User space device name. */ member
H A Dzcrypt_card.c44 return scnprintf(buf, PAGE_SIZE, "%s\n", zc->type_string); in type_show()
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A 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()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dvol.c41 char type_string[11]; in getopts() local
42 char * type_ptr = type_string; in getopts()
51 …if (!argc || (have_type = sscanf(argv[0], "%lf %10s %c", &vol->gain, type_string, &dummy) - 1) > 1) in getopts()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/tty/
H A 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()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A 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()
H A 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()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dgdth_proc.c210 ha->hanum, ha->binfo.type_string); in gdth_show_info()
H A Dgdth.h618 char type_string[16]; /* controller name */ member
H A 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()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/
H A Dmoal_main.c1702 woal_process_regrdwr(moal_handle *handle, t_u8 *type_string, in woal_process_regrdwr() argument
1720 if (MLAN_STATUS_SUCCESS != woal_atoi(&type, type_string)) in woal_process_regrdwr()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_main.c2329 static t_u32 woal_process_regrdwr(moal_handle *handle, t_u8 *type_string, argument
2347 if (MLAN_STATUS_SUCCESS != woal_atoi(&type, type_string))