Home
last modified time | relevance | path

Searched refs:product (Results 1 – 25 of 52) sorted by relevance

123

/rk3399_rockchip-uboot/drivers/rkflash/
H A Drkflash_blk.c75 char *product; in rkflash_blk_probe() local
82 product = "rkflash-NandFlash"; in rkflash_blk_probe()
85 product = "rkflash-SpiNand"; in rkflash_blk_probe()
88 product = "rkflash-SpiNor"; in rkflash_blk_probe()
91 product = "unknown"; in rkflash_blk_probe()
101 memcpy(desc->product, product, strlen(product)); in rkflash_blk_probe()
/rk3399_rockchip-uboot/drivers/ata/
H A Dlibata.c79 unsigned char product[ATA_ID_PROD_LEN + 1]; in ata_dump_id() local
91 ata_id_c_string(id, product, ATA_ID_PROD, sizeof(product)); in ata_dump_id()
92 printf("Product model number: %s\n\r", product); in ata_dump_id()
H A Ddwc_ahsata.c518 pdev->product, pdev->vendor, pdev->revision, pdev->lba); in dwc_ahsata_print_info()
522 pdev->product, pdev->vendor, pdev->revision, pdev->lba); in dwc_ahsata_print_info()
757 u8 product[ATA_ID_PROD_LEN + 1] = { 0 }; in dwc_ahsata_scan_common() local
767 memcpy(pdev->product, serial, sizeof(serial)); in dwc_ahsata_scan_common()
774 ata_id_c_string(id, product, ATA_ID_PROD, sizeof(product)); in dwc_ahsata_scan_common()
775 memcpy(pdev->vendor, product, sizeof(product)); in dwc_ahsata_scan_common()
H A Dsata_sil.c586 unsigned char product[ATA_ID_PROD_LEN + 1]; in scan_sata() local
692 memcpy(sata_dev_desc[dev].product, serial, sizeof(serial)); in scan_sata()
699 ata_id_c_string(id, product, ATA_ID_PROD, sizeof(product)); in scan_sata()
700 memcpy(sata_dev_desc[dev].vendor, product, sizeof(product)); in scan_sata()
H A Dfsl_sata.c795 unsigned char product[ATA_ID_PROD_LEN + 1]; in scan_sata() local
814 memcpy(sata_dev_desc[dev].product, serial, sizeof(serial)); in scan_sata()
821 ata_id_c_string(id, product, ATA_ID_PROD, sizeof(product)); in scan_sata()
822 memcpy(sata_dev_desc[dev].vendor, product, sizeof(product)); in scan_sata()
H A Dsata_mv.c996 unsigned char product[ATA_ID_PROD_LEN + 1]; in scan_sata() local
1018 memcpy(sata_dev_desc[port].product, serial, sizeof(serial)); in scan_sata()
1025 ata_id_c_string(id, product, ATA_ID_PROD, sizeof(product)); in scan_sata()
1026 memcpy(sata_dev_desc[port].vendor, product, sizeof(product)); in scan_sata()
/rk3399_rockchip-uboot/doc/device-tree-bindings/exynos/
H A Dsoc.txt4 node. Since the cpu id of some Exynos variants does not correspond to product
7 For almost all Exynos based boards in the kernel, the product name corresponds
12 - cpu-model : Exynos product name
/rk3399_rockchip-uboot/board/Arcturus/ucp1020/
H A DREADME1 The uCP1020 product family (ucp1020) is an Arcturus Networks Inc. System on Modules
2 product featuring a Freescale P1020 CPU, optionally populated with 1, 2 or 3 Gig-Ethernet PHYs,
5 Information on the generic product family can be found here:
/rk3399_rockchip-uboot/include/
H A Did_attestation.h25 u8 product[PROP_LEN]; member
/rk3399_rockchip-uboot/include/configs/
H A Dtam3517-common.h276 char product[48]; member
340 printf("SOM: %s\n", (info)->product); \
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dg_dnl.c47 static const char product[] = "USB download gadget"; variable
79 {.s = product},
/rk3399_rockchip-uboot/board/intel/galileo/
H A DKconfig28 Override the default product name U-Boot reports in the SMBIOS
/rk3399_rockchip-uboot/include/linux/
H A Dhdmi.h210 char product[16]; member
215 const char *vendor, const char *product);
/rk3399_rockchip-uboot/doc/
H A DREADME.zynq82 [3] http://zedboard.org/product/zedboard
83 [4] http://zedboard.org/product/microzed
H A DREADME.ag101p7 and product development.
H A DREADME.usb90 their vendor and product IDs. You can check your device by connecting it
95 and product ID 0x7720:
107 for your vendor/product ID into the table of the appropriate driver,
221 assigned to you before you ship the product.
H A DREADME.marubun-pcmcia9 url: http://www.marubun.co.jp/product/semicon/devices/qgc18e0000002n2z.html
H A DREADME.android-fastboot-protocol160 product Name of the product
H A DREADME.autoboot20 product are documented here.
35 worse on an embedded product that doesn't have a console during
/rk3399_rockchip-uboot/doc/device-tree-bindings/net/
H A Dti,dp83867.txt25 http://www.ti.com/product/DP83867IR/datasheet
/rk3399_rockchip-uboot/drivers/usb/emul/
H A Dsandbox_flash.c83 char product[16]; member
260 strncpy(resp->product, in handle_ufi_command()
262 sizeof(resp->product)); in handle_ufi_command()
/rk3399_rockchip-uboot/drivers/block/
H A Dide.c480 ident_cpy((unsigned char *)dev_desc->product, &iobuf[16], 16); in atapi_inquiry()
634 ident_cpy((unsigned char *)dev_desc->product, iop.serial_no, in ide_ident()
635 sizeof(dev_desc->product)); in ide_ident()
647 strswab(dev_desc->product); in ide_ident()
1166 strncpy(desc->product, ide_dev_desc[desc->devnum].product, in ide_blk_probe()
1168 desc->product[BLK_PRD_SIZE] = '\0'; in ide_blk_probe()
/rk3399_rockchip-uboot/common/
H A Did_attestation.c23 printf(" product: %s\n", ids->product); in printAttestationIds()
/rk3399_rockchip-uboot/drivers/scsi/
H A Dscsi.c618 dev_desc->product[0] = 0; in scsi_init_dev_desc_priv()
694 scsi_ident_cpy((unsigned char *)dev_desc->product, in scsi_detect_dev()
772 memcpy(&bdesc->product, &bd.product, sizeof(bd.product)); in do_scsi_scan_one()
/rk3399_rockchip-uboot/disk/
H A Dpart.c140 dev_desc->product, in dev_print()
149 dev_desc->product); in dev_print()
162 dev_desc->product); in dev_print()

123