Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/
H A Dmeegopad_anx7428.c49 #define DEVICE_ID 0x02 macro
125 ret = i2c_smbus_read_word_data(client, DEVICE_ID); in anx7428_probe()
/linux/arch/alpha/kernel/
H A Dsmc37c93x.c52 #define DEVICE_ID 0x20 macro
100 outb(DEVICE_ID, indexPort); in SMCConfigState()
/linux/Documentation/translations/zh_CN/PCI/
H A Dpci.rst158 while (dev = pci_get_device(VENDOR_ID, DEVICE_ID, dev))
167 pci_get_subsys(VENDOR_ID,DEVICE_ID, SUBSYS_VENDOR_ID, SUBSYS_DEVICE_ID, dev).
169 你可以使用常数 ``PCI_ANY_ID`` 作为 ``VENDOR_ID`` 或 ``DEVICE_ID`` 的通
/linux/drivers/clk/
H A Dclk-cs2000-cp.c19 #define DEVICE_ID 0x1 macro
85 return reg != DEVICE_ID; in cs2000_writeable_reg()
536 ret = regmap_read(priv->regmap, DEVICE_ID, &val); in cs2000_version_print()
/linux/arch/arm/boot/dts/ti/omap/
H A Dam335x-osd335x-common.dtsi26 * Therefore, from a DEVICE_ID revision point of view, the silicon looks
/linux/include/linux/mfd/
H A DidtRC38xxx_reg.h16 #define DEVICE_ID (0x2) macro
/linux/drivers/video/backlight/
H A Dktz8866.c21 #define DEVICE_ID 0x01 macro
/linux/drivers/mtd/nand/raw/
H A Ddenali.h152 #define DEVICE_ID 0x310 macro
/linux/sound/soc/codecs/
H A Drt5682-sdw.c395 if (val == DEVICE_ID) in rt5682_io_init()
402 if (val != DEVICE_ID) { in rt5682_io_init()
H A Drt5682-i2c.c183 if (val != DEVICE_ID) { in rt5682_i2c_probe()
H A Drt5668.h14 #define DEVICE_ID 0x6530 macro
H A Drt5682.h21 #define DEVICE_ID 0x6530 macro
H A Drt5659.h14 #define DEVICE_ID 0x6311 macro
H A Drt5665.h14 #define DEVICE_ID 0x6451 macro
H A Drt5682s.c32 #define DEVICE_ID 0x6749 macro
3187 if (val != DEVICE_ID) { in rt5682s_i2c_probe()
H A Drt5668.c2512 if (val != DEVICE_ID) { in rt5668_i2c_probe()
H A Drt5659.c4134 if (val != DEVICE_ID) { in rt5659_i2c_probe()
H A Drt5665.c4815 if (val != DEVICE_ID) { in rt5665_i2c_probe()
/linux/include/ufs/
H A Dufshci.h158 #define DEVICE_ID UFS_MASK(0xFF, 24) macro
/linux/drivers/gpu/drm/display/
H A Ddrm_dp_helper.c2267 #define DEVICE_ID(first, second, third, fourth, fifth, sixth) \ macro
2270 #define DEVICE_ID_ANY DEVICE_ID(0, 0, 0, 0, 0, 0)
2276 …{ OUI(0x00, 0x22, 0xb9), DEVICE_ID('s', 'i', 'v', 'a', 'r', 'T'), false, BIT(DP_DPCD_QUIRK_CONSTAN…
2280 …{ OUI(0x00, 0x00, 0x00), DEVICE_ID('C', 'H', '7', '5', '1', '1'), false, BIT(DP_DPCD_QUIRK_NO_SINK…
2288 …{ OUI(0x00, 0x10, 0xfa), DEVICE_ID(101, 68, 21, 101, 98, 97), false, BIT(DP_DPCD_QUIRK_CAN_DO_MAX_…
2329 #undef DEVICE_ID
/linux/Documentation/PCI/
H A Dpci.rst156 while (dev = pci_get_device(VENDOR_ID, DEVICE_ID, dev))
165 pci_get_subsys(VENDOR_ID,DEVICE_ID, SUBSYS_VENDOR_ID, SUBSYS_DEVICE_ID, dev).
168 VENDOR_ID or DEVICE_ID. This allows searching for any device from a
/linux/drivers/ptp/
H A Dptp_fc3.c918 err = regmap_bulk_read(idtfc3->regmap, DEVICE_ID, in idtfc3_read_device_id()
/linux/drivers/staging/sm750fb/
H A Dddk750_reg.h392 #define DEVICE_ID 0x000054 macro
/linux/include/video/
H A Dradeon.h32 #define DEVICE_ID 0x0F02 macro
/linux/drivers/video/fbdev/aty/
H A Dradeon_base.c592 tmp = INREG16(DEVICE_ID); in radeon_probe_pll_params()