ct_cp_hpd_gpio     25 drivers/gpu/drm/omapdrm/displays/encoder-tpd12s015.c 	struct gpio_desc *ct_cp_hpd_gpio;
ct_cp_hpd_gpio     42 drivers/gpu/drm/omapdrm/displays/encoder-tpd12s015.c 	gpiod_set_value_cansleep(ddata->ct_cp_hpd_gpio, 1);
ct_cp_hpd_gpio     56 drivers/gpu/drm/omapdrm/displays/encoder-tpd12s015.c 	gpiod_set_value_cansleep(ddata->ct_cp_hpd_gpio, 0);
ct_cp_hpd_gpio    138 drivers/gpu/drm/omapdrm/displays/encoder-tpd12s015.c 	ddata->ct_cp_hpd_gpio = gpio;
ct_cp_hpd_gpio     23 drivers/video/fbdev/omap2/omapfb/displays/encoder-tpd12s015.c 	struct gpio_desc *ct_cp_hpd_gpio;
ct_cp_hpd_gpio     46 drivers/video/fbdev/omap2/omapfb/displays/encoder-tpd12s015.c 	if (ddata->ct_cp_hpd_gpio) {
ct_cp_hpd_gpio     47 drivers/video/fbdev/omap2/omapfb/displays/encoder-tpd12s015.c 		gpiod_set_value_cansleep(ddata->ct_cp_hpd_gpio, 1);
ct_cp_hpd_gpio     66 drivers/video/fbdev/omap2/omapfb/displays/encoder-tpd12s015.c 	gpiod_set_value_cansleep(ddata->ct_cp_hpd_gpio, 0);
ct_cp_hpd_gpio    245 drivers/video/fbdev/omap2/omapfb/displays/encoder-tpd12s015.c 	ddata->ct_cp_hpd_gpio = gpio;