Home
last modified time | relevance | path

Searched refs:product_id (Results 1 – 25 of 128) sorted by relevance

123456

/OK3568_Linux_fs/kernel/drivers/soc/bcm/brcmstb/
H A Dcommon.c17 static u32 product_id; variable
47 return product_id; in brcmstb_get_product_id()
85 product_id = readl(sun_top_ctrl_base + 0x4); in brcmstb_soc_device_early_init()
117 product_id >> 28 ? in brcmstb_soc_device_init()
118 product_id >> 16 : product_id >> 8); in brcmstb_soc_device_init()
120 ((product_id & 0xf0) >> 4) + 'A', in brcmstb_soc_device_init()
121 product_id & 0xf); in brcmstb_soc_device_init()
/OK3568_Linux_fs/kernel/drivers/soc/samsung/
H A Dexynos-chipid.c38 static const char * __init product_id_to_soc_id(unsigned int product_id) in product_id_to_soc_id() argument
43 if ((product_id & EXYNOS_MASK) == soc_ids[i].id) in product_id_to_soc_id()
55 u32 product_id; in exynos_chipid_early_init() local
70 ret = regmap_read(regmap, EXYNOS_CHIPID_REG_PRO_ID, &product_id); in exynos_chipid_early_init()
74 revision = product_id & EXYNOS_REV_MASK; in exynos_chipid_early_init()
87 soc_dev_attr->soc_id = product_id_to_soc_id(product_id); in exynos_chipid_early_init()
103 soc_dev_attr->soc_id, product_id, revision); in exynos_chipid_early_init()
H A Dexynos-asv.c119 u32 product_id = 0; in exynos_asv_probe() local
133 &product_id); in exynos_asv_probe()
140 switch (product_id & EXYNOS_MASK) { in exynos_asv_probe()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_hw.c34 u32 product_id; in kbase_hw_set_features_mask() local
37 product_id = gpu_id & GPU_ID_VERSION_PRODUCT_ID; in kbase_hw_set_features_mask()
38 product_id >>= GPU_ID_VERSION_PRODUCT_ID_SHIFT; in kbase_hw_set_features_mask()
40 if (GPU_ID_IS_NEW_FORMAT(product_id)) { in kbase_hw_set_features_mask()
66 switch (product_id) { in kbase_hw_set_features_mask()
240 u32 product_id; in kbase_hw_set_issues_mask() local
244 product_id = gpu_id & GPU_ID_VERSION_PRODUCT_ID; in kbase_hw_set_issues_mask()
245 product_id >>= GPU_ID_VERSION_PRODUCT_ID_SHIFT; in kbase_hw_set_issues_mask()
249 if (GPU_ID_IS_NEW_FORMAT(product_id)) { in kbase_hw_set_issues_mask()
359 if (GPU_ID_IS_NEW_FORMAT(product_id)) { in kbase_hw_set_issues_mask()
[all …]
H A Dmali_kbase_gator_api.c44 uint32_t product_id; in kbase_gator_hwcnt_init_names() local
55 product_id = kbdev->gpu_props.props.core_props.product_id; in kbase_gator_hwcnt_init_names()
57 if (GPU_ID_IS_NEW_FORMAT(product_id)) { in kbase_gator_hwcnt_init_names()
58 switch (GPU_ID2_MODEL_MATCH_VALUE(product_id)) { in kbase_gator_hwcnt_init_names()
75 product_id); in kbase_gator_hwcnt_init_names()
79 switch (product_id) { in kbase_gator_hwcnt_init_names()
124 product_id); in kbase_gator_hwcnt_init_names()
178 in_out_info->gpu_id = hand->kbdev->gpu_props.props.core_props.product_id; in kbase_gator_hwcnt_init()
H A Dmali_kbase_gpu_id.h42 #define GPU_ID_IS_NEW_FORMAT(product_id) ((product_id) != GPU_ID_PI_T60X && \ argument
43 (product_id) >= \
97 #define GPU_ID2_MODEL_MATCH_VALUE(product_id) \ argument
98 (((product_id) << GPU_ID2_PRODUCT_MAJOR_SHIFT) & \
/OK3568_Linux_fs/kernel/drivers/gpu/drm/etnaviv/
H A Detnaviv_hwdb.c12 .product_id = 0x70001,
43 .product_id = ~0U,
81 (etnaviv_chip_identities[i].product_id == ident->product_id || in etnaviv_fill_identity_from_hwdb()
82 etnaviv_chip_identities[i].product_id == ~0U) && in etnaviv_fill_identity_from_hwdb()
/OK3568_Linux_fs/kernel/drivers/input/mouse/
H A Dcyapa_gen6.c237 memcpy(&cyapa->product_id[0], &resp_data[51], 5); in cyapa_gen6_read_sys_info()
238 cyapa->product_id[5] = '-'; in cyapa_gen6_read_sys_info()
239 memcpy(&cyapa->product_id[6], &resp_data[56], 6); in cyapa_gen6_read_sys_info()
240 cyapa->product_id[12] = '-'; in cyapa_gen6_read_sys_info()
241 memcpy(&cyapa->product_id[13], &resp_data[62], 2); in cyapa_gen6_read_sys_info()
242 cyapa->product_id[15] = '\0'; in cyapa_gen6_read_sys_info()
279 memcpy(&cyapa->product_id[0], &resp_data[13], 5); in cyapa_gen6_bl_read_app_info()
280 cyapa->product_id[5] = '-'; in cyapa_gen6_bl_read_app_info()
281 memcpy(&cyapa->product_id[6], &resp_data[18], 6); in cyapa_gen6_bl_read_app_info()
282 cyapa->product_id[12] = '-'; in cyapa_gen6_bl_read_app_info()
[all …]
H A Dcyapa_gen3.c992 memcpy(&cyapa->product_id[0], &query_data[0], 5); in cyapa_gen3_get_query_data()
993 cyapa->product_id[5] = '-'; in cyapa_gen3_get_query_data()
994 memcpy(&cyapa->product_id[6], &query_data[5], 6); in cyapa_gen3_get_query_data()
995 cyapa->product_id[12] = '-'; in cyapa_gen3_get_query_data()
996 memcpy(&cyapa->product_id[13], &query_data[11], 2); in cyapa_gen3_get_query_data()
997 cyapa->product_id[15] = '\0'; in cyapa_gen3_get_query_data()
1104 if (memcmp(cyapa->product_id, product_id, in cyapa_gen3_do_operational_check()
1105 strlen(product_id)) != 0) { in cyapa_gen3_do_operational_check()
1107 cyapa->product_id); in cyapa_gen3_do_operational_check()
H A Delan_i2c_core.c73 u16 product_id; member
194 error = data->ops->get_product_id(data->client, &data->product_id); in elan_query_product()
214 switch (data->product_id) { in elan_check_ASUS_special_fw()
220 } else if (data->ic_type == 0x08 && data->product_id == 0x26) { in elan_check_ASUS_special_fw()
549 data->product_id); in elan_sysfs_read_product_id()
597 fw_name = kasprintf(GFP_KERNEL, ETP_FW_NAME, data->product_id); in elan_sysfs_update_fw()
723 static DEVICE_ATTR(product_id, S_IRUGO, elan_sysfs_read_product_id, NULL);
1063 input->id.product = data->product_id; in elan_setup_trackpoint_input_device()
1095 input->id.product = data->product_id; in elan_setup_input_device()
1231 data->product_id, in elan_probe()
H A Dcyapa_gen5.c2461 memcpy(&cyapa->product_id[0], &resp_data[8], 5); in cyapa_gen5_bl_query_data()
2462 cyapa->product_id[5] = '-'; in cyapa_gen5_bl_query_data()
2463 memcpy(&cyapa->product_id[6], &resp_data[13], 6); in cyapa_gen5_bl_query_data()
2464 cyapa->product_id[12] = '-'; in cyapa_gen5_bl_query_data()
2465 memcpy(&cyapa->product_id[13], &resp_data[19], 2); in cyapa_gen5_bl_query_data()
2466 cyapa->product_id[15] = '\0'; in cyapa_gen5_bl_query_data()
2524 memcpy(&cyapa->product_id[0], &resp_data[33], 5); in cyapa_gen5_get_query_data()
2525 cyapa->product_id[5] = '-'; in cyapa_gen5_get_query_data()
2526 memcpy(&cyapa->product_id[6], &resp_data[38], 6); in cyapa_gen5_get_query_data()
2527 cyapa->product_id[12] = '-'; in cyapa_gen5_get_query_data()
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A Dusb251xb.c119 u16 product_id; member
152 u16 product_id; member
160 .product_id = 0x2422,
168 .product_id = 0x2512,
176 .product_id = 0x2512,
184 .product_id = 0x2513,
192 .product_id = 0x2513,
200 .product_id = 0x2514,
208 .product_id = 0x2514,
216 .product_id = 0x2517,
[all …]
H A Diowarrior.c94 u16 product_id; member
368 switch (dev->product_id) { in iowarrior_write()
457 __func__, dev->product_id); in iowarrior_write()
510 if (dev->product_id == USB_DEVICE_ID_CODEMERCS_IOW24 || in iowarrior_ioctl()
511 dev->product_id == USB_DEVICE_ID_CODEMERCS_IOW24SAG || in iowarrior_ioctl()
512 dev->product_id == USB_DEVICE_ID_CODEMERCS_IOWPV1 || in iowarrior_ioctl()
513 dev->product_id == USB_DEVICE_ID_CODEMERCS_IOWPV2 || in iowarrior_ioctl()
514 dev->product_id == USB_DEVICE_ID_CODEMERCS_IOW40) { in iowarrior_ioctl()
531 dev->product_id); in iowarrior_ioctl()
557 info.product = dev->product_id; in iowarrior_ioctl()
[all …]
/OK3568_Linux_fs/kernel/drivers/iio/chemical/
H A Dsgp30.c105 u16 product_id; member
411 unsigned int product_id) in sgp_check_compat() argument
427 if (product != product_id) { in sgp_check_compat()
475 data->product_id = SGP30; in sgp_init()
482 data->product_id = SGPC3; in sgp_init()
505 unsigned long product_id; in sgp_probe() local
513 product_id = (unsigned long)device_get_match_data(dev); in sgp_probe()
515 product_id = id->driver_data; in sgp_probe()
531 ret = sgp_check_compat(data, product_id); in sgp_probe()
538 indio_dev->channels = sgp_devices[product_id].channels; in sgp_probe()
[all …]
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-lg4ff.c65 const u32 product_id; member
99 const u32 product_id; member
119 const u16 product_id; member
126 const u16 product_id; member
311 switch (entry->wdata.product_id) { in lg4ff_adjust_input_event()
337 switch (entry->wdata.product_id) { in lg4ff_raw_event()
392 struct lg4ff_wheel_data t_wdata = { .product_id = wheel->product_id, in lg4ff_init_wheel_data()
515 switch (entry->wdata.product_id) { in lg4ff_set_autocenter_default()
828 … !lg4ff_alternate_modes[i].product_id ? entry->wdata.real_name : lg4ff_alternate_modes[i].name); in lg4ff_alternate_modes_show()
833 if (lg4ff_alternate_modes[i].product_id == entry->wdata.product_id || in lg4ff_alternate_modes_show()
[all …]
/OK3568_Linux_fs/tools/linux/Linux_SecurityAVB/
H A Davb_user_tool.sh32 echo -n $PRODUCT_ID > $KEYS/product_id.bin
41 …x_certificate --output=avb_keys/psk_certificate.bin --subject=avb_keys/product_id.bin --subject_ke…
42 …x_certificate --output=avb_keys/puk_certificate.bin --subject=avb_keys/product_id.bin --subject_ke…
46 …nent_attributes --output=avb_keys/permanent_attributes.bin --product_id=avb_keys/product_id.bin --…
115 …python $SCRIPTS/avb-challenge-verify.py raw_unlock_challenge.bin $KEYS/product_id.bin # Generate u…
/OK3568_Linux_fs/u-boot/lib/avb/libavb_atx/
H A Davb_atx_validate.c212 const uint8_t product_id[AVB_ATX_PRODUCT_ID_SIZE]) { in verify_psk_certificate()
222 sha256(product_id, AVB_ATX_PRODUCT_ID_SIZE, expected_subject); in verify_psk_certificate()
237 const uint8_t product_id[AVB_ATX_PRODUCT_ID_SIZE]) { in verify_puk_certificate()
247 sha256(product_id, AVB_ATX_PRODUCT_ID_SIZE, expected_subject); in verify_puk_certificate()
327 permanent_attributes.product_id)) { in avb_atx_validate_vbmeta_public_key()
377 sha256(permanent_attributes.product_id, in avb_atx_generate_unlock_challenge()
450 permanent_attributes.product_id)) { in avb_atx_validate_unlock_credential()
/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A Dcap11xx.c91 u8 product_id; member
103 [CAP1106] = { .product_id = 0x55, .num_channels = 6, .num_leds = 0 },
104 [CAP1126] = { .product_id = 0x53, .num_channels = 6, .num_leds = 2 },
105 [CAP1188] = { .product_id = 0x50, .num_channels = 8, .num_leds = 8 },
357 if (val != cap->product_id) { in cap11xx_i2c_probe()
359 val, cap->product_id); in cap11xx_i2c_probe()
433 priv->idev->id.product = cap->product_id; in cap11xx_i2c_probe()
/OK3568_Linux_fs/kernel/include/linux/
H A Dipmi_smi.h166 unsigned int product_id; member
205 id->product_id = data[9] | (data[10] << 8); in ipmi_demangle_device_id()
208 id->product_id = 0; in ipmi_demangle_device_id()
/OK3568_Linux_fs/kernel/drivers/media/usb/pwc/
H A Dpwc-if.c778 int vendor_id, product_id, type_id; in usb_pwc_probe() local
786 product_id = le16_to_cpu(udev->descriptor.idProduct); in usb_pwc_probe()
790 vendor_id, product_id, in usb_pwc_probe()
801 switch (product_id) { in usb_pwc_probe()
868 switch(product_id) { in usb_pwc_probe()
880 switch(product_id) { in usb_pwc_probe()
943 switch(product_id) { in usb_pwc_probe()
965 switch(product_id) { in usb_pwc_probe()
984 switch(product_id) { in usb_pwc_probe()
996 switch(product_id) { in usb_pwc_probe()
[all …]
/OK3568_Linux_fs/kernel/drivers/input/rmi4/
H A Drmi_f01.c52 u8 product_id[RMI_PRODUCT_ID_LENGTH + 1]; member
177 memcpy(props->product_id, &queries[11], in rmi_f01_read_properties()
179 props->product_id[RMI_PRODUCT_ID_LENGTH] = '\0'; in rmi_f01_read_properties()
258 return f01->properties.product_id; in rmi_f01_get_product_ID()
293 return scnprintf(buf, PAGE_SIZE, "%s\n", f01->properties.product_id); in rmi_driver_product_id_show()
296 static DEVICE_ATTR(product_id, 0444, rmi_driver_product_id_show, NULL);
465 f01->properties.product_id, f01->properties.firmware_id); in rmi_f01_probe()
/OK3568_Linux_fs/kernel/drivers/media/usb/gspca/gl860/
H A Dgl860.c34 u16 vendor_id, u16 product_id);
321 u16 vendor_id, product_id; in sd_config() local
325 product_id = id->idProduct; in sd_config()
341 if (gl860_guess_sensor(gspca_dev, vendor_id, product_id) == -1) in sd_config()
625 u16 vendor_id, u16 product_id) in gl860_guess_sensor() argument
630 if (product_id == 0xf191) in gl860_guess_sensor()
/OK3568_Linux_fs/kernel/include/uapi/gpu/arm/bifrost/gpu/
H A Dmali_kbase_gpu_id.h107 #define GPU_ID2_MODEL_MATCH_VALUE(product_id) \ argument
108 ((((__u32)product_id) << GPU_ID2_PRODUCT_MAJOR_SHIFT) & \
/OK3568_Linux_fs/kernel/drivers/staging/greybus/
H A Dbootrom.c137 intf->product_id = le32_to_cpu(response.product_id); in bootrom_es2_fixup_vid_pid()
140 intf->vendor_id, intf->product_id); in bootrom_es2_fixup_vid_pid()
169 intf->vendor_id, intf->product_id); in find_firmware()
/OK3568_Linux_fs/kernel/drivers/bluetooth/
H A Dbtqca.h88 __le32 product_id; member
105 __le16 product_id; member

123456