[ 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
/
linux
/
input
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 ad714x.h
1,376 B
SET
[ EDIT ]
|
[ DEL ]
📄 adp5589.h
5,789 B
SET
[ EDIT ]
|
[ DEL ]
📄 adxl34x.h
11,580 B
SET
[ EDIT ]
|
[ DEL ]
📄 as5011.h
399 B
SET
[ EDIT ]
|
[ DEL ]
📄 auo-pixcir-ts.h
998 B
SET
[ EDIT ]
|
[ DEL ]
📄 bu21013.h
725 B
SET
[ EDIT ]
|
[ DEL ]
📄 cma3000.h
1,055 B
SET
[ EDIT ]
|
[ DEL ]
📄 cy8ctmg110_pdata.h
262 B
SET
[ EDIT ]
|
[ DEL ]
📄 cyttsp.h
959 B
SET
[ EDIT ]
|
[ DEL ]
📄 elan-i2c-ids.h
1,737 B
SET
[ EDIT ]
|
[ DEL ]
📄 gp2ap002a00f.h
671 B
SET
[ EDIT ]
|
[ DEL ]
📄 ili210x.h
207 B
SET
[ EDIT ]
|
[ DEL ]
📄 kxtj9.h
1,168 B
SET
[ EDIT ]
|
[ DEL ]
📄 lm8333.h
674 B
SET
[ EDIT ]
|
[ DEL ]
📄 matrix_keypad.h
3,026 B
SET
[ EDIT ]
|
[ DEL ]
📄 mt.h
3,455 B
SET
[ EDIT ]
|
[ DEL ]
📄 navpoint.h
244 B
SET
[ EDIT ]
|
[ DEL ]
📄 samsung-keypad.h
1,114 B
SET
[ EDIT ]
|
[ DEL ]
📄 sh_keysc.h
431 B
SET
[ EDIT ]
|
[ DEL ]
📄 sparse-keymap.h
1,968 B
SET
[ EDIT ]
|
[ DEL ]
📄 touchscreen.h
763 B
SET
[ EDIT ]
|
[ DEL ]
📄 tps6507x-ts.h
535 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: bu21013.h
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) ST-Ericsson SA 2010 * Author: Naveen Kumar G <naveen.gaddipati@stericsson.com> for ST-Ericsson */ #ifndef _BU21013_H #define _BU21013_H /** * struct bu21013_platform_device - Handle the platform data * @touch_x_max: touch x max * @touch_y_max: touch y max * @cs_pin: chip select pin * @touch_pin: touch gpio pin * @ext_clk: external clock flag * @x_flip: x flip flag * @y_flip: y flip flag * @wakeup: wakeup flag * * This is used to handle the platform data */ struct bu21013_platform_device { int touch_x_max; int touch_y_max; unsigned int cs_pin; unsigned int touch_pin; bool ext_clk; bool x_flip; bool y_flip; bool wakeup; }; #endif