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

/linux-master/sound/pci/hda/
H A Dpatch_sigmatel.c537 static inline bool get_int_hint(struct hda_codec *codec, const char *key, function
549 if (get_int_hint(codec, "gpio_mask", &spec->gpio_mask)) {
553 if (get_int_hint(codec, "gpio_dir", &spec->gpio_dir))
555 if (get_int_hint(codec, "gpio_data", &spec->gpio_data))
557 if (get_int_hint(codec, "eapd_mask", &spec->eapd_mask))
559 if (get_int_hint(codec, "gpio_mute", &spec->gpio_mute))
751 if (get_int_hint(codec, "gpio_led", &spec->gpio_led)) {
752 get_int_hint(codec, "gpio_led_polarity",

Completed in 286 milliseconds