Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/bridge/
Dtoshiba,tc358768.yaml27 description: GPIO connected to active low RESX pin
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/bridge/
Dtoshiba,tc358768.yaml27 description: GPIO connected to active low RESX pin
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/media/i2c/
Dtoshiba,tc358746.yaml64 This corresponds to the hardware pin RESX which is physically active low.
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/panel/
Dpanel-mipi-dbi-spi.yaml36 - RESX: Reset when low
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/
Dtc358768.c255 * The RESX is active low (GPIO_ACTIVE_LOW). in tc358768_hw_enable()
274 * The RESX is active low (GPIO_ACTIVE_LOW). in tc358768_hw_disable()
1064 * RESX is low active, to disable tc358768 initially (keep in reset) in tc358768_i2c_probe()
/kernel/linux/linux-6.6/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()
1281 * RESX is low active, to disable tc358768 initially (keep in reset) in tc358768_i2c_probe()
/kernel/linux/linux-6.6/drivers/gpu/drm/panel/
Dpanel-novatek-nt35950.c616 /* Make sure to set RESX LOW before starting the power-on sequence */ in nt35950_probe()