Home
last modified time | relevance | path

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

/drivers/mmc/core/
Dmmc.c80 card->cid.prod_name[0] = UNSTUFF_BITS(resp, 96, 8); in mmc_decode_cid()
81 card->cid.prod_name[1] = UNSTUFF_BITS(resp, 88, 8); in mmc_decode_cid()
82 card->cid.prod_name[2] = UNSTUFF_BITS(resp, 80, 8); in mmc_decode_cid()
83 card->cid.prod_name[3] = UNSTUFF_BITS(resp, 72, 8); in mmc_decode_cid()
84 card->cid.prod_name[4] = UNSTUFF_BITS(resp, 64, 8); in mmc_decode_cid()
85 card->cid.prod_name[5] = UNSTUFF_BITS(resp, 56, 8); in mmc_decode_cid()
86 card->cid.prod_name[6] = UNSTUFF_BITS(resp, 48, 8); in mmc_decode_cid()
99 card->cid.prod_name[0] = UNSTUFF_BITS(resp, 96, 8); in mmc_decode_cid()
100 card->cid.prod_name[1] = UNSTUFF_BITS(resp, 88, 8); in mmc_decode_cid()
101 card->cid.prod_name[2] = UNSTUFF_BITS(resp, 80, 8); in mmc_decode_cid()
[all …]
Dquirks.h180 !strncmp(f->name, card->cid.prod_name, in mmc_fixup_device()
181 sizeof(card->cid.prod_name))) && in mmc_fixup_device()
Dsd.c84 card->cid.prod_name[0] = UNSTUFF_BITS(resp, 96, 8); in mmc_decode_cid()
85 card->cid.prod_name[1] = UNSTUFF_BITS(resp, 88, 8); in mmc_decode_cid()
86 card->cid.prod_name[2] = UNSTUFF_BITS(resp, 80, 8); in mmc_decode_cid()
87 card->cid.prod_name[3] = UNSTUFF_BITS(resp, 72, 8); in mmc_decode_cid()
88 card->cid.prod_name[4] = UNSTUFF_BITS(resp, 64, 8); in mmc_decode_cid()
697 MMC_DEV_ATTR(name, "%s\n", card->cid.prod_name);
Dcard.h15 #define mmc_card_name(c) ((c)->cid.prod_name)
/drivers/message/fusion/
Dmptbase.h608 const char *prod_name; /* "LSIFC9x9" */ member
Dmptbase.c1882 ioc->prod_name = mpt_get_product_name(pdev->vendor, pdev->device, in mpt_attach()
2873 if (ioc->prod_name) in MptDisplayIocCapabilities()
2874 pr_cont("%s: ", ioc->prod_name); in MptDisplayIocCapabilities()
6715 ioc->prod_name); in mpt_iocinfo_proc_show()
6820 ioc->prod_name, in mpt_print_ioc_summary()
6854 ioc->prod_name, in seq_mpt_print_ioc_summary()
Dmptscsih.c1291 seq_printf(m, "%s: %s, ", ioc->name, ioc->prod_name); in mptscsih_show_info()
3094 return snprintf(buf, PAGE_SIZE, "%s\n", ioc->prod_name); in mptscsih_version_product_show()
Dmptfc.c992 ioc->prod_name, in mptfc_init_host_attr()
Dmptctl.c1502 strncpy (karg.product, ioc->prod_name, MPT_PRODUCT_LENGTH); in mptctl_readtest()