Lines Matching defs:buf
31 char *buf) in power_on_acct_show()
40 char *buf) in power_off_acct_show()
81 char *buf) in pin_configs_show()
96 char *buf) in init_pin_configs_show()
104 char *buf) in driver_pin_configs_show()
217 char *buf) in init_verbs_show()
232 static int parse_init_verbs(struct hda_codec *codec, const char *buf) in parse_init_verbs()
256 const char *buf, size_t count) in init_verbs_store()
267 char *buf) in hints_show()
308 static int parse_hints(struct hda_codec *codec, const char *buf) in parse_hints()
361 const char *buf, size_t count) in hints_store()
372 char *buf) in user_pin_configs_show()
380 static int parse_user_pin_configs(struct hda_codec *codec, const char *buf) in parse_user_pin_configs()
396 const char *buf, size_t count) in user_pin_configs_store()
539 static void parse_codec_mode(char *buf, struct hda_bus *bus, in parse_codec_mode()
562 static void parse_pincfg_mode(char *buf, struct hda_bus *bus, in parse_pincfg_mode()
568 static void parse_verb_mode(char *buf, struct hda_bus *bus, in parse_verb_mode()
574 static void parse_hint_mode(char *buf, struct hda_bus *bus, in parse_hint_mode()
580 static void parse_model_mode(char *buf, struct hda_bus *bus, in parse_model_mode()
587 static void parse_chip_name_mode(char *buf, struct hda_bus *bus, in parse_chip_name_mode()
656 static int parse_line_mode(char *buf, struct hda_bus *bus) in parse_line_mode()
676 static int get_line_from_fw(char *buf, int size, size_t *fw_size_p, in get_line_from_fw()
716 char buf[128]; in snd_hda_load_patch() local