Searched refs:hw_hpd (Results 1 – 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/gpio/ |
D | hw_hpd.c | 50 struct hw_hpd *pin) in dal_hw_hpd_destruct() 58 struct hw_hpd *hpd = HW_HPD_FROM_BASE(*ptr); in dal_hw_hpd_destroy() 71 struct hw_hpd *hpd = HW_HPD_FROM_BASE(ptr); in get_value() 94 struct hw_hpd *hpd = HW_HPD_FROM_BASE(ptr); in set_config() 117 struct hw_hpd *pin, in dal_hw_hpd_construct() 127 struct hw_hpd **hw_hpd, in dal_hw_hpd_init() argument 134 *hw_hpd = NULL; in dal_hw_hpd_init() 137 *hw_hpd = kzalloc(sizeof(struct hw_hpd), GFP_KERNEL); in dal_hw_hpd_init() 138 if (!*hw_hpd) { in dal_hw_hpd_init() 143 dal_hw_hpd_construct(*hw_hpd, id, en, ctx); in dal_hw_hpd_init() [all …]
|
D | hw_hpd.h | 31 struct hw_hpd { struct 39 container_of((HW_GPIO_FROM_BASE(hw_gpio)), struct hw_hpd, base) argument 42 struct hw_hpd **hw_hpd,
|
D | hw_factory.h | 30 struct hw_hpd; 50 struct hw_hpd **hw_hpd,
|
D | Makefile | 27 hw_gpio.o hw_hpd.o hw_ddc.o hw_generic.o hw_translate.o
|
D | gpio_base.c | 243 struct hw_hpd *dal_gpio_get_hpd(struct gpio *gpio) in dal_gpio_get_hpd()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/include/ |
D | gpio_interface.h | 98 struct hw_hpd *dal_gpio_get_hpd(struct gpio *gpio);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/hw/ |
D | gpio.h | 35 struct hw_hpd *hpd;
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/gpio/dce110/ |
D | hw_factory_dce110.c | 143 struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin); in define_hpd_registers()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/gpio/dce80/ |
D | hw_factory_dce80.c | 143 struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin); in define_hpd_registers()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/gpio/dce60/ |
D | hw_factory_dce60.c | 143 struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin); in define_hpd_registers()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/gpio/dce120/ |
D | hw_factory_dce120.c | 156 struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin); in define_hpd_registers()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/gpio/dcn10/ |
D | hw_factory_dcn10.c | 188 struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin); in define_hpd_registers()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/gpio/dcn21/ |
D | hw_factory_dcn21.c | 196 struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin); in define_hpd_registers()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/gpio/dcn20/ |
D | hw_factory_dcn20.c | 206 struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin); in define_hpd_registers()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/gpio/dcn30/ |
D | hw_factory_dcn30.c | 224 struct hw_hpd *hpd = HW_HPD_FROM_BASE(pin); in define_hpd_registers()
|