hw_hpd            143 drivers/gpu/drm/amd/display/dc/gpio/dce110/hw_factory_dce110.c 	struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin);
hw_hpd            156 drivers/gpu/drm/amd/display/dc/gpio/dce120/hw_factory_dce120.c 	struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin);
hw_hpd            143 drivers/gpu/drm/amd/display/dc/gpio/dce80/hw_factory_dce80.c 	struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin);
hw_hpd            188 drivers/gpu/drm/amd/display/dc/gpio/dcn10/hw_factory_dcn10.c 	struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin);
hw_hpd            195 drivers/gpu/drm/amd/display/dc/gpio/dcn20/hw_factory_dcn20.c 	struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin);
hw_hpd            197 drivers/gpu/drm/amd/display/dc/gpio/dcn21/hw_factory_dcn21.c 	struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin);
hw_hpd            243 drivers/gpu/drm/amd/display/dc/gpio/gpio_base.c struct hw_hpd *dal_gpio_get_hpd(struct gpio *gpio)
hw_hpd             30 drivers/gpu/drm/amd/display/dc/gpio/hw_factory.h struct hw_hpd;
hw_hpd             50 drivers/gpu/drm/amd/display/dc/gpio/hw_factory.h 				struct hw_hpd **hw_hpd,
hw_hpd             50 drivers/gpu/drm/amd/display/dc/gpio/hw_hpd.c 	struct hw_hpd *pin,
hw_hpd             59 drivers/gpu/drm/amd/display/dc/gpio/hw_hpd.c 	struct hw_hpd *pin)
hw_hpd             66 drivers/gpu/drm/amd/display/dc/gpio/hw_hpd.c 	struct hw_hpd *hpd)
hw_hpd             74 drivers/gpu/drm/amd/display/dc/gpio/hw_hpd.c 	struct hw_hpd *hpd = HW_HPD_FROM_BASE(*ptr);
hw_hpd             87 drivers/gpu/drm/amd/display/dc/gpio/hw_hpd.c 	struct hw_hpd *hpd = HW_HPD_FROM_BASE(ptr);
hw_hpd            110 drivers/gpu/drm/amd/display/dc/gpio/hw_hpd.c 	struct hw_hpd *hpd = HW_HPD_FROM_BASE(ptr);
hw_hpd            133 drivers/gpu/drm/amd/display/dc/gpio/hw_hpd.c 	struct hw_hpd *hpd,
hw_hpd            143 drivers/gpu/drm/amd/display/dc/gpio/hw_hpd.c 	struct hw_hpd **hw_hpd,
hw_hpd            150 drivers/gpu/drm/amd/display/dc/gpio/hw_hpd.c 		*hw_hpd = NULL;
hw_hpd            153 drivers/gpu/drm/amd/display/dc/gpio/hw_hpd.c 	*hw_hpd = kzalloc(sizeof(struct hw_hpd), GFP_KERNEL);
hw_hpd            154 drivers/gpu/drm/amd/display/dc/gpio/hw_hpd.c 	if (!*hw_hpd) {
hw_hpd            159 drivers/gpu/drm/amd/display/dc/gpio/hw_hpd.c 	construct(*hw_hpd, id, en, ctx);
hw_hpd            164 drivers/gpu/drm/amd/display/dc/gpio/hw_hpd.c 	struct hw_hpd *hw_hpd = dal_gpio_get_hpd(gpio);
hw_hpd            166 drivers/gpu/drm/amd/display/dc/gpio/hw_hpd.c 	return &hw_hpd->base.base;
hw_hpd             39 drivers/gpu/drm/amd/display/dc/gpio/hw_hpd.h 	container_of((HW_GPIO_FROM_BASE(hw_gpio)), struct hw_hpd, base)
hw_hpd             42 drivers/gpu/drm/amd/display/dc/gpio/hw_hpd.h 	struct hw_hpd **hw_hpd,
hw_hpd             35 drivers/gpu/drm/amd/display/dc/inc/hw/gpio.h 	struct hw_hpd *hpd;
hw_hpd             98 drivers/gpu/drm/amd/display/include/gpio_interface.h struct hw_hpd *dal_gpio_get_hpd(struct gpio *gpio);