Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/hda/
H A Dhdaa.c5179 int i, numgpo; in hdaa_gpo_commit() local
5181 numgpo = HDA_PARAM_GPIO_COUNT_NUM_GPO(devinfo->gpio_cap); in hdaa_gpo_commit()
5182 if (devinfo->gpo != 0 && numgpo != 0) { in hdaa_gpo_commit()
5185 for (i = 0; i < numgpo; i++) { in hdaa_gpo_commit()
6393 int n = 0, i, numgpo; in hdaa_sysctl_gpo_state() local
6398 numgpo = HDA_PARAM_GPIO_COUNT_NUM_GPO(devinfo->gpio_cap); in hdaa_sysctl_gpo_state()
6399 if (numgpo > 0) { in hdaa_sysctl_gpo_state()
6404 for (i = 0; i < numgpo; i++) { in hdaa_sysctl_gpo_state()
6416 int error, n = 0, i, numgpo; in hdaa_sysctl_gpo_config() local
6420 numgpo = HDA_PARAM_GPIO_COUNT_NUM_GPO(devinfo->gpio_cap); in hdaa_sysctl_gpo_config()
[all …]