/Linux-v6.1/drivers/gpu/drm/ |
D | drm_atomic_helper.c | 120 const struct drm_connector_helper_funcs *funcs = connector->helper_private; in handle_conflicting_encoders() local 295 const struct drm_connector_helper_funcs *funcs; in update_connector_routing() local 429 const struct drm_encoder_helper_funcs *funcs; in mode_fixup() local 479 const struct drm_crtc_helper_funcs *funcs; in mode_fixup() local 677 const struct drm_connector_helper_funcs *funcs = connector->helper_private; in drm_atomic_helper_check_modeset() local 745 const struct drm_connector_helper_funcs *funcs = connector->helper_private; in drm_atomic_helper_check_modeset() local 1008 const struct drm_plane_helper_funcs *funcs; in drm_atomic_helper_check_planes() local 1031 const struct drm_crtc_helper_funcs *funcs; in drm_atomic_helper_check_planes() local 1146 const struct drm_encoder_helper_funcs *funcs; in disable_outputs() local 1206 const struct drm_crtc_helper_funcs *funcs; in disable_outputs() local [all …]
|
D | drm_encoder.c | 99 const struct drm_encoder_funcs *funcs, in __drm_encoder_init() 161 const struct drm_encoder_funcs *funcs, in drm_encoder_init() 219 const struct drm_encoder_funcs *funcs, in __drmm_encoder_init() 241 const struct drm_encoder_funcs *funcs, in __drmm_encoder_alloc() 284 const struct drm_encoder_funcs *funcs, in drmm_encoder_init()
|
D | drm_crtc.c | 250 const struct drm_crtc_funcs *funcs, in __drm_crtc_init_with_planes() 357 const struct drm_crtc_funcs *funcs, in drm_crtc_init_with_planes() 387 const struct drm_crtc_funcs *funcs, in __drmm_crtc_init_with_planes() 439 const struct drm_crtc_funcs *funcs, in drmm_crtc_init_with_planes() 460 const struct drm_crtc_funcs *funcs, in __drmm_crtc_alloc_with_planes()
|
D | drm_gem_framebuffer_helper.c | 72 const struct drm_framebuffer_funcs *funcs) in drm_gem_fb_init() 155 const struct drm_framebuffer_funcs *funcs) in drm_gem_fb_init_with_funcs() 228 const struct drm_framebuffer_funcs *funcs) in drm_gem_fb_create_with_funcs()
|
D | drm_writeback.c | 315 const struct drm_connector_helper_funcs *funcs = in drm_writeback_prepare_job() local 367 const struct drm_connector_helper_funcs *funcs = in drm_writeback_cleanup_job() local
|
/Linux-v6.1/lib/ |
D | test_min_heap.c | 34 const struct min_heap_callbacks *funcs) in pop_verify_heap() 71 struct min_heap_callbacks funcs = { in test_heapify_all() local 104 struct min_heap_callbacks funcs = { in test_heap_push() local 137 struct min_heap_callbacks funcs = { in test_heap_pop_push() local
|
/Linux-v6.1/include/drm/ |
D | drm_encoder.h | 185 const struct drm_encoder_funcs *funcs; member 228 #define drmm_encoder_alloc(dev, type, member, funcs, encoder_type, name, ...) \ argument 246 #define drmm_plain_encoder_alloc(dev, funcs, encoder_type, name, ...) \ argument
|
D | drm_modeset_helper_vtables.h | 498 const struct drm_crtc_helper_funcs *funcs) in drm_crtc_helper_add() 847 const struct drm_encoder_helper_funcs *funcs) in drm_encoder_helper_add() 1154 const struct drm_connector_helper_funcs *funcs) in drm_connector_helper_add() 1357 const struct drm_plane_helper_funcs *funcs) in drm_plane_helper_add()
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/irq/ |
D | irq_service.h | 56 const struct irq_source_info_funcs *funcs; member 69 const struct irq_service_funcs *funcs; member
|
/Linux-v6.1/drivers/gpu/drm/msm/ |
D | msm_mmu.h | 28 const struct msm_mmu_funcs *funcs; member 36 const struct msm_mmu_funcs *funcs, enum msm_mmu_type type) in msm_mmu_init()
|
D | msm_kms.h | 146 const struct msm_kms_funcs *funcs; member 171 const struct msm_kms_funcs *funcs) in msm_kms_init()
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dce110/ |
D | dce110_opp_v.c | 39 static const struct opp_funcs funcs = { variable
|
/Linux-v6.1/drivers/pinctrl/pxa/ |
D | pinctrl-pxa2xx.h | 17 #define PXA_PIN(_pin, funcs...) \ argument 24 #define PXA_GPIO_PIN(_pin, funcs...) \ argument
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/gpio/ |
D | hw_translate.h | 42 const struct hw_translate_funcs *funcs; member
|
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_lsdma.h | 28 const struct amdgpu_lsdma_funcs *funcs; member
|
/Linux-v6.1/lib/livepatch/ |
D | test_klp_livepatch.c | 18 static struct klp_func funcs[] = { variable
|
D | test_klp_atomic_replace.c | 22 static struct klp_func funcs[] = { variable
|
/Linux-v6.1/samples/livepatch/ |
D | livepatch-sample.c | 39 static struct klp_func funcs[] = { variable
|
/Linux-v6.1/drivers/clk/hisilicon/ |
D | crg.h | 22 const struct hisi_crg_funcs *funcs; member
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/gpio/dce110/ |
D | hw_translate_dce110.c | 369 static const struct hw_translate_funcs funcs = { variable
|
/Linux-v6.1/drivers/pinctrl/aspeed/ |
D | pinctrl-aspeed.c | 155 const struct aspeed_sig_expr ***prios, **funcs, *expr; in get_defined_attribute() local 227 const struct aspeed_sig_expr **funcs; in aspeed_pinmux_set_mux() local 374 const struct aspeed_sig_expr ***prios, **funcs, *expr; in aspeed_gpio_request_enable() local
|
/Linux-v6.1/kernel/ |
D | tracepoint.c | 168 static void debug_print_probes(struct tracepoint_func *funcs) in debug_print_probes() 180 func_add(struct tracepoint_func **funcs, struct tracepoint_func *tp_func, in func_add() 232 static void *func_remove(struct tracepoint_func **funcs, in func_remove()
|
/Linux-v6.1/drivers/gpu/drm/arm/display/komeda/ |
D | komeda_pipeline.c | 17 const struct komeda_pipeline_funcs *funcs) in komeda_pipeline_add() 165 const struct komeda_component_funcs *funcs, in komeda_component_add()
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/gpio/dce80/ |
D | hw_translate_dce80.c | 402 static const struct hw_translate_funcs funcs = { variable
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/gpio/dce60/ |
D | hw_translate_dce60.c | 402 static const struct hw_translate_funcs funcs = { variable
|