ext_amp_gpio       85 sound/soc/intel/boards/bytcr_rt5651.c 	struct gpio_desc *ext_amp_gpio;
ext_amp_gpio      228 sound/soc/intel/boards/bytcr_rt5651.c 		gpiod_set_value_cansleep(priv->ext_amp_gpio, 1);
ext_amp_gpio      230 sound/soc/intel/boards/bytcr_rt5651.c 		gpiod_set_value_cansleep(priv->ext_amp_gpio, 0);
ext_amp_gpio      999 sound/soc/intel/boards/bytcr_rt5651.c 		priv->ext_amp_gpio = devm_fwnode_get_index_gpiod_from_child(
ext_amp_gpio     1003 sound/soc/intel/boards/bytcr_rt5651.c 		if (IS_ERR(priv->ext_amp_gpio)) {
ext_amp_gpio     1004 sound/soc/intel/boards/bytcr_rt5651.c 			ret_val = PTR_ERR(priv->ext_amp_gpio);
ext_amp_gpio     1007 sound/soc/intel/boards/bytcr_rt5651.c 				priv->ext_amp_gpio = NULL;