Searched refs:productid (Results 1 - 8 of 8) sorted by relevance
/linux-4.1.27/tools/usb/usbip/libsrc/ |
H A D | names.c | 51 u_int16_t vendorid, productid; member in struct:product 112 const char *names_product(u_int16_t vendorid, u_int16_t productid) names_product() argument 116 p = products[hashnum((vendorid << 16) | productid)]; names_product() 118 if (p->vendorid == vendorid && p->productid == productid) names_product() 226 u_int16_t productid) new_product() 229 unsigned int h = hashnum((vendorid << 16) | productid); new_product() 233 if (p->vendorid == vendorid && p->productid == productid) new_product() 240 p->productid = productid; new_product() 225 new_product(const char *name, u_int16_t vendorid, u_int16_t productid) new_product() argument
|
H A D | names.h | 33 extern const char *names_product(u_int16_t vendorid, u_int16_t productid);
|
/linux-4.1.27/drivers/char/tpm/ |
H A D | tpm_infineon.c | 399 int productid[2]; tpm_inf_pnp_probe() local 481 productid[1] = tpm_config_in(TPM_INF_DATA); tpm_inf_pnp_probe() 483 productid[0] = tpm_config_in(TPM_INF_DATA); tpm_inf_pnp_probe() 489 switch ((productid[0] << 8) | productid[1]) { tpm_inf_pnp_probe() 547 productid[0], productid[1], chipname); tpm_inf_pnp_probe()
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | mpspec_def.h | 42 char productid[12]; member in struct:mpc_table
|
/linux-4.1.27/arch/mips/bcm47xx/ |
H A D | board.c | 78 /* productid */ 246 if (bcm47xx_nvram_getenv("productid", buf1, sizeof(buf1)) >= 0) { bcm47xx_board_get_nvram()
|
/linux-4.1.27/drivers/usb/serial/ |
H A D | mxuport.c | 1042 u16 productid = le16_to_cpu(serial->dev->descriptor.idProduct); mxuport_probe() local 1065 snprintf(buf, sizeof(buf) - 1, "moxa/moxa-%04x.fw", productid); mxuport_probe()
|
H A D | ark3116.c | 9 * productid=0x0232) (used in a datacable called KQ-U8A)
|
/linux-4.1.27/arch/x86/kernel/ |
H A D | mpparse.c | 182 memcpy(str, mpc->productid, 12); smp_check_mpc()
|
Completed in 362 milliseconds