Searched refs:i2c_adapter (Results 1 - 21 of 21) sorted by relevance

/solaris-x11-s11/open-src/kernel/sys/drm/
H A Ddrm_sun_i2c.h37 struct i2c_adapter;
41 int (*master_xfer)(struct i2c_adapter *adap, struct i2c_msg *msgs, int num);
42 u32 (*functionality) (struct i2c_adapter *);
47 struct i2c_adapter { struct
72 extern int i2c_transfer(struct i2c_adapter *adap, struct i2c_msg *msgs, int num);
73 extern int i2c_bit_add_bus(struct i2c_adapter *adap);
H A Ddrm_dp_helper.h333 int (*aux_ch) (struct i2c_adapter *adapter,
339 i2c_dp_aux_add_bus(struct i2c_adapter *adapter);
H A Ddrm_crtc.h902 extern bool drm_probe_ddc(struct i2c_adapter *adapter);
904 struct i2c_adapter *adapter);
/solaris-x11-s11/open-src/kernel/drm/src/
H A Ddrm_dp_i2c_helper.c37 i2c_algo_dp_aux_transaction(struct i2c_adapter *adapter, int mode,
58 i2c_algo_dp_aux_address(struct i2c_adapter *adapter, u16 address, bool reading)
79 i2c_algo_dp_aux_stop(struct i2c_adapter *adapter, bool reading)
99 i2c_algo_dp_aux_put_byte(struct i2c_adapter *adapter, u8 byte)
116 i2c_algo_dp_aux_get_byte(struct i2c_adapter *adapter, u8 *byte_ret)
129 i2c_algo_dp_aux_xfer(struct i2c_adapter *adapter,
170 i2c_algo_dp_aux_functionality(struct i2c_adapter *adapter)
181 i2c_dp_aux_reset_bus(struct i2c_adapter *adapter)
189 i2c_dp_aux_prepare_bus(struct i2c_adapter *adapter)
198 i2c_dp_aux_add_bus(struct i2c_adapter *adapte
[all...]
H A Ddrm_sun_i2c.c45 i2c_udelay(struct i2c_adapter *adap)
51 i2c_getsda(struct i2c_adapter *adap)
57 i2c_clrsda(struct i2c_adapter *adap)
63 i2c_setsda(struct i2c_adapter *adap)
69 i2c_getscl(struct i2c_adapter *adap)
75 i2c_clrscl(struct i2c_adapter *adap)
81 i2c_setscl(struct i2c_adapter *adap)
101 i2c_start(struct i2c_adapter *adap)
133 i2c_stop(struct i2c_adapter *adap)
167 i2c_write_byte(struct i2c_adapter *ada
[all...]
H A Ddrm_edid.c993 drm_do_probe_ddc_edid(struct i2c_adapter *adapter, unsigned char *buf,
1055 drm_do_get_edid(struct drm_connector *connector, struct i2c_adapter *adapter)
1125 drm_probe_ddc(struct i2c_adapter *adapter)
1143 struct i2c_adapter *adapter)
/solaris-x11-s11/open-src/kernel/i915/src/
H A Ddvo.h51 struct i2c_adapter *i2c_bus;
60 struct i2c_adapter *i2cbus);
H A Dintel_i2c.c60 to_intel_gmbus(struct i2c_adapter *i2c)
172 intel_gpio_pre_xfer(struct i2c_adapter *adapter)
188 intel_gpio_post_xfer(struct i2c_adapter *adapter)
204 struct i2c_adapter *algo;
404 gmbus_xfer(struct i2c_adapter *adapter,
517 static u32 gmbus_func(struct i2c_adapter *adapter)
577 struct i2c_adapter *intel_gmbus_get_adapter(struct drm_i915_private *dev_priv,
586 void intel_gmbus_set_speed(struct i2c_adapter *adapter, int speed)
593 void intel_gmbus_force_bit(struct i2c_adapter *adapter, bool force_bit)
614 void intel_gmbus_hdmi_set_adapter(struct i2c_adapter *adapte
[all...]
H A Ddvo_sil164.c77 struct i2c_adapter *adapter = dvo->i2c_bus;
114 struct i2c_adapter *adapter = dvo->i2c_bus;
139 struct i2c_adapter *adapter)
H A Dintel_modes.c63 struct i2c_adapter *adapter)
H A Ddvo_ch7xxx.c144 struct i2c_adapter *adapter = dvo->i2c_bus;
182 struct i2c_adapter *adapter = dvo->i2c_bus;
206 struct i2c_adapter *adapter)
H A Ddvo_ivch.c173 struct i2c_adapter *adapter = dvo->i2c_bus;
216 struct i2c_adapter *adapter = dvo->i2c_bus;
242 struct i2c_adapter *adapter)
H A Ddvo_tfp410.c104 struct i2c_adapter *adapter = dvo->i2c_bus;
141 struct i2c_adapter *adapter = dvo->i2c_bus;
177 struct i2c_adapter *adapter)
H A Ddvo_ns2501.c101 struct i2c_adapter *adapter = dvo->i2c_bus;
128 struct i2c_adapter *adapter = dvo->i2c_bus;
150 struct i2c_adapter *adapter = dvo->i2c_bus;
195 struct i2c_adapter *adapter = dvo->i2c_bus;
227 struct i2c_adapter *adapter)
H A Dintel_crt.c425 struct i2c_adapter *i2c)
443 struct i2c_adapter *adapter)
462 struct i2c_adapter *i2c;
670 struct i2c_adapter *i2c;
H A Di915_drv.h569 struct i2c_adapter adapter;
1910 extern struct i2c_adapter *intel_gmbus_get_adapter(
1912 extern void intel_gmbus_set_speed(struct i2c_adapter *adapter, int speed);
1913 extern void intel_gmbus_force_bit(struct i2c_adapter *adapter, bool force_bit);
1914 static inline bool intel_gmbus_is_forced_bit(struct i2c_adapter *adapter)
1919 extern void intel_gmbus_hdmi_set_adapter(struct i2c_adapter *adapter);
H A Dintel_drv.h471 struct i2c_adapter adapter;
545 int intel_ddc_get_modes(struct drm_connector *c, struct i2c_adapter *adapter);
H A Ddvo_ch7017.c205 struct i2c_adapter *adapter)
H A Dintel_dvo.c483 struct i2c_adapter *i2c;
H A Dintel_sdvo.c72 struct i2c_adapter *i2c;
75 struct i2c_adapter ddc;
2813 static int intel_sdvo_ddc_proxy_xfer(struct i2c_adapter *adapter,
2825 static u32 intel_sdvo_ddc_proxy_func(struct i2c_adapter *adapter)
H A Dintel_dp.c516 intel_dp_i2c_aux_ch(struct i2c_adapter *adapter, int mode,
2510 intel_dp_get_edid(struct drm_connector *connector, struct i2c_adapter *adapter)
2536 intel_dp_get_edid_modes(struct drm_connector *connector, struct i2c_adapter *adapter)

Completed in 149 milliseconds