Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
drm_i2c_encoder_driver Struct Reference

#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)
 

Detailed Description

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.

Field Documentation

Definition at line 123 of file drm_encoder_slave.h.

Definition at line 121 of file drm_encoder_slave.h.


The documentation for this struct was generated from the following file: