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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dpatch_sigmatel.c4209 static inline int get_int_hint(struct hda_codec *codec, const char *key, function
4233 if (get_int_hint(codec, "gpio_mask", &spec->gpio_mask)) {
4237 if (get_int_hint(codec, "gpio_dir", &spec->gpio_dir))
4239 if (get_int_hint(codec, "gpio_data", &spec->gpio_data))
4241 if (get_int_hint(codec, "eapd_mask", &spec->eapd_mask))
4243 if (get_int_hint(codec, "gpio_mute", &spec->gpio_mute))
4248 get_int_hint(codec, "gpio_led_polarity", &spec->gpio_led_polarity);
4249 if (get_int_hint(codec, "gpio_led", &spec->gpio_led)) {

Completed in 33 milliseconds