Lines Matching +defs:val +defs:buf

94 	u8 val;  in lp55xx_wait_opmode_done()  local
123 u8 mask, val; in lp55xx_load_engine() local
344 u8 val = cfg->reset.val; in lp55xx_reset_device() local
354 u8 val = cfg->enable.val; in lp55xx_detect_device() local
385 char *buf) in led_current_show()
394 const char *buf, size_t len) in led_current_store()
418 char *buf) in max_current_show()
569 char *buf) in select_engine_show()
579 const char *buf, size_t len) in select_engine_store()
583 unsigned long val; in select_engine_store() local
621 const char *buf, size_t len) in run_engine_store()
625 unsigned long val; in run_engine_store() local
649 char *buf, int nr) in lp55xx_show_engine_mode()
669 const char *buf, size_t len, int nr) in lp55xx_store_engine_mode()
698 const char *buf, size_t len, int nr) in lp55xx_store_engine_load()
714 static int lp55xx_mux_parse(struct lp55xx_chip *chip, const char *buf, in lp55xx_mux_parse()
744 char *buf, int nr) in lp55xx_show_engine_leds()
792 const char *buf, size_t len, int nr) in lp55xx_store_engine_leds()
818 char *buf, int nr) in lp55xx_show_master_fader()
824 u8 val; in lp55xx_show_master_fader() local
836 const char *buf, size_t len, int nr) in lp55xx_store_master_fader()
842 unsigned long val; in lp55xx_store_master_fader() local
861 char *buf) in lp55xx_show_master_fader_leds()
867 u8 val; in lp55xx_show_master_fader_leds() local
890 const char *buf, size_t len) in lp55xx_store_master_fader_leds()
896 u8 val; in lp55xx_store_master_fader_leds() local
930 int lp55xx_write(struct lp55xx_chip *chip, u8 reg, u8 val) in lp55xx_write()
936 int lp55xx_read(struct lp55xx_chip *chip, u8 reg, u8 *val) in lp55xx_read()
949 int lp55xx_update_bits(struct lp55xx_chip *chip, u8 reg, u8 mask, u8 val) in lp55xx_update_bits()