Searched refs:hws (Results 176 - 200 of 246) sorted by relevance

12345678910

/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn315/
H A Ddcn315_resource.c1323 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL); local
1325 if (hws) {
1326 hws->ctx = ctx;
1327 hws->regs = &hwseq_reg;
1328 hws->shifts = &hwseq_shift;
1329 hws->masks = &hwseq_mask;
1331 return hws;
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn316/
H A Ddcn316_resource.c1321 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL); local
1323 if (hws) {
1324 hws->ctx = ctx;
1325 hws->regs = &hwseq_reg;
1326 hws->shifts = &hwseq_shift;
1327 hws->masks = &hwseq_mask;
1329 return hws;
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn301/
H A Ddcn301_resource.c1019 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL); local
1021 if (hws) {
1022 hws->ctx = ctx;
1023 hws->regs = &hwseq_reg;
1024 hws->shifts = &hwseq_shift;
1025 hws->masks = &hwseq_mask;
1027 return hws;
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.c1035 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL); local
1037 if (hws) {
1038 hws->ctx = ctx;
1039 hws->regs = &hwseq_reg;
1040 hws->shifts = &hwseq_shift;
1041 hws->masks = &hwseq_mask;
1043 return hws;
1227 struct dce_hwseq *hws = dc->hwseq; local
1257 else if (hws->funcs.is_dp_dig_pixel_rate_div_policy) {
1258 if (hws
[all...]
/linux-master/drivers/clk/bcm/
H A Dclk-bcm2835.c2265 struct clk_hw **hws; local
2278 struct_size(cprman, onecell.hws, asize),
2308 hws = cprman->onecell.hws;
2314 hws[i] = desc->clk_register(cprman, desc->data);
2318 ret = bcm2835_mark_sdc_parent_critical(hws[BCM2835_CLOCK_SDRAM]->clk);
/linux-master/drivers/clk/samsung/
H A Dclk-exynos5420.c1581 struct clk_hw **hws; local
1594 hws = ctx->clk_data.hws;
1600 if (clk_hw_get_rate(hws[CLK_FIN_PLL]) == 24 * MHZ) {
1671 clk_prepare_enable(hws[CLK_MOUT_SW_ACLK_G3D]->clk);
1676 clk_prepare_enable(hws[CLK_MOUT_BPLL]->clk);
/linux-master/drivers/clk/x86/
H A Dclk-cgu.c385 ctx->clk_data.hws[list->id] = hw;
578 ctx->clk_data.hws[list->id] = hw;
H A Dclk-lgm.c431 ctx = devm_kzalloc(dev, struct_size(ctx, clk_data.hws, CLK_NR_CLKS),
/linux-master/drivers/cpufreq/
H A Dqcom-cpufreq-hw.c679 clk_data = devm_kzalloc(dev, struct_size(clk_data, hws, num_domains), GFP_KERNEL);
714 clk_data->hws[i] = &data->cpu_clk;
/linux-master/drivers/clk/mediatek/
H A Dclk-mt8188-topckgen.c1293 top_clk_data->hws[CLK_TOP_MFG_CK_FAST_REF] = hw;
1296 top_clk_data->hws[CLK_TOP_MFG_CK_FAST_REF]->clk);
/linux-master/drivers/rtc/
H A Drtc-ac100.c313 struct_size(chip->clk_data, hws,
359 chip->clk_data->hws[i] = &clk->hw;
/linux-master/drivers/clk/sunxi-ng/
H A Dccu-sun9i-a80-de.c135 .hws = {
H A Dccu-sun5i.c631 .hws = {
770 .hws = {
876 .hws = {
H A Dccu-sun8i-v3s.c486 .hws = {
566 .hws = {
/linux-master/drivers/clk/meson/
H A Dg12a-aoclk.c455 .hws = g12a_aoclk_hw_clks,
H A Daxg-audio.c1788 hw = data->hw_clks.hws[i];
1828 .hws = axg_audio_hw_clks,
1837 .hws = g12a_audio_hw_clks,
1848 .hws = sm1_audio_hw_clks,
/linux-master/drivers/gpu/drm/i915/
H A Di915_gpu_error.h78 u32 hws; member in struct:intel_engine_coredump
/linux-master/drivers/phy/qualcomm/
H A Dphy-qcom-edp.c745 data = devm_kzalloc(edp->dev, struct_size(data, hws, 2), GFP_KERNEL);
766 data->hws[0] = &edp->dp_link_hw;
767 data->hws[1] = &edp->dp_pixel_hw;
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn35/
H A Ddcn35_resource.c1387 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL); local
1393 if (hws) {
1394 hws->ctx = ctx;
1395 hws->regs = &hwseq_reg;
1396 hws->shifts = &hwseq_shift;
1397 hws->masks = &hwseq_mask;
1399 return hws;
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn30/
H A Ddcn30_resource.c1049 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL); local
1051 if (hws) {
1052 hws->ctx = ctx;
1053 hws->regs = &hwseq_reg;
1054 hws->shifts = &hwseq_shift;
1055 hws->masks = &hwseq_mask;
1057 return hws;
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn31/
H A Ddcn31_resource.c1325 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL); local
1327 if (hws) {
1328 hws->ctx = ctx;
1329 hws->regs = &hwseq_reg;
1330 hws->shifts = &hwseq_shift;
1331 hws->masks = &hwseq_mask;
1333 return hws;
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c1323 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL); local
1329 if (hws) {
1330 hws->ctx = ctx;
1331 hws->regs = &hwseq_reg;
1332 hws->shifts = &hwseq_shift;
1333 hws->masks = &hwseq_mask;
1335 return hws;
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn321/
H A Ddcn321_resource.c1307 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL); local
1313 if (hws) {
1314 hws->ctx = ctx;
1315 hws->regs = &hwseq_reg;
1316 hws->shifts = &hwseq_shift;
1317 hws->masks = &hwseq_mask;
1319 return hws;
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn351/
H A Ddcn351_resource.c1367 struct dce_hwseq *hws = kzalloc(sizeof(struct dce_hwseq), GFP_KERNEL); local
1373 if (hws) {
1374 hws->ctx = ctx;
1375 hws->regs = &hwseq_reg;
1376 hws->shifts = &hwseq_shift;
1377 hws->masks = &hwseq_mask;
1379 return hws;
/linux-master/drivers/clk/qcom/
H A Dclk-rcg2.c871 p0 = cgfx->hws[0];
872 p1 = cgfx->hws[1];
873 p2 = cgfx->hws[2];

Completed in 282 milliseconds

12345678910