Searched refs:REG_ID (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | rpi-panel-attiny-regulator.c | 22 #define REG_ID 0x80 macro 189 ret = regmap_read(regmap, REG_ID, &data); in attiny_i2c_probe() 191 dev_err(&i2c->dev, "Failed to read REG_ID reg: %d\n", ret); in attiny_i2c_probe()
|
/kernel/linux/linux-6.6/drivers/regulator/ |
H A D | rpi-panel-attiny-regulator.c | 22 #define REG_ID 0x80 macro 310 ret = attiny_i2c_read(i2c, REG_ID, &data); in attiny_i2c_probe() 312 dev_err(&i2c->dev, "Failed to read REG_ID reg: %d\n", ret); in attiny_i2c_probe()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/ |
H A D | ti-sn65dsi83.c | 48 #define REG_ID(n) (0x00 + (n)) macro 153 regmap_reg_range(REG_ID(0), REG_ID(8)),
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | ads7871.c | 27 #define REG_ID 31 /*ID Register*/ macro
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | ads7871.c | 27 #define REG_ID 31 /*ID Register*/ macro
|
/kernel/linux/linux-5.10/drivers/gpu/drm/panel/ |
H A D | panel-raspberrypi-touchscreen.c | 63 REG_ID = 0x80, enumerator 386 ver = rpi_touchscreen_i2c_read(ts, REG_ID); in rpi_touchscreen_probe()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/panel/ |
H A D | panel-raspberrypi-touchscreen.c | 62 REG_ID = 0x80, enumerator 384 ver = rpi_touchscreen_i2c_read(ts, REG_ID); in rpi_touchscreen_probe()
|
/kernel/linux/linux-5.10/drivers/scsi/arm/ |
H A D | fas216.h | 164 #define REG_ID (14) macro
|
H A D | fas216.c | 2768 rev = fas216_readb(info, REG_ID); in fas216_detect_type()
|
/kernel/linux/linux-6.6/drivers/scsi/arm/ |
H A D | fas216.h | 164 #define REG_ID (14) macro
|
H A D | fas216.c | 2770 rev = fas216_readb(info, REG_ID); in fas216_detect_type()
|
Completed in 14 milliseconds