Home
last modified time | relevance | path

Searched refs:best_cfg (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_generic.c1983 struct auto_pin_cfg *best_cfg; in parse_output_paths() local
1991 best_cfg = kmalloc(sizeof(*best_cfg), GFP_KERNEL); in parse_output_paths()
1992 if (!best_cfg) in parse_output_paths()
1994 *best_cfg = *cfg; in parse_output_paths()
2000 kfree(best_cfg); in parse_output_paths()
2009 *best_cfg = *cfg; in parse_output_paths()
2056 debug_badness("==> restoring best_cfg\n"); in parse_output_paths()
2057 *cfg = *best_cfg; in parse_output_paths()
2095 kfree(best_cfg); in parse_output_paths()
[all...]
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dhda_generic.c1989 struct auto_pin_cfg *best_cfg; in parse_output_paths() local
1997 best_cfg = kmalloc(sizeof(*best_cfg), GFP_KERNEL); in parse_output_paths()
1998 if (!best_cfg) in parse_output_paths()
2000 *best_cfg = *cfg; in parse_output_paths()
2006 kfree(best_cfg); in parse_output_paths()
2015 *best_cfg = *cfg; in parse_output_paths()
2062 debug_badness("==> restoring best_cfg\n"); in parse_output_paths()
2063 *cfg = *best_cfg; in parse_output_paths()
2101 kfree(best_cfg); in parse_output_paths()
[all...]

Completed in 12 milliseconds