!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/mfd/da9055/   drwxr-xr-x
Free 9.89 GB of 61.93 GB (15.97%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     pdata.h (1.24 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* Copyright (C) 2012 Dialog Semiconductor Ltd.
 *
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation; either version 2 of the License, or
 *  (at your option) any later version.
 *
 */
#ifndef __DA9055_PDATA_H
#define __DA9055_PDATA_H

#define DA9055_MAX_REGULATORS    8

struct da9055;

enum gpio_select {
    NO_GPIO = 0,
    GPIO_1,
    GPIO_2
};

struct da9055_pdata {
    int (*init) (struct da9055 *da9055);
    int irq_base;
    int gpio_base;

    struct regulator_init_data *regulators[DA9055_MAX_REGULATORS];
    /* Enable RTC in RESET Mode */
    bool reset_enable;
    /*
     * GPI muxed pin to control
     * regulator state A/B, 0 if not available.
     */
    int *gpio_ren;
    /*
     * GPI muxed pin to control
     * regulator set, 0 if not available.
     */
    int *gpio_rsel;
    /*
     * Regulator mode control bits value (GPI offset) that
     * that controls the regulator state, 0 if not available.
     */
    enum gpio_select *reg_ren;
    /*
     * Regulator mode control bits value (GPI offset) that
     * controls the regulator set A/B, 0 if  not available.
     */
    enum gpio_select *reg_rsel;
    /* GPIOs to enable regulator, 0 if not available */
    int *ena_gpio;
};
#endif /* __DA9055_PDATA_H */

:: 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.5221 ]--