!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: nginx/1.23.4. PHP/5.6.40-65+ubuntu20.04.1+deb.sury.org+1 

uname -a: Linux foro-restaurado-2 5.15.0-1040-oracle #46-Ubuntu SMP Fri Jul 14 21:47:21 UTC 2023
aarch64
 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/src/linux-oracle-headers-5.15.0-1040/include/sound/   drwxr-xr-x
Free 83.27 GB of 96.73 GB (86.09%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     tlv320aic3x.h (1.74 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Platform data for Texas Instruments TLV320AIC3x codec
 *
 * Author: Jarkko Nikula <[email protected]>
 */
#ifndef __TLV320AIC3x_H__
#define __TLV320AIC3x_H__

/* GPIO API */
enum {
    AIC3X_GPIO1_FUNC_DISABLED        = 0,
    AIC3X_GPIO1_FUNC_AUDIO_WORDCLK_ADC    = 1,
    AIC3X_GPIO1_FUNC_CLOCK_MUX        = 2,
    AIC3X_GPIO1_FUNC_CLOCK_MUX_DIV2        = 3,
    AIC3X_GPIO1_FUNC_CLOCK_MUX_DIV4        = 4,
    AIC3X_GPIO1_FUNC_CLOCK_MUX_DIV8        = 5,
    AIC3X_GPIO1_FUNC_SHORT_CIRCUIT_IRQ    = 6,
    AIC3X_GPIO1_FUNC_AGC_NOISE_IRQ        = 7,
    AIC3X_GPIO1_FUNC_INPUT            = 8,
    AIC3X_GPIO1_FUNC_OUTPUT            = 9,
    AIC3X_GPIO1_FUNC_DIGITAL_MIC_MODCLK    = 10,
    AIC3X_GPIO1_FUNC_AUDIO_WORDCLK        = 11,
    AIC3X_GPIO1_FUNC_BUTTON_IRQ        = 12,
    AIC3X_GPIO1_FUNC_HEADSET_DETECT_IRQ    = 13,
    AIC3X_GPIO1_FUNC_HEADSET_DETECT_OR_BUTTON_IRQ    = 14,
    AIC3X_GPIO1_FUNC_ALL_IRQ        = 16
};

enum {
    AIC3X_GPIO2_FUNC_DISABLED        = 0,
    AIC3X_GPIO2_FUNC_HEADSET_DETECT_IRQ    = 2,
    AIC3X_GPIO2_FUNC_INPUT            = 3,
    AIC3X_GPIO2_FUNC_OUTPUT            = 4,
    AIC3X_GPIO2_FUNC_DIGITAL_MIC_INPUT    = 5,
    AIC3X_GPIO2_FUNC_AUDIO_BITCLK        = 8,
    AIC3X_GPIO2_FUNC_HEADSET_DETECT_OR_BUTTON_IRQ = 9,
    AIC3X_GPIO2_FUNC_ALL_IRQ        = 10,
    AIC3X_GPIO2_FUNC_SHORT_CIRCUIT_OR_AGC_IRQ = 11,
    AIC3X_GPIO2_FUNC_HEADSET_OR_BUTTON_PRESS_OR_SHORT_CIRCUIT_IRQ = 12,
    AIC3X_GPIO2_FUNC_SHORT_CIRCUIT_IRQ    = 13,
    AIC3X_GPIO2_FUNC_AGC_NOISE_IRQ        = 14,
    AIC3X_GPIO2_FUNC_BUTTON_PRESS_IRQ    = 15
};

enum aic3x_micbias_voltage {
    AIC3X_MICBIAS_OFF = 0,
    AIC3X_MICBIAS_2_0V = 1,
    AIC3X_MICBIAS_2_5V = 2,
    AIC3X_MICBIAS_AVDDV = 3,
};

struct aic3x_setup_data {
    unsigned int gpio_func[2];
};

struct aic3x_pdata {
    int gpio_reset; /* < 0 if not used */
    struct aic3x_setup_data *setup;

    /* Selects the micbias voltage */
    enum aic3x_micbias_voltage micbias_vg;
};

#endif

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

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

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

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by HackingTool | HackingTool | Generation time: 0.0041 ]--