Lines Matching refs:analogue
134 static int wm2000_power_up(struct i2c_client *i2c, int analogue) in wm2000_power_up() argument
203 if (analogue) { in wm2000_power_up()
236 if (analogue) in wm2000_power_up()
243 static int wm2000_power_down(struct i2c_client *i2c, int analogue) in wm2000_power_down() argument
247 if (analogue) { in wm2000_power_down()
277 static int wm2000_enter_bypass(struct i2c_client *i2c, int analogue) in wm2000_enter_bypass() argument
284 if (analogue) { in wm2000_enter_bypass()
316 static int wm2000_exit_bypass(struct i2c_client *i2c, int analogue) in wm2000_exit_bypass() argument
325 if (analogue) { in wm2000_exit_bypass()
351 static int wm2000_enter_standby(struct i2c_client *i2c, int analogue) in wm2000_enter_standby() argument
358 if (analogue) { in wm2000_enter_standby()
389 if (analogue) in wm2000_enter_standby()
395 static int wm2000_exit_standby(struct i2c_client *i2c, int analogue) in wm2000_exit_standby() argument
404 if (analogue) { in wm2000_exit_standby()
428 if (analogue) in wm2000_exit_standby()
434 typedef int (*wm2000_mode_fn)(struct i2c_client *i2c, int analogue);
439 int analogue; member
445 .analogue = 1,
461 .analogue = 1,
470 .analogue = 1,
478 .analogue = 1,
486 .analogue = 1,
494 .analogue = 1,
502 .analogue = 1,
519 .analogue = 1,
527 .analogue = 1,
576 anc_transitions[i].analogue); in wm2000_anc_transition()