Searched full:resx (Results 1 – 6 of 6) sorted by relevance
367 u16 resx, resy; in ili251x_firmware_update_resolution() local374 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()
27 description: GPIO connected to active low RESX pin
64 This corresponds to the hardware pin RESX which is physically active low.
36 - RESX: Reset when low
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()1299 * RESX is low active, to disable tc358768 initially (keep in reset) in tc358768_i2c_probe()
528 /* Make sure to set RESX LOW before starting the power-on sequence */ in nt35950_probe()