Searched refs:hw_ddc (Results 1 - 16 of 16) sorted by relevance

/openbsd-current/sys/dev/pci/drm/amd/display/dc/gpio/
H A Dhw_ddc.h31 struct hw_ddc { struct
39 container_of((HW_GPIO_FROM_BASE(hw_gpio)), struct hw_ddc, base)
42 struct hw_ddc **hw_ddc,
H A Dhw_ddc.c31 #include "hw_ddc.h"
49 struct hw_ddc *pin)
57 struct hw_ddc *pin = HW_DDC_FROM_BASE(*ptr);
70 struct hw_ddc *ddc = HW_DDC_FROM_BASE(ptr);
219 struct hw_ddc *ddc,
229 struct hw_ddc **hw_ddc,
236 *hw_ddc = NULL;
239 *hw_ddc = kzalloc(sizeof(struct hw_ddc), GFP_KERNE
228 dal_hw_ddc_init( struct hw_ddc **hw_ddc, struct dc_context *ctx, enum gpio_id id, uint32_t en) argument
250 struct hw_ddc *hw_ddc = dal_gpio_get_ddc(gpio); local
[all...]
H A Dhw_factory.h31 struct hw_ddc;
40 struct hw_ddc **hw_ddc,
H A Dgpio_base.c236 struct hw_ddc *dal_gpio_get_ddc(struct gpio *gpio)
/openbsd-current/sys/dev/pci/drm/amd/display/include/
H A Dgpio_interface.h96 struct hw_ddc *dal_gpio_get_ddc(struct gpio *gpio);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/inc/hw/
H A Dgpio.h33 struct hw_ddc *ddc;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/gpio/dce80/
H A Dhw_factory_dce80.c33 #include "../hw_ddc.h"
120 struct hw_ddc *ddc = HW_DDC_FROM_BASE(pin);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/gpio/dce120/
H A Dhw_factory_dce120.c31 #include "../hw_ddc.h"
133 struct hw_ddc *ddc = HW_DDC_FROM_BASE(pin);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/gpio/dce60/
H A Dhw_factory_dce60.c33 #include "../hw_ddc.h"
120 struct hw_ddc *ddc = HW_DDC_FROM_BASE(pin);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/gpio/dce110/
H A Dhw_factory_dce110.c32 #include "../hw_ddc.h"
116 struct hw_ddc *ddc = HW_DDC_FROM_BASE(pin);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/gpio/dcn21/
H A Dhw_factory_dcn21.c31 #include "../hw_ddc.h"
173 struct hw_ddc *ddc = HW_DDC_FROM_BASE(pin);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/gpio/dcn10/
H A Dhw_factory_dcn10.c32 #include "../hw_ddc.h"
165 struct hw_ddc *ddc = HW_DDC_FROM_BASE(pin);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/gpio/dcn315/
H A Dhw_factory_dcn315.c31 #include "../hw_ddc.h"
194 struct hw_ddc *ddc = HW_DDC_FROM_BASE(pin);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/gpio/dcn30/
H A Dhw_factory_dcn30.c33 #include "../hw_ddc.h"
204 struct hw_ddc *ddc = HW_DDC_FROM_BASE(pin);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/gpio/dcn20/
H A Dhw_factory_dcn20.c31 #include "../hw_ddc.h"
185 struct hw_ddc *ddc = HW_DDC_FROM_BASE(pin);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/gpio/dcn32/
H A Dhw_factory_dcn32.c31 #include "../hw_ddc.h"
206 struct hw_ddc *ddc = HW_DDC_FROM_BASE(pin);

Completed in 316 milliseconds