Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/mmc/core/
A Dquirks.h195 strncmp(f->name, card->cid.prod_name, in mmc_fixup_device()
196 sizeof(card->cid.prod_name))) in mmc_fixup_device()
A Dmmc.c89 card->cid.prod_name[0] = UNSTUFF_BITS(resp, 96, 8); in mmc_decode_cid()
90 card->cid.prod_name[1] = UNSTUFF_BITS(resp, 88, 8); in mmc_decode_cid()
91 card->cid.prod_name[2] = UNSTUFF_BITS(resp, 80, 8); in mmc_decode_cid()
92 card->cid.prod_name[3] = UNSTUFF_BITS(resp, 72, 8); in mmc_decode_cid()
93 card->cid.prod_name[4] = UNSTUFF_BITS(resp, 64, 8); in mmc_decode_cid()
94 card->cid.prod_name[5] = UNSTUFF_BITS(resp, 56, 8); in mmc_decode_cid()
95 card->cid.prod_name[6] = UNSTUFF_BITS(resp, 48, 8); in mmc_decode_cid()
108 card->cid.prod_name[0] = UNSTUFF_BITS(resp, 96, 8); in mmc_decode_cid()
109 card->cid.prod_name[1] = UNSTUFF_BITS(resp, 88, 8); in mmc_decode_cid()
110 card->cid.prod_name[2] = UNSTUFF_BITS(resp, 80, 8); in mmc_decode_cid()
[all …]
A Dsd.c99 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()
102 card->cid.prod_name[3] = UNSTUFF_BITS(resp, 72, 8); in mmc_decode_cid()
103 card->cid.prod_name[4] = UNSTUFF_BITS(resp, 64, 8); in mmc_decode_cid()
712 MMC_DEV_ATTR(name, "%s\n", card->cid.prod_name);
A Dcard.h15 #define mmc_card_name(c) ((c)->cid.prod_name)
/linux-6.3-rc2/include/linux/mmc/
A Dcard.h15 char prod_name[8]; member
/linux-6.3-rc2/drivers/message/fusion/
A Dmptbase.h608 const char *prod_name; /* "LSIFC9x9" */ member
A Dmptbase.c1873 ioc->prod_name = mpt_get_product_name(pdev->vendor, pdev->device, in mpt_attach()
2864 if (ioc->prod_name) in MptDisplayIocCapabilities()
2865 pr_cont("%s: ", ioc->prod_name); in MptDisplayIocCapabilities()
6717 ioc->prod_name); in mpt_iocinfo_proc_show()
6822 ioc->prod_name, in mpt_print_ioc_summary()
6856 ioc->prod_name, in seq_mpt_print_ioc_summary()
A 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()
A Dmptfc.c993 ioc->prod_name, in mptfc_init_host_attr()
A Dmptctl.c1498 strncpy (karg.product, ioc->prod_name, MPT_PRODUCT_LENGTH); in mptctl_readtest()

Completed in 48 milliseconds