[ SYSTEM ]: Linux srv.persadacompanies.com 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
[ SERVER ]: Apache | PHP: 8.4.20
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
usr
/
src
/
kernels
/
4.18.0-553.63.1.el8_10.x86_64
/
include
/
media
/
drv-intf
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 cx2341x.h
9,945 B
SET
[ EDIT ]
|
[ DEL ]
📄 cx25840.h
5,512 B
SET
[ EDIT ]
|
[ DEL ]
📄 exynos-fimc.h
4,883 B
SET
[ EDIT ]
|
[ DEL ]
📄 msp3400.h
8,436 B
SET
[ EDIT ]
|
[ DEL ]
📄 renesas-ceu.h
587 B
SET
[ EDIT ]
|
[ DEL ]
📄 s3c_camif.h
1,320 B
SET
[ EDIT ]
|
[ DEL ]
📄 saa7146.h
17,963 B
SET
[ EDIT ]
|
[ DEL ]
📄 saa7146_vv.h
7,758 B
SET
[ EDIT ]
|
[ DEL ]
📄 sh_mobile_ceu.h
866 B
SET
[ EDIT ]
|
[ DEL ]
📄 sh_vou.h
716 B
SET
[ EDIT ]
|
[ DEL ]
📄 si476x.h
1,271 B
SET
[ EDIT ]
|
[ DEL ]
📄 soc_mediabus.h
3,587 B
SET
[ EDIT ]
|
[ DEL ]
📄 tea575x.h
2,750 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: si476x.h
/* * include/media/drv-intf/si476x.h -- Common definitions for si476x driver * * Copyright (C) 2012 Innovative Converged Devices(ICD) * Copyright (C) 2013 Andrey Smirnov * * Author: Andrey Smirnov <andrew.smirnov@gmail.com> * * 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; version 2 of the License. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * */ #ifndef SI476X_H #define SI476X_H #include <linux/types.h> #include <linux/videodev2.h> #include <linux/mfd/si476x-reports.h> enum si476x_ctrl_id { V4L2_CID_SI476X_RSSI_THRESHOLD = (V4L2_CID_USER_SI476X_BASE + 1), V4L2_CID_SI476X_SNR_THRESHOLD = (V4L2_CID_USER_SI476X_BASE + 2), V4L2_CID_SI476X_MAX_TUNE_ERROR = (V4L2_CID_USER_SI476X_BASE + 3), V4L2_CID_SI476X_HARMONICS_COUNT = (V4L2_CID_USER_SI476X_BASE + 4), V4L2_CID_SI476X_DIVERSITY_MODE = (V4L2_CID_USER_SI476X_BASE + 5), V4L2_CID_SI476X_INTERCHIP_LINK = (V4L2_CID_USER_SI476X_BASE + 6), }; #endif /* SI476X_H*/