Home
last modified time | relevance | path

Searched refs:funcs (Results 126 – 150 of 1043) sorted by relevance

12345678910>>...42

/openbmc/linux/lib/livepatch/
H A Dtest_klp_callbacks_demo.c74 .funcs = no_funcs,
83 .funcs = no_funcs,
92 .funcs = busymod_funcs,
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_writeback.c315 const struct drm_connector_helper_funcs *funcs = in drm_writeback_prepare_job() local
319 if (funcs->prepare_writeback_job) { in drm_writeback_prepare_job()
320 ret = funcs->prepare_writeback_job(connector, job); in drm_writeback_prepare_job()
367 const struct drm_connector_helper_funcs *funcs = in drm_writeback_cleanup_job() local
370 if (job->prepared && funcs->cleanup_writeback_job) in drm_writeback_cleanup_job()
371 funcs->cleanup_writeback_job(connector, job); in drm_writeback_cleanup_job()
H A Ddrm_prime.c390 if (obj->funcs && obj->funcs->export) in export_and_register_object()
391 dmabuf = obj->funcs->export(obj, flags); in export_and_register_object()
590 !obj->funcs->get_sg_table) in drm_gem_map_attach()
637 if (WARN_ON(!obj->funcs->get_sg_table)) in drm_gem_map_dma_buf()
640 sgt = obj->funcs->get_sg_table(obj); in drm_gem_map_dma_buf()
731 if (obj->funcs && obj->funcs->mmap) { in drm_gem_prime_mmap()
732 vma->vm_ops = obj->funcs->vm_ops; in drm_gem_prime_mmap()
735 ret = obj->funcs->mmap(obj, vma); in drm_gem_prime_mmap()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn301/
H A Ddcn301_optc.c74 …optc->funcs->set_vtotal_min_max(optc, params->vertical_total_min - 1, params->vertical_total_max -… in optc301_set_drr()
83 optc->funcs->setup_manual_trigger(optc); in optc301_set_drr()
92 optc->funcs->set_vtotal_min_max(optc, 0, 0); in optc301_set_drr()
175 optc1->base.funcs = &dcn30_tg_funcs; in dcn301_timing_generator_init()
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_bios.c489 if (!adev->smuio.funcs || in amdgpu_soc15_read_bios_from_rom()
490 !adev->smuio.funcs->get_rom_index_offset || in amdgpu_soc15_read_bios_from_rom()
491 !adev->smuio.funcs->get_rom_data_offset) in amdgpu_soc15_read_bios_from_rom()
498 adev->smuio.funcs->get_rom_index_offset(adev); in amdgpu_soc15_read_bios_from_rom()
500 adev->smuio.funcs->get_rom_data_offset(adev); in amdgpu_soc15_read_bios_from_rom()
502 if (adev->nbio.funcs && in amdgpu_soc15_read_bios_from_rom()
503 adev->nbio.funcs->get_rom_offset) { in amdgpu_soc15_read_bios_from_rom()
504 rom_offset = adev->nbio.funcs->get_rom_offset(adev); in amdgpu_soc15_read_bios_from_rom()
H A Ddf_v1_7.c72 fb_channel_number = adev->df.funcs->get_fb_channel_number(adev); in df_v1_7_get_hbm_channel_number()
83 adev->df.funcs->enable_broadcast_mode(adev, true); in df_v1_7_update_medium_grain_clock_gating()
98 adev->df.funcs->enable_broadcast_mode(adev, false); in df_v1_7_update_medium_grain_clock_gating()
/openbmc/openbmc/poky/scripts/
H A Dgen-site-config25 if [ -e $1/funcs ]; then
28 done < $1/funcs
/openbmc/linux/tools/arch/x86/kcpuid/
H A Dkcpuid.c67 struct cpuid_func *funcs; member
153 func = &range->funcs[f & 0xffff]; in cpuid_store()
191 struct cpuid_func *func = &range->funcs[f]; in raw_dump_range()
234 range->funcs = malloc(sizeof(struct cpuid_func) * idx_func); in setup_cpuid_range()
235 if (!range->funcs) in setup_cpuid_range()
239 memset(range->funcs, 0, sizeof(struct cpuid_func) * idx_func); in setup_cpuid_range()
347 func = &range->funcs[index]; in parse_line()
514 show_func(&range->funcs[i]); in show_range()
529 return &range->funcs[func_idx]; in index_to_func()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/gpio/
H A Dhw_generic.c83 static const struct hw_gpio_pin_funcs funcs = { variable
100 pin->base.base.funcs = &funcs; in dal_hw_generic_construct()
H A Dhw_hpd.c104 static const struct hw_gpio_pin_funcs funcs = { variable
121 pin->base.base.funcs = &funcs; in dal_hw_hpd_construct()
/openbmc/linux/samples/livepatch/
H A Dlivepatch-shadow-fix1.c136 static struct klp_func funcs[] = { variable
150 .funcs = funcs,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/
H A Ddcn32_clk_mgr.c322 clk_mgr->dccg->funcs->update_dpp_dto( in dcn32_update_clocks_update_dpp_dto()
361 if (!stream_enc->funcs->get_fifo_cal_average_level) in dcn32_update_clocks_update_dentist()
366 dccg->funcs->set_fifo_errdet_ovr_en( in dcn32_update_clocks_update_dentist()
370 dccg->funcs->otg_drop_pixel( in dcn32_update_clocks_update_dentist()
373 dccg->funcs->set_fifo_errdet_ovr_en( in dcn32_update_clocks_update_dentist()
412 dccg->funcs->set_fifo_errdet_ovr_en(dccg, true); in dcn32_update_clocks_update_dentist()
414 dccg->funcs->otg_add_pixel(dccg, in dcn32_update_clocks_update_dentist()
416 dccg->funcs->set_fifo_errdet_ovr_en(dccg, false); in dcn32_update_clocks_update_dentist()
656 dmcu->funcs->set_psr_wait_loop(dmcu, in dcn32_update_clocks()
753 int ss_info_num = bp->funcs->get_ss_entry_number( in dcn32_clock_read_ss_info()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dce100/
H A Ddce_clk_mgr.c251 bp->funcs->program_display_engine_pll(bp, &pxl_clk_params); in dce_set_clock()
265 if (dmcu && dmcu->funcs->is_dmcu_initialized(dmcu)) in dce_set_clock()
266 dmcu->funcs->set_psr_wait_loop(dmcu, actual_clock / 1000 / 7); in dce_set_clock()
328 int ss_info_num = bp->funcs->get_ss_entry_number( in dce_clock_read_ss_info()
333 enum bp_result result = bp->funcs->get_spread_spectrum_info( in dce_clock_read_ss_info()
357 result = bp->funcs->get_spread_spectrum_info( in dce_clock_read_ss_info()
448 base->funcs = &dce_funcs; in dce_clk_mgr_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_lib.c104 lib->funcs = dml20_funcs; in dml_init_instance()
107 lib->funcs = dml20v2_funcs; in dml_init_instance()
110 lib->funcs = dml21_funcs; in dml_init_instance()
113 lib->funcs = dml30_funcs; in dml_init_instance()
117 lib->funcs = dml31_funcs; in dml_init_instance()
120 lib->funcs = dml314_funcs; in dml_init_instance()
123 lib->funcs = dml32_funcs; in dml_init_instance()
/openbmc/linux/drivers/gpu/drm/bridge/
H A Dpanel.c90 if (connector->funcs->reset) in panel_bridge_attach()
91 connector->funcs->reset(connector); in panel_bridge_attach()
209 if (panel->funcs->debugfs_init) in panel_bridge_debugfs_init()
210 panel->funcs->debugfs_init(panel, root); in panel_bridge_debugfs_init()
237 return bridge->funcs == &panel_bridge_bridge_funcs; in drm_bridge_is_panel()
304 panel_bridge->bridge.funcs = &panel_bridge_bridge_funcs; in drm_panel_bridge_add_typed()
330 if (bridge->funcs != &panel_bridge_bridge_funcs) in drm_panel_bridge_remove()
/openbmc/linux/drivers/gpu/drm/msm/
H A Dmsm_debugfs.c45 gpu->funcs->show(gpu, show_priv->state, &p); in msm_gpu_show()
60 gpu->funcs->gpu_state_put(show_priv->state); in msm_gpu_release()
76 if (!gpu || !gpu->funcs->gpu_state_get) in msm_gpu_open()
89 show_priv->state = gpu->funcs->gpu_state_get(gpu); in msm_gpu_open()
340 if (priv->kms && priv->kms->funcs->debugfs_init) in msm_debugfs_init()
341 priv->kms->funcs->debugfs_init(priv->kms, minor); in msm_debugfs_init()
/openbmc/linux/arch/x86/kernel/cpu/
H A Dfeat_ctl.c27 u32 supported, funcs, ept, vpid, ign, low, high; in init_vmx_capabilities() local
53 rdmsr_safe(MSR_IA32_VMX_VMFUNC, &ign, &funcs); in init_vmx_capabilities()
63 WARN_ON_ONCE(funcs >> 4); in init_vmx_capabilities()
66 ((funcs & 0xf) << 28); in init_vmx_capabilities()
/openbmc/linux/drivers/gpu/drm/loongson/
H A Dlsdc_gfxpll.c134 this->funcs->get_rates(this, &dc, &gmc, &gpu); in loongson_gfxpll_print()
161 this->funcs->print(this, &printer, false); in loongson_gfxpll_init()
188 this->funcs = &lsdc_gmc_gpu_funcs; in loongson_gfxpll_create()
190 ret = this->funcs->init(this); in loongson_gfxpll_create()
/openbmc/linux/drivers/gpu/drm/tiny/
H A Dofdrm.c297 const struct ofdrm_device_funcs *funcs; member
664 odev->funcs->cmap_write(odev, i, r, g, b); in ofdrm_device_set_gamma_linear()
672 odev->funcs->cmap_write(odev, i, r, g, b); in ofdrm_device_set_gamma_linear()
1118 odev->funcs = &ofdrm_unknown_device_funcs; in ofdrm_device_create()
1121 odev->funcs = &ofdrm_mach64_device_funcs; in ofdrm_device_create()
1124 odev->funcs = &ofdrm_rage128_device_funcs; in ofdrm_device_create()
1133 odev->funcs = &ofdrm_radeon_device_funcs; in ofdrm_device_create()
1136 odev->funcs = &ofdrm_gxt2000_device_funcs; in ofdrm_device_create()
1139 odev->funcs = &ofdrm_avivo_device_funcs; in ofdrm_device_create()
1142 odev->funcs = &ofdrm_qemu_device_funcs; in ofdrm_device_create()
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c126 link->link_enc->funcs->get_dig_frontend && in link_blank_dp_stream()
133 dc->res_pool->stream_enc[j]->funcs->dp_blank(link, in link_blank_dp_stream()
835 pipe_ctx->stream_res.tg->funcs->set_dsc_config( in link_set_dsc_on_stream()
2378 if (pipe_ctx->stream_res.tg->funcs->set_out_mux) in link_set_dpms_off()
2382 if (vpg && vpg->funcs->vpg_powerdown) in link_set_dpms_off()
2383 vpg->funcs->vpg_powerdown(vpg); in link_set_dpms_off()
2426 link_enc->funcs->setup( in link_set_dpms_on()
2433 if (pipe_ctx->stream_res.tg->funcs->set_out_mux) { in link_set_dpms_on()
2446 if (vpg && vpg->funcs->vpg_poweron) in link_set_dpms_on()
2447 vpg->funcs->vpg_poweron(vpg); in link_set_dpms_on()
[all …]
/openbmc/linux/include/drm/
H A Ddrm_panel.h171 const struct drm_panel_follower_funcs *funcs; member
215 const struct drm_panel_funcs *funcs; member
273 const struct drm_panel_funcs *funcs,
/openbmc/linux/tools/bpf/bpftool/
H A Dcfg.c13 struct list_head funcs; member
55 list_first_entry(&cfg->funcs, struct func_node, l)
57 list_last_entry(&cfg->funcs, struct func_node, l)
67 list_for_each_entry(func, &cfg->funcs, l) { in cfg_append_func()
338 INIT_LIST_HEAD(&cfg->funcs); in cfg_build()
343 list_for_each_entry(func, &cfg->funcs, l) { in cfg_build()
358 list_for_each_entry_safe(func, func2, &cfg->funcs, l) { in cfg_destroy()
465 list_for_each_entry(func, &cfg->funcs, l) { in cfg_dump()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_crtc.c89 return crtc->base.funcs->get_vblank_counter(&crtc->base); in intel_crtc_get_vblank_counter()
300 const struct drm_crtc_funcs *funcs; in intel_crtc_init() local
349 funcs = &g4x_crtc_funcs; in intel_crtc_init()
351 funcs = &i965_crtc_funcs; in intel_crtc_init()
353 funcs = &i915gm_crtc_funcs; in intel_crtc_init()
355 funcs = &i915_crtc_funcs; in intel_crtc_init()
357 funcs = &i8xx_crtc_funcs; in intel_crtc_init()
360 funcs = &bdw_crtc_funcs; in intel_crtc_init()
362 funcs = &ilk_crtc_funcs; in intel_crtc_init()
367 funcs, "pipe %c", pipe_name(pipe)); in intel_crtc_init()
/openbmc/linux/kernel/trace/
H A Dtrace_output.c749 if (WARN_ON(!event->funcs)) in register_trace_event()
767 if (event->funcs->raw == NULL) in register_trace_event()
769 if (event->funcs->hex == NULL) in register_trace_event()
1069 .funcs = &trace_fn_funcs,
1209 .funcs = &trace_ctx_funcs,
1221 .funcs = &trace_wake_funcs,
1258 .funcs = &trace_stack_funcs,
1375 .funcs = &trace_hwlat_funcs,
1537 .funcs = &trace_bputs_funcs,
1581 .funcs = &trace_bprint_funcs,
[all …]
/openbmc/u-boot/drivers/bios_emulator/include/
H A Dx86emu.h153 void X86EMU_setupMemFuncs(X86EMU_memFuncs * funcs);
154 void X86EMU_setupPioFuncs(X86EMU_pioFuncs * funcs);
155 void X86EMU_setupIntrFuncs(X86EMU_intrFuncs funcs[]);

12345678910>>...42