!C99Shell v. 2.1 [PHP 8 Update] [02.02.2022]!

Software: Apache/2.4.53 (Unix) OpenSSL/1.1.1o PHP/7.4.29 mod_perl/2.0.12 Perl/v5.34.1. PHP/7.4.29 

uname -a: Linux vps-2738122-x 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 

uid=1(daemon) gid=1(daemon) grupos=1(daemon) 

Safe-mode: OFF (not secure)

/usr/src/linux-headers-4.15.0-213/include/linux/platform_data/   drwxr-xr-x
Free 9.86 GB of 61.93 GB (15.91%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     ad7879.h (1.16 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* SPDX-License-Identifier: GPL-2.0 */
/* linux/platform_data/ad7879.h */

/* Touchscreen characteristics vary between boards and models.  The
 * platform_data for the device's "struct device" holds this information.
 *
 * It's OK if the min/max values are zero.
 */
struct ad7879_platform_data {
    u16    model;            /* 7879 */
    u16    x_plate_ohms;
    u16    x_min, x_max;
    u16    y_min, y_max;
    u16    pressure_min, pressure_max;

    bool    swap_xy;        /* swap x and y axes */

    /* [0..255] 0=OFF Starts at 1=550us and goes
     * all the way to 9.440ms in steps of 35us.
     */
    u8    pen_down_acc_interval;
    /* [0..15] Starts at 0=128us and goes all the
     * way to 4.096ms in steps of 128us.
     */
    u8    first_conversion_delay;
    /* [0..3] 0 = 2us, 1 = 4us, 2 = 8us, 3 = 16us */
    u8    acquisition_time;
    /* [0..3] Average X middle samples 0 = 2, 1 = 4, 2 = 8, 3 = 16 */
    u8    averaging;
    /* [0..3] Perform X measurements 0 = OFF,
     * 1 = 4, 2 = 8, 3 = 16 (median > averaging)
     */
    u8    median;
    /* 1 = AUX/VBAT/GPIO export GPIO to gpiolib
     * requires CONFIG_GPIOLIB
     */
    bool    gpio_export;
    /* identifies the first GPIO number handled by this chip;
     * or, if negative, requests dynamic ID allocation.
     */
    s32    gpio_base;
};

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.1 [PHP 8 Update] [02.02.2022] maintained byC99Shell Github | Generation time: 0.5101 ]--