Home
last modified time | relevance | path

Searched refs:mpc (Results 1 – 25 of 100) sorted by relevance

1234

/OK3568_Linux_fs/kernel/net/atm/
H A Dmpc.c69 static void MPOA_trigger_rcvd(struct k_message *msg, struct mpoa_client *mpc);
70 static void MPOA_res_reply_rcvd(struct k_message *msg, struct mpoa_client *mpc);
71 static void ingress_purge_rcvd(struct k_message *msg, struct mpoa_client *mpc);
72 static void egress_purge_rcvd(struct k_message *msg, struct mpoa_client *mpc);
73 static void mps_death(struct k_message *msg, struct mpoa_client *mpc);
74 static void clean_up(struct k_message *msg, struct mpoa_client *mpc,
77 struct mpoa_client *mpc);
79 struct mpoa_client *mpc);
81 struct mpoa_client *mpc);
83 static const uint8_t *copy_macs(struct mpoa_client *mpc,
[all …]
H A Dmpoa_caches.c133 static int cache_hit(in_cache_entry *entry, struct mpoa_client *mpc) in cache_hit() argument
143 if (entry->count > mpc->parameters.mpc_p1) { in cache_hit()
146 memcpy(msg.MPS_ctrl, mpc->mps_ctrl_addr, ATM_ESA_LEN); in cache_hit()
150 msg_to_mpoad(&msg, mpc); in cache_hit()
162 if (entry->count > mpc->parameters.mpc_p1 && in cache_hit()
165 mpc->dev->name, &entry->ctrl_info.in_dst_ip); in cache_hit()
168 memcpy(msg.MPS_ctrl, mpc->mps_ctrl_addr, ATM_ESA_LEN); in cache_hit()
173 msg_to_mpoad(&msg, mpc); in cache_hit()
324 static void in_destroy_cache(struct mpoa_client *mpc) in in_destroy_cache() argument
326 write_lock_irq(&mpc->ingress_lock); in in_destroy_cache()
[all …]
H A Dmpoa_proc.c107 struct mpoa_client *mpc; in mpc_start() local
111 for (mpc = mpcs; mpc; mpc = mpc->next) in mpc_start()
113 return mpc; in mpc_start()
133 struct mpoa_client *mpc = v; in mpc_show() local
145 seq_printf(m, "\nInterface %d:\n\n", mpc->dev_num); in mpc_show()
149 for (in_entry = mpc->in_cache; in_entry; in_entry = in_entry->next) { in mpc_show()
168 for (eg_entry = mpc->eg_cache; eg_entry; eg_entry = eg_entry->next) { in mpc_show()
H A Dmpoa_caches.h15 void atm_mpoa_init_cache(struct mpoa_client *mpc);
51 void (*destroy_cache)(struct mpoa_client *mpc);
77 void (*destroy_cache)(struct mpoa_client *mpc);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dmpc.h139 struct mpc { struct
162 struct mpc *mpc, argument
183 struct mpc *mpc,
202 struct mpc *mpc,
214 void (*mpc_init)(struct mpc *mpc);
216 struct mpc *mpc,
230 struct mpc *mpc,
246 struct mpc *mpc,
268 struct mpc *mpc,
286 struct mpc *mpc,
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_mpc.c48 struct mpc *mpc, in mpc3_is_dwb_idle() argument
51 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc3_is_dwb_idle()
63 struct mpc *mpc, in mpc3_set_dwb_mux() argument
67 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc3_set_dwb_mux()
74 struct mpc *mpc, in mpc3_disable_dwb_mux() argument
77 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc3_disable_dwb_mux()
84 struct mpc *mpc, in mpc3_set_out_rate_control() argument
90 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc3_set_out_rate_control()
102 static enum dc_lut_mode mpc3_get_ogam_current(struct mpc *mpc, int mpcc_id) in mpc3_get_ogam_current() argument
110 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc3_get_ogam_current()
[all …]
H A Ddcn30_hwseq.c95 struct mpc *mpc = pipe_ctx->stream_res.opp->ctx->dc->res_pool->mpc; in dcn30_set_mpc_shaper_3dlut() local
125 acquired_rmu = mpc->funcs->acquire_rmu(mpc, mpcc_id, in dcn30_set_mpc_shaper_3dlut()
129 result = mpc->funcs->program_3dlut(mpc, in dcn30_set_mpc_shaper_3dlut()
132 result = mpc->funcs->program_shaper(mpc, shaper_lut, in dcn30_set_mpc_shaper_3dlut()
136 mpc->funcs->release_rmu(mpc, mpcc_id); in dcn30_set_mpc_shaper_3dlut()
190 struct mpc *mpc = pipe_ctx->stream_res.opp->ctx->dc->res_pool->mpc; in dcn30_set_output_transfer_func() local
198 if (ret == false && mpc->funcs->set_output_gamma && stream->out_transfer_func) { in dcn30_set_output_transfer_func()
205 &mpc->blender_params, false)) in dcn30_set_output_transfer_func()
206 params = &mpc->blender_params; in dcn30_set_output_transfer_func()
213 mpc->funcs->set_output_gamma(mpc, mpcc_id, params); in dcn30_set_output_transfer_func()
[all …]
H A Ddcn30_mpc.h593 struct mpc base;
612 struct mpc *mpc,
617 struct mpc *mpc,
621 uint32_t mpcc3_acquire_rmu(struct mpc *mpc,
625 struct mpc *mpc,
630 struct mpc *mpc,
635 struct mpc *mpc,
641 struct mpc *mpc,
647 struct mpc *mpc,
652 struct mpc *mpc,
[all …]
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dmpparse.c143 static int __init smp_check_mpc(struct mpc_table *mpc, char *oem, char *str) in smp_check_mpc() argument
146 if (memcmp(mpc->signature, MPC_SIGNATURE, 4)) { in smp_check_mpc()
148 mpc->signature[0], mpc->signature[1], in smp_check_mpc()
149 mpc->signature[2], mpc->signature[3]); in smp_check_mpc()
152 if (mpf_checksum((unsigned char *)mpc, mpc->length)) { in smp_check_mpc()
156 if (mpc->spec != 0x01 && mpc->spec != 0x04) { in smp_check_mpc()
157 pr_err("MPTABLE: bad table version (%d)!!\n", mpc->spec); in smp_check_mpc()
160 if (!mpc->lapic) { in smp_check_mpc()
164 memcpy(oem, mpc->oem, 8); in smp_check_mpc()
168 memcpy(str, mpc->productid, 12); in smp_check_mpc()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_mpc.c40 void mpc1_set_bg_color(struct mpc *mpc, in mpc1_set_bg_color() argument
44 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc); in mpc1_set_bg_color()
45 struct mpcc *bottommost_mpcc = mpc1_get_mpcc(mpc, mpcc_id); in mpc1_set_bg_color()
70 struct mpc *mpc, in mpc1_update_blending() argument
74 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc); in mpc1_update_blending()
75 struct mpcc *mpcc = mpc1_get_mpcc(mpc, mpcc_id); in mpc1_update_blending()
84 mpc1_set_bg_color(mpc, &blnd_cfg->black_color, mpcc_id); in mpc1_update_blending()
89 struct mpc *mpc, in mpc1_update_stereo_mix() argument
93 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc); in mpc1_update_stereo_mix()
103 void mpc1_assert_idle_mpcc(struct mpc *mpc, int id) in mpc1_assert_idle_mpcc() argument
[all …]
H A Ddcn10_mpc.h125 struct mpc base;
142 struct mpc *mpc,
151 struct mpc *mpc,
156 struct mpc *mpc);
159 struct mpc *mpc,
163 struct mpc *mpc,
167 struct mpc *mpc,
172 struct mpc *mpc,
177 struct mpc *mpc,
181 struct mpc *mpc,
[all …]
H A Ddcn10_resource.c742 static struct mpc *dcn10_mpc_create(struct dc_context *ctx) in dcn10_mpc_create()
976 if (pool->base.mpc != NULL) { in dcn10_resource_destruct()
977 kfree(TO_DCN10_MPC(pool->base.mpc)); in dcn10_resource_destruct()
978 pool->base.mpc = NULL; in dcn10_resource_destruct()
1410 dc->caps.color.mpc.gamut_remap = 0; in dcn10_resource_construct()
1411 dc->caps.color.mpc.num_3dluts = 0; in dcn10_resource_construct()
1412 dc->caps.color.mpc.shared_3d_lut = 0; in dcn10_resource_construct()
1413 dc->caps.color.mpc.ogam_ram = 0; in dcn10_resource_construct()
1414 dc->caps.color.mpc.ogam_rom_caps.srgb = 0; in dcn10_resource_construct()
1415 dc->caps.color.mpc.ogam_rom_caps.bt2020 = 0; in dcn10_resource_construct()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_mpc.c49 struct mpc *mpc, in mpc2_update_blending() argument
53 struct dcn20_mpc *mpc20 = TO_DCN20_MPC(mpc); in mpc2_update_blending()
55 struct mpcc *mpcc = mpc1_get_mpcc(mpc, mpcc_id); in mpc2_update_blending()
70 mpc1_set_bg_color(mpc, &blnd_cfg->black_color, mpcc_id); in mpc2_update_blending()
75 struct mpc *mpc, in mpc2_set_denorm() argument
79 struct dcn20_mpc *mpc20 = TO_DCN20_MPC(mpc); in mpc2_set_denorm()
113 struct mpc *mpc, in mpc2_set_denorm_clamp() argument
117 struct dcn20_mpc *mpc20 = TO_DCN20_MPC(mpc); in mpc2_set_denorm_clamp()
133 struct mpc *mpc, in mpc2_set_output_csc() argument
139 struct dcn20_mpc *mpc20 = TO_DCN20_MPC(mpc); in mpc2_set_output_csc()
[all …]
H A Ddcn20_mpc.h261 struct mpc base;
278 struct mpc *mpc,
283 struct mpc *mpc,
288 struct mpc *mpc,
293 struct mpc *mpc,
299 struct mpc *mpc,
305 struct mpc *mpc,
309 void mpc2_assert_idle_mpcc(struct mpc *mpc, int id);
310 void mpc2_assert_mpcc_idle_before_connect(struct mpc *mpc, int mpcc_id);
311 void mpc20_power_on_ogam_lut(struct mpc *mpc, int mpcc_id, bool power_on);
H A Ddcn20_hwseq.c657 struct mpc *mpc = dc->res_pool->mpc; in dcn20_enable_stream_timing() local
712 if (mpc->funcs->set_out_rate_control) { in dcn20_enable_stream_timing()
714 mpc->funcs->set_out_rate_control( in dcn20_enable_stream_timing()
715 mpc, opp_inst[i], in dcn20_enable_stream_timing()
777 struct mpc *mpc = dc->res_pool->mpc; in dcn20_program_output_csc() local
781 if (mpc->funcs->power_on_mpc_mem_pwr) in dcn20_program_output_csc()
782 mpc->funcs->power_on_mpc_mem_pwr(mpc, mpcc_id, true); in dcn20_program_output_csc()
785 if (mpc->funcs->set_output_csc != NULL) in dcn20_program_output_csc()
786 mpc->funcs->set_output_csc(mpc, in dcn20_program_output_csc()
791 if (mpc->funcs->set_ocsc_default != NULL) in dcn20_program_output_csc()
[all …]
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dmpspec.c69 struct mpc_config_processor *mpc; in mp_write_processor() local
90 mpc = (struct mpc_config_processor *)mp_next_mpc_entry(mc); in mp_write_processor()
91 mpc->mpc_type = MP_PROCESSOR; in mp_write_processor()
92 mpc->mpc_apicid = plat->cpu_id; in mp_write_processor()
93 mpc->mpc_apicver = apicver; in mp_write_processor()
96 mpc->mpc_cpuflag = cpuflag; in mp_write_processor()
97 mpc->mpc_cpusignature = cpusignature; in mp_write_processor()
98 mpc->mpc_cpufeature = cpufeature; in mp_write_processor()
99 mpc->mpc_reserved[0] = 0; in mp_write_processor()
100 mpc->mpc_reserved[1] = 0; in mp_write_processor()
[all …]
/OK3568_Linux_fs/kernel/arch/mips/sgi-ip30/
H A Dip30-smp.c79 struct mpconf *mpc; in ip30_smp_setup() local
85 mpc = (struct mpconf *)MPCONF(i); in ip30_smp_setup()
86 if (mpc->magic == MPCONF_MAGIC) { in ip30_smp_setup()
91 i, mpc->prid, mpc->physid, mpc->virtid); in ip30_smp_setup()
112 struct mpconf *mpc = (struct mpconf *)MPCONF(cpu); in ip30_smp_boot_secondary() local
115 mpc->stackaddr = (void *)__KSTK_TOS(idle); in ip30_smp_boot_secondary()
118 mpc->lnch_parm = task_thread_info(idle); in ip30_smp_boot_secondary()
123 mpc->launch = smp_bootstrap; in ip30_smp_boot_secondary()
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/libmpc/
H A Dlibmpc_1.2.1.bb6 SRC_URI = "${GNU_MIRROR}/mpc/mpc-${PV}.tar.gz"
10 S = "${WORKDIR}/mpc-${PV}"
/OK3568_Linux_fs/buildroot/package/mpd-mpc/
H A DConfig.in2 bool "mpd-mpc"
7 http://www.musicpd.org/clients/mpc/
H A Dmpd-mpc.mk9 MPD_MPC_SITE = http://www.musicpd.org/download/mpc/$(MPD_MPC_VERSION_MAJOR)
10 MPD_MPC_SOURCE = mpc-$(MPD_MPC_VERSION).tar.xz
/OK3568_Linux_fs/device/rockchip/common/scripts/
H A Dcheck-kernel.sh47 "$SCRIPTS_DIR/check-header.sh" mpc mpc.h libmpc-dev
/OK3568_Linux_fs/yocto/meta-openembedded/meta-xfce/recipes-multimedia/packagegroups/
H A Dpackagegroup-xfce-multimedia.bb8 # While this item does not require it, it depends on xfmpc and xfc4-mpc-plugin
15 xfce4-mpc-plugin \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/
H A Dmpc_0.34.bb4 HOMEPAGE = "https://www.musicpd.org/clients/mpc/"
10 SRC_URI = "git://github.com/MusicPlayerDaemon/mpc;branch=master;protocol=https"
/OK3568_Linux_fs/buildroot/package/gcc/gcc-target/
H A Dgcc-target.mk14 GCC_TARGET_DEPENDENCIES = binutils gmp mpfr mpc
26 --with-mpc=$(STAGING_DIR) \
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_resource.c926 if (pool->base.mpc != NULL) { in dcn21_resource_destruct()
927 kfree(TO_DCN20_MPC(pool->base.mpc)); in dcn21_resource_destruct()
928 pool->base.mpc = NULL; in dcn21_resource_destruct()
1361 struct mpc *dcn21_mpc_create(struct dc_context *ctx) in dcn21_mpc_create()
1859 dc->caps.color.mpc.gamut_remap = 0; in dcn21_resource_construct()
1860 dc->caps.color.mpc.num_3dluts = 0; in dcn21_resource_construct()
1861 dc->caps.color.mpc.shared_3d_lut = 0; in dcn21_resource_construct()
1862 dc->caps.color.mpc.ogam_ram = 1; in dcn21_resource_construct()
1863 dc->caps.color.mpc.ogam_rom_caps.srgb = 0; in dcn21_resource_construct()
1864 dc->caps.color.mpc.ogam_rom_caps.bt2020 = 0; in dcn21_resource_construct()
[all …]

1234