Lines Matching refs:stream
142 efb_set_scl(void *s, int stream, int value)
148 switch (stream) {
161 reg = stream;
165 cmn_err(CE_NOTE, "efb i2c: unrecognized port: 0x%x\n", stream);
182 efb_set_sda(void *s, int stream, int value)
188 switch (stream) {
201 reg = stream;
205 cmn_err(CE_NOTE, "efb i2c: unrecognized port: 0x%x\n", stream);
222 efb_get_scl(void *s, int stream)
229 switch (stream) {
242 reg = stream;
246 cmn_err(CE_NOTE, "efb i2c: unrecognized port: 0x%x\n", stream);
259 efb_get_sda(void *s, int stream)
266 switch (stream) {
279 reg = stream;
283 cmn_err(CE_NOTE, "efb i2c: unrecognized port: 0x%x\n", stream);
295 efb_ddc_clk(void *efb_priv, int stream, int n)
297 _NOTE(ARGUNUSED(efb_priv, stream))