OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i2c_client
(Results
1 - 12
of
12
) sorted by relevancy
/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
*);
/src/sys/external/bsd/drm2/include/drm/
drm_encoder_slave.h
46
struct
i2c_client
;
87
int (*encoder_init)(struct
i2c_client
*,
106
struct
i2c_client
*
/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/dist/drm/i2c/
sil164_drv.c
42
struct
i2c_client
*duallink_slave;
111
sil164_write(struct
i2c_client
*client, uint8_t addr, uint8_t val)
123
sil164_read(struct
i2c_client
*client, uint8_t addr)
145
sil164_save_state(struct
i2c_client
*client, uint8_t *state)
154
sil164_restore_state(struct
i2c_client
*client, uint8_t *state)
163
sil164_set_power_state(struct
i2c_client
*client, bool on)
176
sil164_init_state(struct
i2c_client
*client,
299
struct
i2c_client
*client = drm_i2c_encoder_get_client(encoder);
358
sil164_probe(struct
i2c_client
*client, const struct i2c_device_id *id)
379
sil164_remove(struct
i2c_client
*client
[
all
...]
ch7006_drv.c
60
struct
i2c_client
*client = drm_i2c_encoder_get_client(encoder);
77
struct
i2c_client
*client = drm_i2c_encoder_get_client(encoder);
87
struct
i2c_client
*client = drm_i2c_encoder_get_client(encoder);
122
struct
i2c_client
*client = drm_i2c_encoder_get_client(encoder);
185
struct
i2c_client
*client = drm_i2c_encoder_get_client(encoder);
291
struct
i2c_client
*client = drm_i2c_encoder_get_client(encoder);
394
static int ch7006_probe(struct
i2c_client
*client, const struct i2c_device_id *id)
425
static int ch7006_remove(struct
i2c_client
*client)
434
struct
i2c_client
*client = to_i2c_client(dev);
443
static int ch7006_encoder_init(struct
i2c_client
*client
[
all
...]
ch7006_priv.h
124
void ch7006_write(struct
i2c_client
*client, uint8_t addr, uint8_t val);
125
uint8_t ch7006_read(struct
i2c_client
*client, uint8_t addr);
127
void ch7006_state_load(struct
i2c_client
*client,
129
void ch7006_state_save(struct
i2c_client
*client,
ch7006_mode.c
207
struct
i2c_client
*client = drm_i2c_encoder_get_client(encoder);
238
struct
i2c_client
*client = drm_i2c_encoder_get_client(encoder);
262
struct
i2c_client
*client = drm_i2c_encoder_get_client(encoder);
333
struct
i2c_client
*client = drm_i2c_encoder_get_client(encoder);
374
void ch7006_write(struct
i2c_client
*client, uint8_t addr, uint8_t val)
385
uint8_t ch7006_read(struct
i2c_client
*client, uint8_t addr)
406
void ch7006_state_load(struct
i2c_client
*client,
440
void ch7006_state_save(struct
i2c_client
*client,
/src/sys/external/bsd/drm2/dist/include/drm/
drm_encoder_slave.h
125
int (*encoder_init)(struct
i2c_client
*client,
137
static inline struct
i2c_client
*drm_i2c_encoder_get_client(struct drm_encoder *encoder)
139
return (struct
i2c_client
*)to_encoder_slave(encoder)->bus_priv;
/src/sys/external/bsd/drm2/linux/
linux_i2c.c
65
struct
i2c_client
*
68
struct
i2c_client
*client;
79
i2c_unregister_device(struct
i2c_client
*client)
86
i2c_master_send(const struct
i2c_client
*client, const char *buf, int count)
106
i2c_master_recv(const struct
i2c_client
*client, char *buf, int count)
/src/sys/external/bsd/drm2/dist/drm/
drm_encoder_slave.c
63
struct
i2c_client
*client;
118
struct
i2c_client
*client = drm_i2c_encoder_get_client(drm_encoder);
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
therm.h
93
struct
i2c_client
*ic;
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
nouveau_nvkm_subdev_therm_ic.c
43
struct
i2c_client
*client;
Completed in 82 milliseconds
Indexes created Sat Oct 11 19:10:01 GMT 2025