Home
last modified time | relevance | path

Searched refs:SensorI2c (Results 1 – 2 of 2) sorted by relevance

/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.h903 #define SENSOR_I2C(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_SENSOR_I2C, SensorI2c))
908 typedef struct _SensorI2c SensorI2c; typedef
915 const gchar * (*get_address) (SensorI2c *object);
917 const gchar * (*get_dev_path) (SensorI2c *object);
928 const gchar *sensor_i2c_get_dev_path (SensorI2c *object);
929 gchar *sensor_i2c_dup_dev_path (SensorI2c *object);
930 void sensor_i2c_set_dev_path (SensorI2c *object, const gchar *value);
932 const gchar *sensor_i2c_get_address (SensorI2c *object);
933 gchar *sensor_i2c_dup_address (SensorI2c *object);
934 void sensor_i2c_set_address (SensorI2c *object, const gchar *value);
[all …]
H A Dopenbmc_intf.c8148 G_DEFINE_INTERFACE (SensorI2c, sensor_i2c, G_TYPE_OBJECT) in G_DEFINE_INTERFACE() argument
8187 sensor_i2c_get_dev_path (SensorI2c *object) in sensor_i2c_get_dev_path()
8205 sensor_i2c_dup_dev_path (SensorI2c *object) in sensor_i2c_dup_dev_path()
8222 sensor_i2c_set_dev_path (SensorI2c *object, const gchar *value) in sensor_i2c_set_dev_path()
8240 sensor_i2c_get_address (SensorI2c *object) in sensor_i2c_get_address()
8258 sensor_i2c_dup_address (SensorI2c *object) in sensor_i2c_dup_address()
8275 sensor_i2c_set_address (SensorI2c *object, const gchar *value) in sensor_i2c_set_address()
8458 sensor_i2c_proxy_get_dev_path (SensorI2c *object) in sensor_i2c_proxy_get_dev_path()
8473 sensor_i2c_proxy_get_address (SensorI2c *object) in sensor_i2c_proxy_get_address()
8567 SensorI2c *
[all …]