Home
last modified time | relevance | path

Searched refs:numgpo (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/sound/pci/hda/
H A Dhdaa.c5207 int i, numgpo; in hdaa_gpo_commit() local
5209 numgpo = HDA_PARAM_GPIO_COUNT_NUM_GPO(devinfo->gpio_cap); in hdaa_gpo_commit()
5210 if (devinfo->gpo != 0 && numgpo != 0) { in hdaa_gpo_commit()
5213 for (i = 0; i < numgpo; i++) { in hdaa_gpo_commit()
6425 int n = 0, i, numgpo; in hdaa_sysctl_gpo_state() local
6430 numgpo = HDA_PARAM_GPIO_COUNT_NUM_GPO(devinfo->gpio_cap); in hdaa_sysctl_gpo_state()
6431 if (numgpo > 0) { in hdaa_sysctl_gpo_state()
6436 for (i = 0; i < numgpo; i++) { in hdaa_sysctl_gpo_state()
6448 int error, n = 0, i, numgpo; in hdaa_sysctl_gpo_config() local
6452 numgpo = HDA_PARAM_GPIO_COUNT_NUM_GPO(devinfo->gpio_cap); in hdaa_sysctl_gpo_config()
[all …]