Searched refs:prod_name (Results 1 – 9 of 9) sorted by relevance
| /linux-4.4.14/drivers/mmc/core/ |
| D | quirks.c | 69 !strncmp(f->name, card->cid.prod_name, in mmc_fixup_device() 70 sizeof(card->cid.prod_name))) && in mmc_fixup_device()
|
| D | mmc.c | 77 card->cid.prod_name[0] = UNSTUFF_BITS(resp, 96, 8); in mmc_decode_cid() 78 card->cid.prod_name[1] = UNSTUFF_BITS(resp, 88, 8); in mmc_decode_cid() 79 card->cid.prod_name[2] = UNSTUFF_BITS(resp, 80, 8); in mmc_decode_cid() 80 card->cid.prod_name[3] = UNSTUFF_BITS(resp, 72, 8); in mmc_decode_cid() 81 card->cid.prod_name[4] = UNSTUFF_BITS(resp, 64, 8); in mmc_decode_cid() 82 card->cid.prod_name[5] = UNSTUFF_BITS(resp, 56, 8); in mmc_decode_cid() 83 card->cid.prod_name[6] = UNSTUFF_BITS(resp, 48, 8); in mmc_decode_cid() 96 card->cid.prod_name[0] = UNSTUFF_BITS(resp, 96, 8); in mmc_decode_cid() 97 card->cid.prod_name[1] = UNSTUFF_BITS(resp, 88, 8); in mmc_decode_cid() 98 card->cid.prod_name[2] = UNSTUFF_BITS(resp, 80, 8); in mmc_decode_cid() [all …]
|
| D | sd.c | 85 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() 665 MMC_DEV_ATTR(name, "%s\n", card->cid.prod_name);
|
| /linux-4.4.14/include/linux/mmc/ |
| D | card.h | 19 char prod_name[8]; member 514 #define mmc_card_name(c) ((c)->cid.prod_name)
|
| /linux-4.4.14/drivers/message/fusion/ |
| D | mptbase.h | 608 const char *prod_name; /* "LSIFC9x9" */ member
|
| D | mptbase.c | 1882 ioc->prod_name = mpt_get_product_name(pdev->vendor, pdev->device, in mpt_attach() 2843 if (ioc->prod_name) in MptDisplayIocCapabilities() 2844 printk("%s: ", ioc->prod_name); in MptDisplayIocCapabilities() 6709 ioc->prod_name); in mpt_iocinfo_proc_show() 6828 ioc->prod_name, in mpt_print_ioc_summary() 6862 ioc->prod_name, in seq_mpt_print_ioc_summary()
|
| D | mptscsih.c | 1290 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()
|
| D | mptfc.c | 1002 ioc->prod_name, in mptfc_init_host_attr()
|
| D | mptctl.c | 1547 strncpy (karg.product, ioc->prod_name, MPT_PRODUCT_LENGTH); in mptctl_readtest()
|