Symbol: hw_ddc
drivers/gpu/drm/amd/display/dc/gpio/dce110/hw_factory_dce110.c
116
struct hw_ddc *ddc = HW_DDC_FROM_BASE(pin);
drivers/gpu/drm/amd/display/dc/gpio/dce120/hw_factory_dce120.c
133
struct hw_ddc *ddc = HW_DDC_FROM_BASE(pin);
drivers/gpu/drm/amd/display/dc/gpio/dce60/hw_factory_dce60.c
120
struct hw_ddc *ddc = HW_DDC_FROM_BASE(pin);
drivers/gpu/drm/amd/display/dc/gpio/dce80/hw_factory_dce80.c
120
struct hw_ddc *ddc = HW_DDC_FROM_BASE(pin);
drivers/gpu/drm/amd/display/dc/gpio/dcn10/hw_factory_dcn10.c
165
struct hw_ddc *ddc = HW_DDC_FROM_BASE(pin);
drivers/gpu/drm/amd/display/dc/gpio/dcn20/hw_factory_dcn20.c
185
struct hw_ddc *ddc = HW_DDC_FROM_BASE(pin);
drivers/gpu/drm/amd/display/dc/gpio/dcn21/hw_factory_dcn21.c
173
struct hw_ddc *ddc = HW_DDC_FROM_BASE(pin);
drivers/gpu/drm/amd/display/dc/gpio/dcn30/hw_factory_dcn30.c
202
struct hw_ddc *ddc = HW_DDC_FROM_BASE(pin);
drivers/gpu/drm/amd/display/dc/gpio/dcn315/hw_factory_dcn315.c
194
struct hw_ddc *ddc = HW_DDC_FROM_BASE(pin);
drivers/gpu/drm/amd/display/dc/gpio/dcn32/hw_factory_dcn32.c
206
struct hw_ddc *ddc = HW_DDC_FROM_BASE(pin);
drivers/gpu/drm/amd/display/dc/gpio/dcn401/hw_factory_dcn401.c
198
struct hw_ddc *ddc = HW_DDC_FROM_BASE(pin);
drivers/gpu/drm/amd/display/dc/gpio/dcn42/hw_factory_dcn42.c
188
struct hw_ddc *ddc = HW_DDC_FROM_BASE(pin);
drivers/gpu/drm/amd/display/dc/gpio/dcn42b/hw_factory_dcn42b.c
245
struct hw_ddc *ddc = HW_DDC_FROM_BASE(pin);
drivers/gpu/drm/amd/display/dc/gpio/gpio_base.c
236
struct hw_ddc *dal_gpio_get_ddc(struct gpio *gpio)
drivers/gpu/drm/amd/display/dc/gpio/hw_ddc.c
216
struct hw_ddc *ddc,
drivers/gpu/drm/amd/display/dc/gpio/hw_ddc.c
226
struct hw_ddc **hw_ddc,
drivers/gpu/drm/amd/display/dc/gpio/hw_ddc.c
233
*hw_ddc = NULL;
drivers/gpu/drm/amd/display/dc/gpio/hw_ddc.c
236
*hw_ddc = kzalloc_obj(struct hw_ddc);
drivers/gpu/drm/amd/display/dc/gpio/hw_ddc.c
237
if (!*hw_ddc) {
drivers/gpu/drm/amd/display/dc/gpio/hw_ddc.c
242
dal_hw_ddc_construct(*hw_ddc, id, en, ctx);
drivers/gpu/drm/amd/display/dc/gpio/hw_ddc.c
247
struct hw_ddc *hw_ddc = dal_gpio_get_ddc(gpio);
drivers/gpu/drm/amd/display/dc/gpio/hw_ddc.c
249
return &hw_ddc->base.base;
drivers/gpu/drm/amd/display/dc/gpio/hw_ddc.c
49
struct hw_ddc *pin)
drivers/gpu/drm/amd/display/dc/gpio/hw_ddc.c
57
struct hw_ddc *pin = HW_DDC_FROM_BASE(*ptr);
drivers/gpu/drm/amd/display/dc/gpio/hw_ddc.c
70
struct hw_ddc *ddc = HW_DDC_FROM_BASE(ptr);
drivers/gpu/drm/amd/display/dc/gpio/hw_ddc.h
39
container_of((HW_GPIO_FROM_BASE(hw_gpio)), struct hw_ddc, base)
drivers/gpu/drm/amd/display/dc/gpio/hw_ddc.h
42
struct hw_ddc **hw_ddc,
drivers/gpu/drm/amd/display/dc/gpio/hw_factory.h
31
struct hw_ddc;
drivers/gpu/drm/amd/display/dc/gpio/hw_factory.h
40
struct hw_ddc **hw_ddc,
drivers/gpu/drm/amd/display/dc/inc/hw/gpio.h
33
struct hw_ddc *ddc;
drivers/gpu/drm/amd/display/include/gpio_interface.h
96
struct hw_ddc *dal_gpio_get_ddc(struct gpio *gpio);