dmi_product_name 1246 drivers/i2c/busses/i2c-i801.c 	const char *dmi_product_name;
dmi_product_name 1268 drivers/i2c/busses/i2c-i801.c 	const char *dmi_product_name;
dmi_product_name 1271 drivers/i2c/busses/i2c-i801.c 	dmi_product_name = dmi_get_system_info(DMI_PRODUCT_NAME);
dmi_product_name 1273 drivers/i2c/busses/i2c-i801.c 		if (strcmp(dmi_product_name,
dmi_product_name 1274 drivers/i2c/busses/i2c-i801.c 			   dell_lis3lv02d_devices[i].dmi_product_name) == 0)
dmi_product_name  543 drivers/usb/host/xhci.c 	const char *dmi_product_name, *dmi_sys_vendor;
dmi_product_name  545 drivers/usb/host/xhci.c 	dmi_product_name = dmi_get_system_info(DMI_PRODUCT_NAME);
dmi_product_name  547 drivers/usb/host/xhci.c 	if (!dmi_product_name || !dmi_sys_vendor)
dmi_product_name  553 drivers/usb/host/xhci.c 	if (strstr(dmi_product_name, "Z420") ||
dmi_product_name  554 drivers/usb/host/xhci.c 			strstr(dmi_product_name, "Z620") ||
dmi_product_name  555 drivers/usb/host/xhci.c 			strstr(dmi_product_name, "Z820") ||
dmi_product_name  556 drivers/usb/host/xhci.c 			strstr(dmi_product_name, "Z1 Workstation"))