Searched refs:prod_name (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/drivers/mmc/core/ |
| H A D | mmc.c | 76 card->cid.prod_name[0] = unstuff_bits(resp, 96, 8); in mmc_decode_cid() 77 card->cid.prod_name[1] = unstuff_bits(resp, 88, 8); in mmc_decode_cid() 78 card->cid.prod_name[2] = unstuff_bits(resp, 80, 8); in mmc_decode_cid() 79 card->cid.prod_name[3] = unstuff_bits(resp, 72, 8); in mmc_decode_cid() 80 card->cid.prod_name[4] = unstuff_bits(resp, 64, 8); in mmc_decode_cid() 81 card->cid.prod_name[5] = unstuff_bits(resp, 56, 8); in mmc_decode_cid() 82 card->cid.prod_name[6] = unstuff_bits(resp, 48, 8); in mmc_decode_cid() 95 card->cid.prod_name[0] = unstuff_bits(resp, 96, 8); in mmc_decode_cid() 96 card->cid.prod_name[1] = unstuff_bits(resp, 88, 8); in mmc_decode_cid() 114 strim(card->cid.prod_name); in mmc_decode_cid() [all …]
|
| H A D | quirks.h | 232 strncmp(f->name, card->cid.prod_name, in mmc_fixup_device() 233 sizeof(card->cid.prod_name))) in mmc_fixup_device()
|
| H A D | sd.c | 87 card->cid.prod_name[0] = unstuff_bits(resp, 96, 8); in mmc_decode_cid() 88 card->cid.prod_name[1] = unstuff_bits(resp, 88, 8); in mmc_decode_cid() 89 card->cid.prod_name[2] = unstuff_bits(resp, 80, 8); in mmc_decode_cid() 90 card->cid.prod_name[3] = unstuff_bits(resp, 72, 8); in mmc_decode_cid() 91 card->cid.prod_name[4] = unstuff_bits(resp, 64, 8); in mmc_decode_cid() 101 strim(card->cid.prod_name); in mmc_decode_cid() 712 MMC_DEV_ATTR(name, "%s\n", card->cid.prod_name);
|
| H A D | card.h | 15 #define mmc_card_name(c) ((c)->cid.prod_name)
|
| /linux-6.15/include/linux/mmc/ |
| H A D | card.h | 15 char prod_name[8]; member
|
| /linux-6.15/drivers/message/fusion/ |
| H A D | mptbase.h | 608 const char *prod_name; /* "LSIFC9x9" */ member
|
| H A D | mptbase.c | 1871 ioc->prod_name = mpt_get_product_name(pdev->vendor, pdev->device, in mpt_attach() 2860 if (ioc->prod_name) in MptDisplayIocCapabilities() 2861 pr_cont("%s: ", ioc->prod_name); in MptDisplayIocCapabilities() 6713 ioc->prod_name); in mpt_iocinfo_proc_show() 6818 ioc->prod_name, in mpt_print_ioc_summary() 6852 ioc->prod_name, in seq_mpt_print_ioc_summary()
|
| H A D | mptscsih.c | 1290 seq_printf(m, "%s: %s, ", ioc->name, ioc->prod_name); in mptscsih_show_info() 3084 return snprintf(buf, PAGE_SIZE, "%s\n", ioc->prod_name); in mptscsih_version_product_show()
|
| H A D | mptfc.c | 1030 ioc->prod_name, in mptfc_init_host_attr()
|
| H A D | mptctl.c | 1497 strscpy_pad(karg.product, ioc->prod_name, sizeof(karg.product)); in mptctl_readtest()
|