hp_detect          87 sound/ppc/tumbler.c 	struct pmac_gpio hp_detect;
hp_detect         928 sound/ppc/tumbler.c 	if (mix->hp_detect.addr)
hp_detect         929 sound/ppc/tumbler.c 		detect |= read_audio_gpio(&mix->hp_detect);
hp_detect        1252 sound/ppc/tumbler.c 		val = do_gpio_read(&mix->hp_detect);
hp_detect        1253 sound/ppc/tumbler.c 		do_gpio_write(&mix->hp_detect, val | 0x80);
hp_detect        1291 sound/ppc/tumbler.c 				  NULL, &mix->hp_detect, 0);
hp_detect        1294 sound/ppc/tumbler.c 					  NULL, &mix->hp_detect, 1);
hp_detect        1297 sound/ppc/tumbler.c 					  NULL, &mix->hp_detect, 1);
hp_detect        1327 sound/ppc/tumbler.c 	tumbler_gpio_free(&mix->hp_detect);
hp_detect        1463 sound/ppc/tumbler.c 		val = do_gpio_read(&mix->hp_detect);
hp_detect        1464 sound/ppc/tumbler.c 		do_gpio_write(&mix->hp_detect, val | 0x80);
hp_detect          86 sound/soc/intel/boards/bytcr_rt5651.c 	struct gpio_desc *hp_detect;
hp_detect         634 sound/soc/intel/boards/bytcr_rt5651.c 	else if (priv->hp_detect)
hp_detect         651 sound/soc/intel/boards/bytcr_rt5651.c 						 priv->hp_detect);
hp_detect         832 sound/soc/intel/boards/bytcr_rt5651.c 						   priv->hp_detect);
hp_detect        1018 sound/soc/intel/boards/bytcr_rt5651.c 		priv->hp_detect = devm_fwnode_get_index_gpiod_from_child(
hp_detect        1022 sound/soc/intel/boards/bytcr_rt5651.c 		if (IS_ERR(priv->hp_detect)) {
hp_detect        1023 sound/soc/intel/boards/bytcr_rt5651.c 			ret_val = PTR_ERR(priv->hp_detect);
hp_detect        1026 sound/soc/intel/boards/bytcr_rt5651.c 				priv->hp_detect = NULL;