Searched refs:REG_PORTB (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/regulator/ |
H A D | rpi-panel-attiny-regulator.c | 26 #define REG_PORTB 0x82 macro 47 ret = regmap_read(rdev->regmap, REG_PORTB, &data); in attiny_lcd_power_enable() 95 ret = regmap_read(rdev->regmap, REG_PORTB, &data); in attiny_lcd_power_is_enabled()
|
/kernel/linux/linux-6.6/drivers/regulator/ |
H A D | rpi-panel-attiny-regulator.c | 24 #define REG_PORTB 0x82 macro 110 attiny_set_port_state(state, REG_PORTB, PB_LCD_MAIN); in attiny_lcd_power_enable() 133 attiny_set_port_state(state, REG_PORTB, PB_LCD_VCC_N); in attiny_lcd_power_disable()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/panel/ |
H A D | panel-raspberrypi-touchscreen.c | 65 REG_PORTB, enumerator 276 if (rpi_touchscreen_i2c_read(ts, REG_PORTB) & 1) in rpi_touchscreen_prepare()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/panel/ |
H A D | panel-raspberrypi-touchscreen.c | 64 REG_PORTB, enumerator 275 if (rpi_touchscreen_i2c_read(ts, REG_PORTB) & 1) in rpi_touchscreen_prepare()
|
Completed in 3 milliseconds