HomeSort by: relevance | last modified time | path
    Searched defs:i2c_client (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/i2c/
drm_encoder_slave.c 126 struct i2c_client *i2c_client; member in struct:drm_i2c_encoder_bus_priv
136 struct i2c_client *client;
162 bus_priv->i2c_client = client;
175 fail1: bus_priv->i2c_client = NULL;
190 struct i2c_client *const client = bus_priv->i2c_client;
193 bus_priv->i2c_client = NULL;
199 struct i2c_client *
205 return bus_priv->i2c_client;
    [all...]
  /src/sys/external/bsd/drm2/include/linux/
i2c.h 140 * struct i2c_client: An i2c slave device at a particular address on a
143 struct i2c_client { struct
163 int (*probe)(struct i2c_client *, const struct i2c_device_id *);
164 int (*remove)(struct i2c_client *);
209 int i2c_master_send(const struct i2c_client *, const char *, int);
210 int i2c_master_recv(const struct i2c_client *, char *, int);
211 struct i2c_client *
215 void i2c_unregister_device(struct i2c_client *);

Completed in 13 milliseconds