[ 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.56.1.el8_10.x86_64
/
include
/
linux
/
iio
/
common
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 cros_ec_sensors_core.h
6,021 B
SET
[ EDIT ]
|
[ DEL ]
📄 ssp_sensors.h
2,242 B
SET
[ EDIT ]
|
[ DEL ]
📄 st_sensors.h
10,425 B
SET
[ EDIT ]
|
[ DEL ]
📄 st_sensors_i2c.h
641 B
SET
[ EDIT ]
|
[ DEL ]
📄 st_sensors_spi.h
446 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: st_sensors_i2c.h
/* * STMicroelectronics sensors i2c library driver * * Copyright 2012-2013 STMicroelectronics Inc. * * Denis Ciocca <denis.ciocca@st.com> * * Licensed under the GPL-2. */ #ifndef ST_SENSORS_I2C_H #define ST_SENSORS_I2C_H #include <linux/i2c.h> #include <linux/iio/common/st_sensors.h> #include <linux/of.h> void st_sensors_i2c_configure(struct iio_dev *indio_dev, struct i2c_client *client, struct st_sensor_data *sdata); #ifdef CONFIG_ACPI int st_sensors_match_acpi_device(struct device *dev); #else static inline int st_sensors_match_acpi_device(struct device *dev) { return -ENODEV; } #endif #endif /* ST_SENSORS_I2C_H */