HomeSort by: relevance | last modified time | path
    Searched defs:hw_ddc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/
hw_ddc.h 1 /* $NetBSD: hw_ddc.h,v 1.2 2021/12/18 23:45:04 riastradh Exp $ */
33 struct hw_ddc { struct
41 container_of((HW_GPIO_FROM_BASE(hw_gpio)), struct hw_ddc, base)
44 struct hw_ddc **hw_ddc,
amdgpu_hw_ddc.c 39 #include "hw_ddc.h"
57 struct hw_ddc *pin)
65 struct hw_ddc *pin = HW_DDC_FROM_BASE(*ptr);
78 struct hw_ddc *ddc = HW_DDC_FROM_BASE(ptr);
225 struct hw_ddc *ddc,
235 struct hw_ddc **hw_ddc,
242 *hw_ddc = NULL;
245 *hw_ddc = kzalloc(sizeof(struct hw_ddc), GFP_KERNEL)
256 struct hw_ddc *hw_ddc = dal_gpio_get_ddc(gpio); local in function:dal_hw_ddc_get_pin
    [all...]

Completed in 20 milliseconds