Searched refs:power_checks (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | asoc.h | 139 __field( int, power_checks ) 146 __entry->power_checks = card->dapm_stats.power_checks; 152 __get_str(name), (int)__entry->power_checks,
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | asoc.h | 140 __field( int, power_checks ) 147 __entry->power_checks = card->dapm_stats.power_checks; 153 __get_str(name), (int)__entry->power_checks,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/ |
H A D | base.c | 186 static enum dcb_gpio_func_name power_checks[] = { variable 204 for (i = 0; i < ARRAY_SIZE(power_checks); ++i) { in nvkm_gpio_init() 205 ret = nvkm_gpio_find(gpio, 0, power_checks[i], in nvkm_gpio_init()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/ |
H A D | base.c | 168 static enum dcb_gpio_func_name power_checks[] = { variable 186 for (i = 0; i < ARRAY_SIZE(power_checks); ++i) { in nvkm_gpio_init() 187 ret = nvkm_gpio_find(gpio, 0, power_checks[i], in nvkm_gpio_init()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | soc-dapm.h | 722 int power_checks; member
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | soc-dapm.h | 730 int power_checks; member
|
/kernel/linux/linux-5.10/sound/soc/ |
H A D | soc-dapm.c | 1446 DAPM_UPDATE_STAT(w, power_checks); in dapm_generic_check_power() 1458 DAPM_UPDATE_STAT(w, power_checks); in dapm_supply_check_power()
|
/kernel/linux/linux-6.6/sound/soc/ |
H A D | soc-dapm.c | 1440 DAPM_UPDATE_STAT(w, power_checks); in dapm_generic_check_power() 1452 DAPM_UPDATE_STAT(w, power_checks); in dapm_supply_check_power()
|
Completed in 25 milliseconds