Symbol: hw_hpd
drivers/gpu/drm/amd/display/dc/gpio/dce110/hw_factory_dce110.c
139
struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin);
drivers/gpu/drm/amd/display/dc/gpio/dce120/hw_factory_dce120.c
156
struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin);
drivers/gpu/drm/amd/display/dc/gpio/dce60/hw_factory_dce60.c
143
struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin);
drivers/gpu/drm/amd/display/dc/gpio/dce80/hw_factory_dce80.c
143
struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin);
drivers/gpu/drm/amd/display/dc/gpio/dcn10/hw_factory_dcn10.c
188
struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin);
drivers/gpu/drm/amd/display/dc/gpio/dcn20/hw_factory_dcn20.c
208
struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin);
drivers/gpu/drm/amd/display/dc/gpio/dcn21/hw_factory_dcn21.c
196
struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin);
drivers/gpu/drm/amd/display/dc/gpio/dcn30/hw_factory_dcn30.c
225
struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin);
drivers/gpu/drm/amd/display/dc/gpio/dcn315/hw_factory_dcn315.c
217
struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin);
drivers/gpu/drm/amd/display/dc/gpio/dcn32/hw_factory_dcn32.c
229
struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin);
drivers/gpu/drm/amd/display/dc/gpio/dcn401/hw_factory_dcn401.c
221
struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin);
drivers/gpu/drm/amd/display/dc/gpio/gpio_base.c
241
struct hw_hpd *dal_gpio_get_hpd(struct gpio *gpio)
drivers/gpu/drm/amd/display/dc/gpio/hw_factory.h
30
struct hw_hpd;
drivers/gpu/drm/amd/display/dc/gpio/hw_factory.h
50
struct hw_hpd **hw_hpd,
drivers/gpu/drm/amd/display/dc/gpio/hw_hpd.c
115
struct hw_hpd *pin,
drivers/gpu/drm/amd/display/dc/gpio/hw_hpd.c
125
struct hw_hpd **hw_hpd,
drivers/gpu/drm/amd/display/dc/gpio/hw_hpd.c
132
*hw_hpd = NULL;
drivers/gpu/drm/amd/display/dc/gpio/hw_hpd.c
135
*hw_hpd = kzalloc_obj(struct hw_hpd);
drivers/gpu/drm/amd/display/dc/gpio/hw_hpd.c
136
if (!*hw_hpd) {
drivers/gpu/drm/amd/display/dc/gpio/hw_hpd.c
141
dal_hw_hpd_construct(*hw_hpd, id, en, ctx);
drivers/gpu/drm/amd/display/dc/gpio/hw_hpd.c
146
struct hw_hpd *hw_hpd = dal_gpio_get_hpd(gpio);
drivers/gpu/drm/amd/display/dc/gpio/hw_hpd.c
148
return &hw_hpd->base.base;
drivers/gpu/drm/amd/display/dc/gpio/hw_hpd.c
48
struct hw_hpd *pin)
drivers/gpu/drm/amd/display/dc/gpio/hw_hpd.c
56
struct hw_hpd *hpd = HW_HPD_FROM_BASE(*ptr);
drivers/gpu/drm/amd/display/dc/gpio/hw_hpd.c
69
struct hw_hpd *hpd = HW_HPD_FROM_BASE(ptr);
drivers/gpu/drm/amd/display/dc/gpio/hw_hpd.c
92
struct hw_hpd *hpd = HW_HPD_FROM_BASE(ptr);
drivers/gpu/drm/amd/display/dc/gpio/hw_hpd.h
39
container_of((HW_GPIO_FROM_BASE(hw_gpio)), struct hw_hpd, base)
drivers/gpu/drm/amd/display/dc/gpio/hw_hpd.h
42
struct hw_hpd **hw_hpd,
drivers/gpu/drm/amd/display/dc/inc/hw/gpio.h
35
struct hw_hpd *hpd;
drivers/gpu/drm/amd/display/include/gpio_interface.h
98
struct hw_hpd *dal_gpio_get_hpd(struct gpio *gpio);