Searched full:resx (Results 1 – 7 of 7) sorted by relevance
/openbmc/openbmc/poky/meta/recipes-graphics/pong-clock/pong-clock/ |
H A D | pong-clock-no-flicker.c | 41 #define RESX 40 macro 107 draw_rect (pong_clock, 0, 0, RESX+1, 1); in draw_field() 108 draw_rect (pong_clock, 0, RESY-1, RESX+1, 1); in draw_field() 111 draw_rect (pong_clock, (RESX/2)-1, i*2, 2, 1); in draw_field() 153 (RESX/2) - 14, in draw_time() 158 (RESX/2) - 8, in draw_time() 163 (RESX/2) + 3, in draw_time() 168 (RESX/2) + 9, in draw_time() 331 pong_clock->pixelw = pong_clock->xwin_width / RESX; in main()
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | ili210x.c | 367 u16 resx, resy; in ili251x_firmware_update_resolution() local 374 resx = le16_to_cpup((__le16 *)rs); in ili251x_firmware_update_resolution() 378 if (!resx || resx == 0xffff || !resy || resy == 0xffff) in ili251x_firmware_update_resolution() 390 resx = 16384; in ili251x_firmware_update_resolution() 394 input_abs_set_max(priv->input, ABS_X, resx - 1); in ili251x_firmware_update_resolution() 396 input_abs_set_max(priv->input, ABS_MT_POSITION_X, resx - 1); in ili251x_firmware_update_resolution()
|
/openbmc/linux/Documentation/devicetree/bindings/display/bridge/ |
H A D | toshiba,tc358768.yaml | 27 description: GPIO connected to active low RESX pin
|
/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ |
H A D | toshiba,tc358746.yaml | 64 This corresponds to the hardware pin RESX which is physically active low.
|
/openbmc/linux/Documentation/devicetree/bindings/display/panel/ |
H A D | panel-mipi-dbi-spi.yaml | 36 - RESX: Reset when low
|
/openbmc/linux/drivers/gpu/drm/bridge/ |
H A D | tc358768.c | 279 * The RESX is active low (GPIO_ACTIVE_LOW). in tc358768_hw_enable() 298 * The RESX is active low (GPIO_ACTIVE_LOW). in tc358768_hw_disable() 1281 * RESX is low active, to disable tc358768 initially (keep in reset) in tc358768_i2c_probe()
|
/openbmc/linux/drivers/gpu/drm/panel/ |
H A D | panel-novatek-nt35950.c | 616 /* Make sure to set RESX LOW before starting the power-on sequence */ in nt35950_probe()
|