Symbol: gma_i2c_chan
drivers/gpu/drm/gma500/cdv_intel_crt.c
197
struct gma_i2c_chan *ddc_bus = to_gma_i2c_chan(connector->ddc);
drivers/gpu/drm/gma500/cdv_intel_crt.c
248
struct gma_i2c_chan *ddc_bus;
drivers/gpu/drm/gma500/cdv_intel_hdmi.c
247
struct gma_i2c_chan *ddc_bus = to_gma_i2c_chan(connector->ddc);
drivers/gpu/drm/gma500/cdv_intel_hdmi.c
283
struct gma_i2c_chan *ddc_bus;
drivers/gpu/drm/gma500/cdv_intel_lvds.c
489
struct gma_i2c_chan *ddc_bus;
drivers/gpu/drm/gma500/intel_i2c.c
105
struct gma_i2c_chan *gma_i2c_create(struct drm_device *dev, const u32 reg,
drivers/gpu/drm/gma500/intel_i2c.c
108
struct gma_i2c_chan *chan;
drivers/gpu/drm/gma500/intel_i2c.c
110
chan = kzalloc_obj(struct gma_i2c_chan);
drivers/gpu/drm/gma500/intel_i2c.c
151
void gma_i2c_destroy(struct gma_i2c_chan *chan)
drivers/gpu/drm/gma500/intel_i2c.c
25
struct gma_i2c_chan *chan = data;
drivers/gpu/drm/gma500/intel_i2c.c
35
struct gma_i2c_chan *chan = data;
drivers/gpu/drm/gma500/intel_i2c.c
45
struct gma_i2c_chan *chan = data;
drivers/gpu/drm/gma500/intel_i2c.c
65
struct gma_i2c_chan *chan = data;
drivers/gpu/drm/gma500/oaktrail_lvds.c
296
struct gma_i2c_chan *ddc_bus;
drivers/gpu/drm/gma500/oaktrail_lvds_i2c.c
115
struct gma_i2c_chan *chan = data;
drivers/gpu/drm/gma500/oaktrail_lvds_i2c.c
132
struct gma_i2c_chan *oaktrail_lvds_i2c_init(struct drm_device *dev)
drivers/gpu/drm/gma500/oaktrail_lvds_i2c.c
135
struct gma_i2c_chan *chan;
drivers/gpu/drm/gma500/oaktrail_lvds_i2c.c
138
chan = kzalloc_obj(struct gma_i2c_chan);
drivers/gpu/drm/gma500/oaktrail_lvds_i2c.c
68
struct gma_i2c_chan *chan = data;
drivers/gpu/drm/gma500/oaktrail_lvds_i2c.c
82
struct gma_i2c_chan *chan = data;
drivers/gpu/drm/gma500/oaktrail_lvds_i2c.c
96
struct gma_i2c_chan *chan = data;
drivers/gpu/drm/gma500/psb_drv.h
464
struct gma_i2c_chan *lvds_i2c_bus; /* FIXME: Remove this? */
drivers/gpu/drm/gma500/psb_intel_drv.h
106
struct gma_i2c_chan *i2c_bus;
drivers/gpu/drm/gma500/psb_intel_drv.h
178
container_of(x, struct gma_i2c_chan, base)
drivers/gpu/drm/gma500/psb_intel_drv.h
180
struct gma_i2c_chan *gma_i2c_create(struct drm_device *dev, const u32 reg,
drivers/gpu/drm/gma500/psb_intel_drv.h
182
void gma_i2c_destroy(struct gma_i2c_chan *chan);
drivers/gpu/drm/gma500/psb_intel_drv.h
194
struct gma_i2c_chan *oaktrail_lvds_i2c_init(struct drm_device *dev);
drivers/gpu/drm/gma500/psb_intel_lvds.c
521
struct gma_i2c_chan *ddc_bus = to_gma_i2c_chan(connector->ddc);
drivers/gpu/drm/gma500/psb_intel_lvds.c
55
struct gma_i2c_chan *i2c_bus;
drivers/gpu/drm/gma500/psb_intel_lvds.c
637
struct gma_i2c_chan *ddc_bus;
drivers/gpu/drm/gma500/psb_intel_lvds.c
95
struct gma_i2c_chan *lvds_i2c_bus = dev_priv->lvds_i2c_bus;