Home
last modified time | relevance | path

Searched full:resx (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/drivers/input/touchscreen/
Dili210x.c367 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()
/linux-6.12.1/Documentation/devicetree/bindings/display/bridge/
Dtoshiba,tc358768.yaml27 description: GPIO connected to active low RESX pin
/linux-6.12.1/Documentation/devicetree/bindings/media/i2c/
Dtoshiba,tc358746.yaml64 This corresponds to the hardware pin RESX which is physically active low.
/linux-6.12.1/Documentation/devicetree/bindings/display/panel/
Dpanel-mipi-dbi-spi.yaml36 - RESX: Reset when low
/linux-6.12.1/drivers/gpu/drm/bridge/
Dtc358768.c279 * 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()
1299 * RESX is low active, to disable tc358768 initially (keep in reset) in tc358768_i2c_probe()
/linux-6.12.1/drivers/gpu/drm/panel/
Dpanel-novatek-nt35950.c528 /* Make sure to set RESX LOW before starting the power-on sequence */ in nt35950_probe()