/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/hw/ |
H A D | mpc.h | 26 * DOC: mpc-overview 177 struct mpc { struct 203 struct mpc *mpc, 214 * [in/out] mpc - MPC context. 226 struct mpc *mpc, 240 * [in/out] mpc - MPC context. 247 struct mpc *mpc, [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/hw/ |
H A D | mpc.h | 139 struct mpc { struct 162 struct mpc *mpc, 171 * [in/out] mpc - MPC context. 183 struct mpc *mpc, 195 * [in/out] mpc - MPC context. 202 struct mpc *mpc, 210 * [in/out] mpc [all...] |
/kernel/linux/linux-5.10/net/atm/ |
H A D | mpc.c | 35 #include "mpc.h" 39 * mpc.c: Implementation of MPOA client kernel part 69 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); 130 struct mpoa_client *mpc; find_mpc_by_itfnum() local 144 struct mpoa_client *mpc; find_mpc_by_vcc() local 158 struct mpoa_client *mpc; find_mpc_by_lec() local 283 struct mpoa_client *mpc; alloc_mpc() local 312 start_mpc(struct mpoa_client *mpc, struct net_device *dev) start_mpc() argument 326 stop_mpc(struct mpoa_client *mpc) stop_mpc() argument 381 struct mpoa_client *mpc; lane2_assoc_ind() local 464 copy_macs(struct mpoa_client *mpc, const uint8_t *router_mac, const uint8_t *tlvs, uint8_t mps_macs, uint8_t device_type) copy_macs() argument 492 send_via_shortcut(struct sk_buff *skb, struct mpoa_client *mpc) send_via_shortcut() argument 573 struct mpoa_client *mpc; mpc_send_packet() local 608 struct mpoa_client *mpc; atm_mpoa_vcc_attach() local 656 struct mpoa_client *mpc; mpc_vcc_close() local 690 struct mpoa_client *mpc; mpc_push() local 797 struct mpoa_client *mpc; atm_mpoa_mpoad_attach() local 858 send_set_mps_ctrl_addr(const char *addr, struct mpoa_client *mpc) send_set_mps_ctrl_addr() argument 871 struct mpoa_client *mpc; mpoad_close() local 911 struct mpoa_client *mpc = find_mpc_by_vcc(vcc); msg_from_mpoad() local 975 msg_to_mpoad(struct k_message *mesg, struct mpoa_client *mpc) msg_to_mpoad() argument 1003 struct mpoa_client *mpc; mpoa_event_listener() local 1080 MPOA_trigger_rcvd(struct k_message *msg, struct mpoa_client *mpc) MPOA_trigger_rcvd() argument 1155 MPOA_res_reply_rcvd(struct k_message *msg, struct mpoa_client *mpc) MPOA_res_reply_rcvd() argument 1206 ingress_purge_rcvd(struct k_message *msg, struct mpoa_client *mpc) ingress_purge_rcvd() argument 1229 egress_purge_rcvd(struct k_message *msg, struct mpoa_client *mpc) egress_purge_rcvd() argument 1284 mps_death(struct k_message *msg, struct mpoa_client *mpc) mps_death() argument 1308 MPOA_cache_impos_rcvd(struct k_message *msg, struct mpoa_client *mpc) MPOA_cache_impos_rcvd() argument 1334 set_mpc_ctrl_addr_rcvd(struct k_message *mesg, struct mpoa_client *mpc) set_mpc_ctrl_addr_rcvd() argument 1389 clean_up(struct k_message *msg, struct mpoa_client *mpc, int action) clean_up() argument 1422 struct mpoa_client *mpc = mpcs; mpc_cache_check() local 1490 struct mpoa_client *mpc, *tmp; atm_mpoa_cleanup() local [all...] |
H A D | mpoa_caches.c | 8 #include "mpc.h" 133 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 332 eg_cache_get_by_cache_id(__be32 cache_id, struct mpoa_client *mpc) eg_cache_get_by_cache_id() argument 353 eg_cache_get_by_tag(__be32 tag, struct mpoa_client *mpc) eg_cache_get_by_tag() argument 374 eg_cache_get_by_vcc(struct atm_vcc *vcc, struct mpoa_client *mpc) eg_cache_get_by_vcc() argument 395 eg_cache_get_by_src_ip(__be32 ipaddr, struct mpoa_client *mpc) eg_cache_get_by_src_ip() argument 525 eg_destroy_cache(struct mpoa_client *mpc) eg_destroy_cache() argument 561 atm_mpoa_init_cache(struct mpoa_client *mpc) atm_mpoa_init_cache() argument [all...] |
/kernel/linux/linux-6.6/net/atm/ |
H A D | mpc.c | 35 #include "mpc.h" 39 * mpc.c: Implementation of MPOA client kernel part 69 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); 130 struct mpoa_client *mpc; find_mpc_by_itfnum() local 144 struct mpoa_client *mpc; find_mpc_by_vcc() local 158 struct mpoa_client *mpc; find_mpc_by_lec() local 283 struct mpoa_client *mpc; alloc_mpc() local 312 start_mpc(struct mpoa_client *mpc, struct net_device *dev) start_mpc() argument 326 stop_mpc(struct mpoa_client *mpc) stop_mpc() argument 381 struct mpoa_client *mpc; lane2_assoc_ind() local 464 copy_macs(struct mpoa_client *mpc, const uint8_t *router_mac, const uint8_t *tlvs, uint8_t mps_macs, uint8_t device_type) copy_macs() argument 492 send_via_shortcut(struct sk_buff *skb, struct mpoa_client *mpc) send_via_shortcut() argument 573 struct mpoa_client *mpc; mpc_send_packet() local 608 struct mpoa_client *mpc; atm_mpoa_vcc_attach() local 656 struct mpoa_client *mpc; mpc_vcc_close() local 690 struct mpoa_client *mpc; mpc_push() local 797 struct mpoa_client *mpc; atm_mpoa_mpoad_attach() local 858 send_set_mps_ctrl_addr(const char *addr, struct mpoa_client *mpc) send_set_mps_ctrl_addr() argument 871 struct mpoa_client *mpc; mpoad_close() local 911 struct mpoa_client *mpc = find_mpc_by_vcc(vcc); msg_from_mpoad() local 975 msg_to_mpoad(struct k_message *mesg, struct mpoa_client *mpc) msg_to_mpoad() argument 1003 struct mpoa_client *mpc; mpoa_event_listener() local 1080 MPOA_trigger_rcvd(struct k_message *msg, struct mpoa_client *mpc) MPOA_trigger_rcvd() argument 1155 MPOA_res_reply_rcvd(struct k_message *msg, struct mpoa_client *mpc) MPOA_res_reply_rcvd() argument 1206 ingress_purge_rcvd(struct k_message *msg, struct mpoa_client *mpc) ingress_purge_rcvd() argument 1229 egress_purge_rcvd(struct k_message *msg, struct mpoa_client *mpc) egress_purge_rcvd() argument 1284 mps_death(struct k_message *msg, struct mpoa_client *mpc) mps_death() argument 1308 MPOA_cache_impos_rcvd(struct k_message *msg, struct mpoa_client *mpc) MPOA_cache_impos_rcvd() argument 1334 set_mpc_ctrl_addr_rcvd(struct k_message *mesg, struct mpoa_client *mpc) set_mpc_ctrl_addr_rcvd() argument 1389 clean_up(struct k_message *msg, struct mpoa_client *mpc, int action) clean_up() argument 1422 struct mpoa_client *mpc = mpcs; mpc_cache_check() local 1490 struct mpoa_client *mpc, *tmp; atm_mpoa_cleanup() local [all...] |
H A D | mpoa_caches.c | 8 #include "mpc.h" 133 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 332 eg_cache_get_by_cache_id(__be32 cache_id, struct mpoa_client *mpc) eg_cache_get_by_cache_id() argument 353 eg_cache_get_by_tag(__be32 tag, struct mpoa_client *mpc) eg_cache_get_by_tag() argument 374 eg_cache_get_by_vcc(struct atm_vcc *vcc, struct mpoa_client *mpc) eg_cache_get_by_vcc() argument 395 eg_cache_get_by_src_ip(__be32 ipaddr, struct mpoa_client *mpc) eg_cache_get_by_src_ip() argument 525 eg_destroy_cache(struct mpoa_client *mpc) eg_destroy_cache() argument 561 atm_mpoa_init_cache(struct mpoa_client *mpc) atm_mpoa_init_cache() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/ |
H A D | dcn32_mpc.c | 45 void mpc32_mpc_init(struct mpc *mpc) in mpc32_mpc_init() argument 47 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc32_mpc_init() 50 mpc1_mpc_init(mpc); in mpc32_mpc_init() 52 if (mpc->ctx->dc->debug.enable_mem_low_power.bits.mpc) { in mpc32_mpc_init() 68 struct mpc *mpc, in mpc32_power_on_blnd_lut() 72 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc32_power_on_blnd_lut() 74 if (mpc in mpc32_power_on_blnd_lut() 67 mpc32_power_on_blnd_lut( struct mpc *mpc, uint32_t mpcc_id, bool power_on) mpc32_power_on_blnd_lut() argument 91 mpc32_get_post1dlut_current(struct mpc *mpc, uint32_t mpcc_id) mpc32_get_post1dlut_current() argument 123 mpc32_configure_post1dlut( struct mpc *mpc, uint32_t mpcc_id, bool is_ram_a) mpc32_configure_post1dlut() argument 138 mpc32_post1dlut_get_reg_field( struct dcn30_mpc *mpc, struct dcn3_xfer_func_reg *reg) mpc32_post1dlut_get_reg_field() argument 166 mpc32_program_post1dluta_settings( struct mpc *mpc, uint32_t mpcc_id, const struct pwl_params *params) mpc32_program_post1dluta_settings() argument 195 mpc32_program_post1dlutb_settings( struct mpc *mpc, uint32_t mpcc_id, const struct pwl_params *params) mpc32_program_post1dlutb_settings() argument 223 mpc32_program_post1dlut_pwl( struct mpc *mpc, uint32_t mpcc_id, const struct pwl_result_data *rgb, uint32_t num) mpc32_program_post1dlut_pwl() argument 257 mpc32_program_post1dlut( struct mpc *mpc, const struct pwl_params *params, uint32_t mpcc_id) mpc32_program_post1dlut() argument 297 mpc32_get_shaper_current(struct mpc *mpc, uint32_t mpcc_id) mpc32_get_shaper_current() argument 324 mpc32_configure_shaper_lut( struct mpc *mpc, bool is_ram_a, uint32_t mpcc_id) mpc32_configure_shaper_lut() argument 339 mpc32_program_shaper_luta_settings( struct mpc *mpc, const struct pwl_params *params, uint32_t mpcc_id) mpc32_program_shaper_luta_settings() argument 489 mpc32_program_shaper_lutb_settings( struct mpc *mpc, const struct pwl_params *params, uint32_t mpcc_id) mpc32_program_shaper_lutb_settings() argument 640 mpc32_program_shaper_lut( struct mpc *mpc, const struct pwl_result_data *rgb, uint32_t num, uint32_t mpcc_id) mpc32_program_shaper_lut() argument 674 mpc32_power_on_shaper_3dlut( struct mpc *mpc, uint32_t mpcc_id, bool power_on) mpc32_power_on_shaper_3dlut() argument 704 mpc32_program_shaper( struct mpc *mpc, const struct pwl_params *params, uint32_t mpcc_id) mpc32_program_shaper() argument 746 get3dlut_config( struct mpc *mpc, bool *is_17x17x17, bool *is_12bits_color_channel, int mpcc_id) get3dlut_config() argument 792 mpc32_select_3dlut_ram( struct mpc *mpc, enum dc_lut_mode mode, bool is_color_channel_12bits, uint32_t mpcc_id) mpc32_select_3dlut_ram() argument 806 mpc32_select_3dlut_ram_mask( struct mpc *mpc, uint32_t ram_selection_mask, uint32_t mpcc_id) mpc32_select_3dlut_ram_mask() argument 819 mpc32_set3dlut_ram12( struct mpc *mpc, const struct dc_rgb *lut, uint32_t entries, uint32_t mpcc_id) mpc32_set3dlut_ram12() argument 851 mpc32_set3dlut_ram10( struct mpc *mpc, const struct dc_rgb *lut, uint32_t entries, uint32_t mpcc_id) mpc32_set3dlut_ram10() argument 873 mpc32_set_3dlut_mode( struct mpc *mpc, enum dc_lut_mode mode, bool is_color_channel_12bits, bool is_lut_size17x17x17, uint32_t mpcc_id) mpc32_set_3dlut_mode() argument 900 mpc32_program_3dlut( struct mpc *mpc, const struct tetrahedral_params *params, int mpcc_id) mpc32_program_3dlut() argument [all...] |
H A D | dcn32_mpc.h | 313 void mpc32_mpc_init(struct mpc *mpc); 315 struct mpc *mpc, 319 struct mpc *mpc, 323 struct mpc *mpc, 336 struct mpc *mpc, [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_mpc.c | 40 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() 60 /* mpc color is 12 bit. tg_color is 10 bit */ in mpc1_set_bg_color() 77 struct mpc *mpc, in mpc1_update_blending() 81 struct dcn10_mpc *mpc10 = TO_DCN10_MPC(mpc); in mpc1_update_blending() 82 struct mpcc *mpcc = mpc1_get_mpcc(mpc, mpcc_id); in mpc1_update_blending() 95 struct mpc *mp in mpc1_update_stereo_mix() 76 mpc1_update_blending( struct mpc *mpc, struct mpcc_blnd_cfg *blnd_cfg, int mpcc_id) mpc1_update_blending() argument 94 mpc1_update_stereo_mix( struct mpc *mpc, struct mpcc_sm_cfg *sm_cfg, int mpcc_id) mpc1_update_stereo_mix() argument 109 mpc1_assert_idle_mpcc(struct mpc *mpc, int id) mpc1_assert_idle_mpcc() argument 119 mpc1_get_mpcc(struct mpc *mpc, int mpcc_id) mpc1_get_mpcc() argument 145 mpc1_is_mpcc_idle(struct mpc *mpc, int mpcc_id) mpc1_is_mpcc_idle() argument 161 mpc1_assert_mpcc_idle_before_connect(struct mpc *mpc, int mpcc_id) mpc1_assert_mpcc_idle_before_connect() argument 195 mpc1_insert_plane( struct mpc *mpc, struct mpc_tree *tree, struct mpcc_blnd_cfg *blnd_cfg, struct mpcc_sm_cfg *sm_cfg, struct mpcc *insert_above_mpcc, int dpp_id, int mpcc_id) mpc1_insert_plane() argument 287 mpc1_remove_mpcc( struct mpc *mpc, struct mpc_tree *tree, struct mpcc *mpcc_to_remove) mpc1_remove_mpcc() argument 371 mpc1_mpc_init(struct mpc *mpc) mpc1_mpc_init() argument 393 mpc1_mpc_init_single_inst(struct mpc *mpc, unsigned int mpcc_id) mpc1_mpc_init_single_inst() argument 412 mpc1_init_mpcc_list_from_hw( struct mpc *mpc, struct mpc_tree *tree) mpc1_init_mpcc_list_from_hw() argument 458 mpc1_read_mpcc_state( struct mpc *mpc, int mpcc_inst, struct mpcc_state *s) mpc1_read_mpcc_state() argument 476 mpc1_cursor_lock(struct mpc *mpc, int opp_id, bool lock) mpc1_cursor_lock() argument 483 mpc1_get_mpc_out_mux(struct mpc *mpc, int opp_id) mpc1_get_mpc_out_mux() argument [all...] |
H A D | dcn10_mpc.h | 28 #include "mpc.h" 125 struct mpc base; 142 struct mpc *mpc, 151 struct mpc *mpc, 156 struct mpc *mpc); 159 struct mpc *mpc, [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_mpc.c | 40 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() 53 /* mpc color is 12 bit. tg_color is 10 bit */ in mpc1_set_bg_color() 70 struct mpc *mpc, in mpc1_update_blending() 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, in mpc1_update_blending() 69 mpc1_update_blending( struct mpc *mpc, struct mpcc_blnd_cfg *blnd_cfg, int mpcc_id) mpc1_update_blending() argument 88 mpc1_update_stereo_mix( struct mpc *mpc, struct mpcc_sm_cfg *sm_cfg, int mpcc_id) mpc1_update_stereo_mix() argument 103 mpc1_assert_idle_mpcc(struct mpc *mpc, int id) mpc1_assert_idle_mpcc() argument 113 mpc1_get_mpcc(struct mpc *mpc, int mpcc_id) mpc1_get_mpcc() argument 139 mpc1_is_mpcc_idle(struct mpc *mpc, int mpcc_id) mpc1_is_mpcc_idle() argument 155 mpc1_assert_mpcc_idle_before_connect(struct mpc *mpc, int mpcc_id) mpc1_assert_mpcc_idle_before_connect() argument 189 mpc1_insert_plane( struct mpc *mpc, struct mpc_tree *tree, struct mpcc_blnd_cfg *blnd_cfg, struct mpcc_sm_cfg *sm_cfg, struct mpcc *insert_above_mpcc, int dpp_id, int mpcc_id) mpc1_insert_plane() argument 281 mpc1_remove_mpcc( struct mpc *mpc, struct mpc_tree *tree, struct mpcc *mpcc_to_remove) mpc1_remove_mpcc() argument 365 mpc1_mpc_init(struct mpc *mpc) mpc1_mpc_init() argument 387 mpc1_mpc_init_single_inst(struct mpc *mpc, unsigned int mpcc_id) mpc1_mpc_init_single_inst() argument 406 mpc1_init_mpcc_list_from_hw( struct mpc *mpc, struct mpc_tree *tree) mpc1_init_mpcc_list_from_hw() argument 452 mpc1_read_mpcc_state( struct mpc *mpc, int mpcc_inst, struct mpcc_state *s) mpc1_read_mpcc_state() argument 470 mpc1_cursor_lock(struct mpc *mpc, int opp_id, bool lock) mpc1_cursor_lock() argument [all...] |
H A D | dcn10_mpc.h | 28 #include "mpc.h" 125 struct mpc base; 142 struct mpc *mpc, 151 struct mpc *mpc, 156 struct mpc *mpc); 159 struct mpc *mpc, [all...] |
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | mpparse.c | 143 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 in smp_check_mpc() 184 smp_dump_mptable(struct mpc_table *mpc, unsigned char *mpt) smp_dump_mptable() argument 192 smp_read_mpc(struct mpc_table *mpc, unsigned early) smp_read_mpc() argument 422 struct mpc_table *mpc; get_mpc_size() local 435 struct mpc_table *mpc; check_physptr() local 725 replace_intsrc_all(struct mpc_table *mpc, unsigned long mpc_new_phys, unsigned long mpc_new_length) replace_intsrc_all() argument 841 struct mpc_table *mpc, *mpc_new; update_mp_table() local [all...] |
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | mpparse.c | 139 static int __init smp_check_mpc(struct mpc_table *mpc, char *oem, char *str) in smp_check_mpc() argument 142 if (memcmp(mpc->signature, MPC_SIGNATURE, 4)) { in smp_check_mpc() 144 mpc->signature[0], mpc->signature[1], in smp_check_mpc() 145 mpc->signature[2], mpc->signature[3]); in smp_check_mpc() 148 if (mpf_checksum((unsigned char *)mpc, mpc->length)) { in smp_check_mpc() 152 if (mpc->spec != 0x01 && mpc in smp_check_mpc() 180 smp_dump_mptable(struct mpc_table *mpc, unsigned char *mpt) smp_dump_mptable() argument 188 smp_read_mpc(struct mpc_table *mpc, unsigned early) smp_read_mpc() argument 413 struct mpc_table *mpc; get_mpc_size() local 426 struct mpc_table *mpc; check_physptr() local 714 replace_intsrc_all(struct mpc_table *mpc, unsigned long mpc_new_phys, unsigned long mpc_new_length) replace_intsrc_all() argument 830 struct mpc_table *mpc, *mpc_new; update_mp_table() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_mpc.c | 49 struct mpc *mpc, in mpc2_update_blending() 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() 79 struct dcn20_mpc *mpc20 = TO_DCN20_MPC(mpc); in mpc2_set_denorm() 113 struct mpc *mpc, in mpc2_set_denorm_clamp() 48 mpc2_update_blending( struct mpc *mpc, struct mpcc_blnd_cfg *blnd_cfg, int mpcc_id) mpc2_update_blending() argument 74 mpc2_set_denorm( struct mpc *mpc, int opp_id, enum dc_color_depth output_depth) mpc2_set_denorm() argument 112 mpc2_set_denorm_clamp( struct mpc *mpc, int opp_id, struct mpc_denorm_clamp denorm_clamp) mpc2_set_denorm_clamp() argument 132 mpc2_set_output_csc( struct mpc *mpc, int opp_id, const uint16_t *regval, enum mpc_output_csc_mode ocsc_mode) mpc2_set_output_csc() argument 186 mpc2_set_ocsc_default( struct mpc *mpc, int opp_id, enum dc_color_space color_space, enum mpc_output_csc_mode ocsc_mode) mpc2_set_ocsc_default() argument 245 mpc2_ogam_get_reg_field( struct mpc *mpc, struct xfer_func_reg *reg) mpc2_ogam_get_reg_field() argument 273 mpc20_power_on_ogam_lut( struct mpc *mpc, int mpcc_id, bool power_on) mpc20_power_on_ogam_lut() argument 284 mpc20_configure_ogam_lut( struct mpc *mpc, int mpcc_id, bool is_ram_a) mpc20_configure_ogam_lut() argument 297 mpc20_get_ogam_current(struct mpc *mpc, int mpcc_id) mpc20_get_ogam_current() argument 323 mpc2_program_lutb(struct mpc *mpc, int mpcc_id, const struct pwl_params *params) mpc2_program_lutb() argument 350 mpc2_program_luta(struct mpc *mpc, int mpcc_id, const struct pwl_params *params) mpc2_program_luta() argument 377 mpc20_program_ogam_pwl( struct mpc *mpc, int mpcc_id, const struct pwl_result_data *rgb, uint32_t num) mpc20_program_ogam_pwl() argument 404 apply_DEDCN20_305_wa( struct mpc *mpc, int mpcc_id, enum dc_lut_mode current_mode, enum dc_lut_mode next_mode) apply_DEDCN20_305_wa() argument 429 mpc2_set_output_gamma( struct mpc *mpc, int mpcc_id, const struct pwl_params *params) mpc2_set_output_gamma() argument 470 mpc2_assert_idle_mpcc(struct mpc *mpc, int id) mpc2_assert_idle_mpcc() argument 485 mpc2_assert_mpcc_idle_before_connect(struct mpc *mpc, int mpcc_id) mpc2_assert_mpcc_idle_before_connect() argument [all...] |
H A D | dcn20_mpc.h | 261 struct mpc base; 278 struct mpc *mpc, 283 struct mpc *mpc, 288 struct mpc *mpc, 293 struct mpc *mpc, 299 struct mpc *mp [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_mpc.c | 49 struct mpc *mpc, in mpc2_update_blending() 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() 74 struct mpc *mpc, in mpc2_set_denorm() 78 struct dcn20_mpc *mpc20 = TO_DCN20_MPC(mpc); in mpc2_set_denorm() 112 struct mpc *mpc, in mpc2_set_denorm_clamp() 116 struct dcn20_mpc *mpc20 = TO_DCN20_MPC(mpc); in mpc2_set_denorm_clamp() 48 mpc2_update_blending( struct mpc *mpc, struct mpcc_blnd_cfg *blnd_cfg, int mpcc_id) mpc2_update_blending() argument 73 mpc2_set_denorm( struct mpc *mpc, int opp_id, enum dc_color_depth output_depth) mpc2_set_denorm() argument 111 mpc2_set_denorm_clamp( struct mpc *mpc, int opp_id, struct mpc_denorm_clamp denorm_clamp) mpc2_set_denorm_clamp() argument 131 mpc2_set_output_csc( struct mpc *mpc, int opp_id, const uint16_t *regval, enum mpc_output_csc_mode ocsc_mode) mpc2_set_output_csc() argument 185 mpc2_set_ocsc_default( struct mpc *mpc, int opp_id, enum dc_color_space color_space, enum mpc_output_csc_mode ocsc_mode) mpc2_set_ocsc_default() argument 244 mpc2_ogam_get_reg_field( struct mpc *mpc, struct xfer_func_reg *reg) mpc2_ogam_get_reg_field() argument 272 mpc20_power_on_ogam_lut( struct mpc *mpc, int mpcc_id, bool power_on) mpc20_power_on_ogam_lut() argument 283 mpc20_configure_ogam_lut( struct mpc *mpc, int mpcc_id, bool is_ram_a) mpc20_configure_ogam_lut() argument 296 mpc20_get_ogam_current(struct mpc *mpc, int mpcc_id) mpc20_get_ogam_current() argument 322 mpc2_program_lutb(struct mpc *mpc, int mpcc_id, const struct pwl_params *params) mpc2_program_lutb() argument 349 mpc2_program_luta(struct mpc *mpc, int mpcc_id, const struct pwl_params *params) mpc2_program_luta() argument 376 mpc20_program_ogam_pwl( struct mpc *mpc, int mpcc_id, const struct pwl_result_data *rgb, uint32_t num) mpc20_program_ogam_pwl() argument 403 apply_DEDCN20_305_wa(struct mpc *mpc, int mpcc_id, enum dc_lut_mode current_mode, enum dc_lut_mode next_mode) apply_DEDCN20_305_wa() argument 427 mpc2_set_output_gamma( struct mpc *mpc, int mpcc_id, const struct pwl_params *params) mpc2_set_output_gamma() argument 468 mpc2_assert_idle_mpcc(struct mpc *mpc, int id) mpc2_assert_idle_mpcc() argument 483 mpc2_assert_mpcc_idle_before_connect(struct mpc *mpc, int mpcc_id) mpc2_assert_mpcc_idle_before_connect() argument [all...] |
H A D | dcn20_mpc.h | 261 struct mpc base; 278 struct mpc *mpc, 283 struct mpc *mpc, 288 struct mpc *mpc, 293 struct mpc *mpc, 299 struct mpc *mp [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn30/ |
H A D | dcn30_mpc.c | 48 struct mpc *mpc, in mpc3_is_dwb_idle() 51 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc3_is_dwb_idle() 63 struct mpc *mpc, in mpc3_set_dwb_mux() 67 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc3_set_dwb_mux() 74 struct mpc *mpc, in mpc3_disable_dwb_mux() 77 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc3_disable_dwb_mux() 84 struct mpc *mp in mpc3_set_out_rate_control() 47 mpc3_is_dwb_idle( struct mpc *mpc, int dwb_id) mpc3_is_dwb_idle() argument 62 mpc3_set_dwb_mux( struct mpc *mpc, int dwb_id, int mpcc_id) mpc3_set_dwb_mux() argument 73 mpc3_disable_dwb_mux( struct mpc *mpc, int dwb_id) mpc3_disable_dwb_mux() argument 83 mpc3_set_out_rate_control( struct mpc *mpc, int opp_id, bool enable, bool rate_2x_mode, struct mpc_dwb_flow_control *flow_control) mpc3_set_out_rate_control() argument 102 mpc3_get_ogam_current(struct mpc *mpc, int mpcc_id) mpc3_get_ogam_current() argument 140 mpc3_power_on_ogam_lut( struct mpc *mpc, int mpcc_id, bool power_on) mpc3_power_on_ogam_lut() argument 160 mpc3_configure_ogam_lut( struct mpc *mpc, int mpcc_id, bool is_ram_a) mpc3_configure_ogam_lut() argument 173 mpc3_ogam_get_reg_field( struct mpc *mpc, struct dcn3_xfer_func_reg *reg) mpc3_ogam_get_reg_field() argument 207 mpc3_program_luta(struct mpc *mpc, int mpcc_id, const struct pwl_params *params) mpc3_program_luta() argument 240 mpc3_program_lutb(struct mpc *mpc, int mpcc_id, const struct pwl_params *params) mpc3_program_lutb() argument 274 mpc3_program_ogam_pwl( struct mpc *mpc, int mpcc_id, const struct pwl_result_data *rgb, uint32_t num) mpc3_program_ogam_pwl() argument 330 mpc3_set_output_gamma( struct mpc *mpc, int mpcc_id, const struct pwl_params *params) mpc3_set_output_gamma() argument 378 mpc3_set_denorm( struct mpc *mpc, int opp_id, enum dc_color_depth output_depth) mpc3_set_denorm() argument 417 mpc3_set_denorm_clamp( struct mpc *mpc, int opp_id, struct mpc_denorm_clamp denorm_clamp) mpc3_set_denorm_clamp() argument 436 mpc3_get_shaper_current(struct mpc *mpc, uint32_t rmu_idx) mpc3_get_shaper_current() argument 462 mpc3_configure_shaper_lut( struct mpc *mpc, bool is_ram_a, uint32_t rmu_idx) mpc3_configure_shaper_lut() argument 476 mpc3_program_shaper_luta_settings( struct mpc *mpc, const struct pwl_params *params, uint32_t rmu_idx) mpc3_program_shaper_luta_settings() argument 625 mpc3_program_shaper_lutb_settings( struct mpc *mpc, const struct pwl_params *params, uint32_t rmu_idx) mpc3_program_shaper_lutb_settings() argument 776 mpc3_program_shaper_lut( struct mpc *mpc, const struct pwl_result_data *rgb, uint32_t num, uint32_t rmu_idx) mpc3_program_shaper_lut() argument 809 mpc3_power_on_shaper_3dlut( struct mpc *mpc, uint32_t rmu_idx, bool power_on) mpc3_power_on_shaper_3dlut() argument 852 mpc3_program_shaper( struct mpc *mpc, const struct pwl_params *params, uint32_t rmu_idx) mpc3_program_shaper() argument 893 mpc3_set_3dlut_mode( struct mpc *mpc, enum dc_lut_mode mode, bool is_color_channel_12bits, bool is_lut_size17x17x17, uint32_t rmu_idx) mpc3_set_3dlut_mode() argument 915 get3dlut_config( struct mpc *mpc, bool *is_17x17x17, bool *is_12bits_color_channel, int rmu_idx) get3dlut_config() argument 960 mpc3_select_3dlut_ram( struct mpc *mpc, enum dc_lut_mode mode, bool is_color_channel_12bits, uint32_t rmu_idx) mpc3_select_3dlut_ram() argument 973 mpc3_select_3dlut_ram_mask( struct mpc *mpc, uint32_t ram_selection_mask, uint32_t rmu_idx) mpc3_select_3dlut_ram_mask() argument 985 mpc3_set3dlut_ram12( struct mpc *mpc, const struct dc_rgb *lut, uint32_t entries, uint32_t rmu_idx) mpc3_set3dlut_ram12() argument 1016 mpc3_set3dlut_ram10( struct mpc *mpc, const struct dc_rgb *lut, uint32_t entries, uint32_t rmu_idx) mpc3_set3dlut_ram10() argument 1114 mpc3_set_gamut_remap( struct mpc *mpc, int mpcc_id, const struct mpc_grph_gamut_adjustment *adjust) mpc3_set_gamut_remap() argument 1149 mpc3_program_3dlut( struct mpc *mpc, const struct tetrahedral_params *params, int rmu_idx) mpc3_program_3dlut() argument 1234 mpc3_set_output_csc( struct mpc *mpc, int opp_id, const uint16_t *regval, enum mpc_output_csc_mode ocsc_mode) mpc3_set_output_csc() argument 1273 mpc3_set_ocsc_default( struct mpc *mpc, int opp_id, enum dc_color_space color_space, enum mpc_output_csc_mode ocsc_mode) mpc3_set_ocsc_default() argument 1317 mpc3_set_rmu_mux( struct mpc *mpc, int rmu_idx, int value) mpc3_set_rmu_mux() argument 1331 mpc3_get_rmu_mux_status( struct mpc *mpc, int rmu_idx) mpc3_get_rmu_mux_status() argument 1346 mpcc3_acquire_rmu(struct mpc *mpc, int mpcc_id, int rmu_idx) mpcc3_acquire_rmu() argument 1365 mpcc3_release_rmu(struct mpc *mpc, int mpcc_id) mpcc3_release_rmu() argument 1384 mpc3_set_mpc_mem_lp_mode(struct mpc *mpc) mpc3_set_mpc_mem_lp_mode() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/ |
H A D | dcn30_mpc.c | 48 struct mpc *mpc, in mpc3_is_dwb_idle() 51 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc3_is_dwb_idle() 63 struct mpc *mpc, in mpc3_set_dwb_mux() 67 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc3_set_dwb_mux() 74 struct mpc *mpc, in mpc3_disable_dwb_mux() 77 struct dcn30_mpc *mpc30 = TO_DCN30_MPC(mpc); in mpc3_disable_dwb_mux() 84 struct mpc *mp in mpc3_set_out_rate_control() 47 mpc3_is_dwb_idle( struct mpc *mpc, int dwb_id) mpc3_is_dwb_idle() argument 62 mpc3_set_dwb_mux( struct mpc *mpc, int dwb_id, int mpcc_id) mpc3_set_dwb_mux() argument 73 mpc3_disable_dwb_mux( struct mpc *mpc, int dwb_id) mpc3_disable_dwb_mux() argument 83 mpc3_set_out_rate_control( struct mpc *mpc, int opp_id, bool enable, bool rate_2x_mode, struct mpc_dwb_flow_control *flow_control) mpc3_set_out_rate_control() argument 102 mpc3_get_ogam_current(struct mpc *mpc, int mpcc_id) mpc3_get_ogam_current() argument 140 mpc3_power_on_ogam_lut( struct mpc *mpc, int mpcc_id, bool power_on) mpc3_power_on_ogam_lut() argument 150 mpc3_configure_ogam_lut( struct mpc *mpc, int mpcc_id, bool is_ram_a) mpc3_configure_ogam_lut() argument 163 mpc3_ogam_get_reg_field( struct mpc *mpc, struct dcn3_xfer_func_reg *reg) mpc3_ogam_get_reg_field() argument 197 mpc3_program_luta(struct mpc *mpc, int mpcc_id, const struct pwl_params *params) mpc3_program_luta() argument 230 mpc3_program_lutb(struct mpc *mpc, int mpcc_id, const struct pwl_params *params) mpc3_program_lutb() argument 264 mpc3_program_ogam_pwl( struct mpc *mpc, int mpcc_id, const struct pwl_result_data *rgb, uint32_t num) mpc3_program_ogam_pwl() argument 320 mpc3_set_output_gamma( struct mpc *mpc, int mpcc_id, const struct pwl_params *params) mpc3_set_output_gamma() argument 365 mpc3_set_denorm( struct mpc *mpc, int opp_id, enum dc_color_depth output_depth) mpc3_set_denorm() argument 404 mpc3_set_denorm_clamp( struct mpc *mpc, int opp_id, struct mpc_denorm_clamp denorm_clamp) mpc3_set_denorm_clamp() argument 423 mpc3_get_shaper_current(struct mpc *mpc, uint32_t rmu_idx) mpc3_get_shaper_current() argument 449 mpc3_configure_shaper_lut( struct mpc *mpc, bool is_ram_a, uint32_t rmu_idx) mpc3_configure_shaper_lut() argument 463 mpc3_program_shaper_luta_settings( struct mpc *mpc, const struct pwl_params *params, uint32_t rmu_idx) mpc3_program_shaper_luta_settings() argument 612 mpc3_program_shaper_lutb_settings( struct mpc *mpc, const struct pwl_params *params, uint32_t rmu_idx) mpc3_program_shaper_lutb_settings() argument 763 mpc3_program_shaper_lut( struct mpc *mpc, const struct pwl_result_data *rgb, uint32_t num, uint32_t rmu_idx) mpc3_program_shaper_lut() argument 796 mpc3_power_on_shaper_3dlut( struct mpc *mpc, uint32_t rmu_idx, bool power_on) mpc3_power_on_shaper_3dlut() argument 827 mpc3_program_shaper( struct mpc *mpc, const struct pwl_params *params, uint32_t rmu_idx) mpc3_program_shaper() argument 864 mpc3_set_3dlut_mode( struct mpc *mpc, enum dc_lut_mode mode, bool is_color_channel_12bits, bool is_lut_size17x17x17, uint32_t rmu_idx) mpc3_set_3dlut_mode() argument 886 get3dlut_config( struct mpc *mpc, bool *is_17x17x17, bool *is_12bits_color_channel, int rmu_idx) get3dlut_config() argument 931 mpc3_select_3dlut_ram( struct mpc *mpc, enum dc_lut_mode mode, bool is_color_channel_12bits, uint32_t rmu_idx) mpc3_select_3dlut_ram() argument 944 mpc3_select_3dlut_ram_mask( struct mpc *mpc, uint32_t ram_selection_mask, uint32_t rmu_idx) mpc3_select_3dlut_ram_mask() argument 956 mpc3_set3dlut_ram12( struct mpc *mpc, const struct dc_rgb *lut, uint32_t entries, uint32_t rmu_idx) mpc3_set3dlut_ram12() argument 987 mpc3_set3dlut_ram10( struct mpc *mpc, const struct dc_rgb *lut, uint32_t entries, uint32_t rmu_idx) mpc3_set3dlut_ram10() argument 1085 mpc3_set_gamut_remap( struct mpc *mpc, int mpcc_id, const struct mpc_grph_gamut_adjustment *adjust) mpc3_set_gamut_remap() argument 1120 mpc3_program_3dlut( struct mpc *mpc, const struct tetrahedral_params *params, int rmu_idx) mpc3_program_3dlut() argument 1202 mpc3_set_output_csc( struct mpc *mpc, int opp_id, const uint16_t *regval, enum mpc_output_csc_mode ocsc_mode) mpc3_set_output_csc() argument 1241 mpc3_set_ocsc_default( struct mpc *mpc, int opp_id, enum dc_color_space color_space, enum mpc_output_csc_mode ocsc_mode) mpc3_set_ocsc_default() argument 1285 mpc3_set_rmu_mux( struct mpc *mpc, int rmu_idx, int value) mpc3_set_rmu_mux() argument 1299 mpc3_get_rmu_mux_status( struct mpc *mpc, int rmu_idx) mpc3_get_rmu_mux_status() argument 1314 mpcc3_acquire_rmu(struct mpc *mpc, int mpcc_id, int rmu_idx) mpcc3_acquire_rmu() argument 1333 mpcc3_release_rmu(struct mpc *mpc, int mpcc_id) mpcc3_release_rmu() argument [all...] |
/kernel/linux/linux-5.10/arch/mips/sgi-ip30/ |
H A D | ip30-smp.c | 79 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 in ip30_smp_boot_secondary() [all...] |
/kernel/linux/linux-6.6/arch/mips/sgi-ip30/ |
H A D | ip30-smp.c | 79 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 in ip30_smp_boot_secondary() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn201/ |
H A D | dcn201_hwseq.c | 38 #include "mpc.h" 291 res_pool->mpc->funcs->mpc_init(res_pool->mpc); in dcn201_init_hw() 377 struct mpc *mpc = dc->res_pool->mpc; in dcn201_plane_atomic_disconnect() local 386 if (mpc->funcs->get_mpcc_for_dpp_from_secondary) in dcn201_plane_atomic_disconnect() 387 mpcc_to_remove = mpc->funcs->get_mpcc_for_dpp_from_secondary(mpc_tree_params, dpp_id); in dcn201_plane_atomic_disconnect() 390 if (mpcc_to_remove != NULL && mpc->funcs->remove_mpcc_from_secondary) { in dcn201_plane_atomic_disconnect() 391 mpc in dcn201_plane_atomic_disconnect() 426 struct mpc *mpc = dc->res_pool->mpc; dcn201_update_mpcc() local [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/hw/mana/ |
H A D | qp.c | 15 struct mana_port_context *mpc = netdev_priv(ndev); in mana_ib_cfg_vport_steering() local 38 req->vport = mpc->port_handle; in mana_ib_cfg_vport_steering() 88 mpc->port_handle, log_ind_tbl_size); in mana_ib_cfg_vport_steering() 107 struct mana_port_context *mpc; in mana_ib_create_qp_rss() local 169 mpc = netdev_priv(ndev); in mana_ib_create_qp_rss() 201 ret = mana_create_wq_obj(mpc, mpc->port_handle, GDMA_RQ, in mana_ib_create_qp_rss() 248 mana_destroy_wq_obj(mpc, GDMA_RQ, wq->rx_object); in mana_ib_create_qp_rss() 274 struct mana_port_context *mpc; in mana_ib_create_qp_raw() local 313 mpc in mana_ib_create_qp_raw() 441 struct mana_port_context *mpc; mana_ib_destroy_qp_rss() local 469 struct mana_port_context *mpc; mana_ib_destroy_qp_raw() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/ |
H A D | dc_hw_sequencer.c | 567 block_sequence[*num_steps].params.power_on_mpc_mem_pwr_params.mpc = dc->res_pool->mpc; in hwss_build_fast_sequence() 574 block_sequence[*num_steps].params.set_output_csc_params.mpc = dc->res_pool->mpc; in hwss_build_fast_sequence() 581 block_sequence[*num_steps].params.set_ocsc_default_params.mpc = dc->res_pool->mpc; in hwss_build_fast_sequence() 756 struct mpc *mpc = params->power_on_mpc_mem_pwr_params.mpc; in hwss_power_on_mpc_mem_pwr() local 760 if (mpc in hwss_power_on_mpc_mem_pwr() 766 struct mpc *mpc = params->set_output_csc_params.mpc; hwss_set_output_csc() local 780 struct mpc *mpc = params->set_ocsc_default_params.mpc; hwss_set_ocsc_default() local [all...] |