[ 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.19
[ USER ]: persadamedika | IP: 45.64.1.108
GEFORCE FILE MANAGER
/
usr
/
src
/
kernels
/
4.18.0-553.64.1.el8_10.x86_64
/
include
/
dt-bindings
/
pinctrl
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 am33xx.h
1,043 B
SET
[ EDIT ]
|
[ DEL ]
📄 am43xx.h
1,758 B
SET
[ EDIT ]
|
[ DEL ]
📄 at91.h
1,245 B
SET
[ EDIT ]
|
[ DEL ]
📄 bcm2835.h
911 B
SET
[ EDIT ]
|
[ DEL ]
📄 brcm,pinctrl-stingray.h
2,718 B
SET
[ EDIT ]
|
[ DEL ]
📄 dm814x.h
1,277 B
SET
[ EDIT ]
|
[ DEL ]
📄 dra.h
2,693 B
SET
[ EDIT ]
|
[ DEL ]
📄 hisi.h
2,069 B
SET
[ EDIT ]
|
[ DEL ]
📄 keystone.h
1,167 B
SET
[ EDIT ]
|
[ DEL ]
📄 mt6397-pinfunc.h
13,432 B
SET
[ EDIT ]
|
[ DEL ]
📄 mt65xx.h
1,210 B
SET
[ EDIT ]
|
[ DEL ]
📄 mt7623-pinfunc.h
32,417 B
SET
[ EDIT ]
|
[ DEL ]
📄 nomadik.h
758 B
SET
[ EDIT ]
|
[ DEL ]
📄 omap.h
3,076 B
SET
[ EDIT ]
|
[ DEL ]
📄 pinctrl-tegra-xusb.h
240 B
SET
[ EDIT ]
|
[ DEL ]
📄 pinctrl-tegra.h
1,466 B
SET
[ EDIT ]
|
[ DEL ]
📄 qcom,pmic-gpio.h
5,402 B
SET
[ EDIT ]
|
[ DEL ]
📄 qcom,pmic-mpp.h
2,721 B
SET
[ EDIT ]
|
[ DEL ]
📄 r7s72100-pinctrl.h
517 B
SET
[ EDIT ]
|
[ DEL ]
📄 rockchip.h
1,571 B
SET
[ EDIT ]
|
[ DEL ]
📄 samsung.h
2,481 B
SET
[ EDIT ]
|
[ DEL ]
📄 stm32-pinfunc.h
814 B
SET
[ EDIT ]
|
[ DEL ]
📄 sun4i-a10.h
2,606 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: sun4i-a10.h
/* * Copyright 2014 Maxime Ripard * * Maxime Ripard <maxime.ripard@free-electrons.com> * * This file is dual-licensed: you can use it either under the terms * of the GPL or the X11 license, at your option. Note that this dual * licensing only applies to this file, and not this project as a * whole. * * a) This file 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. * * This file 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. * * You should have received a copy of the GNU General Public * License along with this file; if not, write to the Free * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, * MA 02110-1301 USA * * Or, alternatively, * * b) Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, * copy, modify, merge, publish, distribute, sublicense, and/or * sell copies of the Software, and to permit persons to whom the * Software is furnished to do so, subject to the following * conditions: * * The above copyright notice and this permission notice shall be * included in all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR * OTHER DEALINGS IN THE SOFTWARE. */ #ifndef __DT_BINDINGS_PINCTRL_SUN4I_A10_H_ #define __DT_BINDINGS_PINCTRL_SUN4I_A10_H_ #define SUN4I_PINCTRL_10_MA 0 #define SUN4I_PINCTRL_20_MA 1 #define SUN4I_PINCTRL_30_MA 2 #define SUN4I_PINCTRL_40_MA 3 #define SUN4I_PINCTRL_NO_PULL 0 #define SUN4I_PINCTRL_PULL_UP 1 #define SUN4I_PINCTRL_PULL_DOWN 2 #endif /* __DT_BINDINGS_PINCTRL_SUN4I_A10_H_ */