Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mmc/core/
Dquirks.c87 !strncmp(f->name, card->cid.prod_name, in mmc_fixup_device()
88 sizeof(card->cid.prod_name))) && in mmc_fixup_device()
Dmmc.c76 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()
97 card->cid.prod_name[2] = UNSTUFF_BITS(resp, 80, 8); in mmc_decode_cid()
[all …]
Dsd.c85 card->cid.prod_name[0] = UNSTUFF_BITS(resp, 96, 8); in mmc_decode_cid()
86 card->cid.prod_name[1] = UNSTUFF_BITS(resp, 88, 8); in mmc_decode_cid()
87 card->cid.prod_name[2] = UNSTUFF_BITS(resp, 80, 8); in mmc_decode_cid()
88 card->cid.prod_name[3] = UNSTUFF_BITS(resp, 72, 8); in mmc_decode_cid()
89 card->cid.prod_name[4] = UNSTUFF_BITS(resp, 64, 8); in mmc_decode_cid()
700 MMC_DEV_ATTR(name, "%s\n", card->cid.prod_name);
/linux-4.1.27/include/linux/mmc/
Dcard.h19 char prod_name[8]; member
510 #define mmc_card_name(c) ((c)->cid.prod_name)
/linux-4.1.27/drivers/message/fusion/
Dmptbase.h608 const char *prod_name; /* "LSIFC9x9" */ member
Dmptbase.c1886 ioc->prod_name = mpt_get_product_name(pdev->vendor, pdev->device, in mpt_attach()
2854 if (ioc->prod_name) in MptDisplayIocCapabilities()
2855 printk("%s: ", ioc->prod_name); in MptDisplayIocCapabilities()
6733 ioc->prod_name); in mpt_iocinfo_proc_show()
6852 ioc->prod_name, in mpt_print_ioc_summary()
6886 ioc->prod_name, in seq_mpt_print_ioc_summary()
Dmptscsih.c1290 seq_printf(m, "%s: %s, ", ioc->name, ioc->prod_name); in mptscsih_show_info()
3099 return snprintf(buf, PAGE_SIZE, "%s\n", ioc->prod_name); in mptscsih_version_product_show()
Dmptfc.c1002 ioc->prod_name, in mptfc_init_host_attr()
Dmptctl.c1543 strncpy (karg.product, ioc->prod_name, MPT_PRODUCT_LENGTH); in mptctl_readtest()