Linux Kernel
3.7.1
|
#include <drm_encoder_slave.h>
Data Fields | |
struct i2c_driver | i2c_driver |
int(* | encoder_init )(struct i2c_client *client, struct drm_device *dev, struct drm_encoder_slave *encoder) |
struct drm_i2c_encoder_driver
Describes a device driver for an encoder connected to the GPU through an I2C bus. In addition to the entry points in an function should be provided. It will be called to give the driver an opportunity to allocate any per-encoder data structures and to initialize the and (optionally) members of .
Definition at line 120 of file drm_encoder_slave.h.
int(* encoder_init)(struct i2c_client *client, struct drm_device *dev, struct drm_encoder_slave *encoder) |
Definition at line 123 of file drm_encoder_slave.h.
Definition at line 121 of file drm_encoder_slave.h.