Home
last modified time | relevance | path

Searched refs:PRODUCT_ID (Results 1 – 6 of 6) sorted by relevance

/drivers/usb/misc/
Dusbsevseg.c21 #define PRODUCT_ID 0x1227 macro
26 { USB_DEVICE(VENDOR_ID, PRODUCT_ID) },
/drivers/usb/storage/
Drealtek_cr.c132 #define PRODUCT_ID(chip) ((chip)->status[0].pid) macro
701 if ((PRODUCT_ID(chip) != 0x0158) || (FW_VERSION(chip) != 0x5895)) { in fw5895_init()
724 if ((PRODUCT_ID(chip) != 0x0158) || (FW_VERSION(chip) != 0x5895)) { in fw5895_set_mmc_wp()
/drivers/gpu/drm/amd/display/dc/dce/
Ddce_audio.c604 PRODUCT_ID); in dce_aud_az_configure()
/drivers/gpu/drm/radeon/
Dsid.h750 # define PRODUCT_ID(x) (((x) & 0xffff) << 16) macro
/drivers/gpu/drm/amd/amdgpu/
Dsid.h753 # define PRODUCT_ID(x) (((x) & 0xffff) << 16) macro
/drivers/ptp/
Dptp_clockmatrix.c1106 err = idtcm_read(idtcm, GENERAL_STATUS, PRODUCT_ID, buf, sizeof(buf)); in idtcm_read_product_id()