toggling_mode
ret = fusb302_set_toggling(chip, chip->toggling_mode);
enum toggling_mode toggling_mode = chip->toggling_mode;
return fusb302_set_toggling(chip, toggling_mode);
fusb302_set_toggling(chip, chip->toggling_mode);
fusb302_set_toggling(chip, chip->toggling_mode);
enum toggling_mode mode)
chip->toggling_mode = mode;
enum toggling_mode mode = TOGGLING_MODE_OFF;
enum toggling_mode toggling_mode;