Lines Matching full:analogue
119 static int wm2000_power_up(struct i2c_client *i2c, int analogue) in wm2000_power_up() argument
189 if (analogue) { in wm2000_power_up()
227 if (analogue) in wm2000_power_up()
228 dev_dbg(&i2c->dev, "Analogue active\n"); in wm2000_power_up()
234 static int wm2000_power_down(struct i2c_client *i2c, int analogue) in wm2000_power_down() argument
238 if (analogue) { in wm2000_power_down()
268 static int wm2000_enter_bypass(struct i2c_client *i2c, int analogue) in wm2000_enter_bypass() argument
275 if (analogue) { in wm2000_enter_bypass()
307 static int wm2000_exit_bypass(struct i2c_client *i2c, int analogue) in wm2000_exit_bypass() argument
316 if (analogue) { in wm2000_exit_bypass()
342 static int wm2000_enter_standby(struct i2c_client *i2c, int analogue) in wm2000_enter_standby() argument
349 if (analogue) { in wm2000_enter_standby()
380 if (analogue) in wm2000_enter_standby()
381 dev_dbg(&i2c->dev, "Analogue disabled\n"); in wm2000_enter_standby()
386 static int wm2000_exit_standby(struct i2c_client *i2c, int analogue) in wm2000_exit_standby() argument
395 if (analogue) { in wm2000_exit_standby()
419 if (analogue) in wm2000_exit_standby()
420 dev_dbg(&i2c->dev, "Analogue enabled\n"); in wm2000_exit_standby()
425 typedef int (*wm2000_mode_fn)(struct i2c_client *i2c, int analogue);
430 int analogue; member
436 .analogue = 1,
452 .analogue = 1,
461 .analogue = 1,
469 .analogue = 1,
477 .analogue = 1,
485 .analogue = 1,
493 .analogue = 1,
510 .analogue = 1,
518 .analogue = 1,
567 anc_transitions[i].analogue); in wm2000_anc_transition()