Home
last modified time | relevance | path

Searched refs:prod_name (Results 1 – 9 of 9) sorted by relevance

/drivers/mmc/core/
A Dmmc.c82 card->cid.prod_name[0] = unstuff_bits(resp, 96, 8); in mmc_decode_cid()
83 card->cid.prod_name[1] = unstuff_bits(resp, 88, 8); in mmc_decode_cid()
84 card->cid.prod_name[2] = unstuff_bits(resp, 80, 8); in mmc_decode_cid()
85 card->cid.prod_name[3] = unstuff_bits(resp, 72, 8); in mmc_decode_cid()
86 card->cid.prod_name[4] = unstuff_bits(resp, 64, 8); in mmc_decode_cid()
87 card->cid.prod_name[5] = unstuff_bits(resp, 56, 8); in mmc_decode_cid()
88 card->cid.prod_name[6] = unstuff_bits(resp, 48, 8); in mmc_decode_cid()
101 card->cid.prod_name[0] = unstuff_bits(resp, 96, 8); in mmc_decode_cid()
102 card->cid.prod_name[1] = unstuff_bits(resp, 88, 8); in mmc_decode_cid()
120 strim(card->cid.prod_name); in mmc_decode_cid()
[all …]
A Dquirks.h242 strncmp(f->name, card->cid.prod_name, in mmc_fixup_device()
243 sizeof(card->cid.prod_name))) in mmc_fixup_device()
A Dsd.c87 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()
728 MMC_DEV_ATTR(name, "%s\n", card->cid.prod_name);
A Dcard.h15 #define mmc_card_name(c) ((c)->cid.prod_name)
/drivers/message/fusion/
A Dmptbase.h608 const char *prod_name; /* "LSIFC9x9" */ member
A Dmptbase.c1871 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()
A Dmptscsih.c1290 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()
A Dmptfc.c1030 ioc->prod_name, in mptfc_init_host_attr()
A Dmptctl.c1497 strscpy_pad(karg.product, ioc->prod_name, sizeof(karg.product)); in mptctl_readtest()

Completed in 41 milliseconds