Searched refs:tp_params (Results 1 – 17 of 17) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn31/ |
D | dcn31_hpo_dp_link_encoder.c | 92 struct encoder_set_dp_phy_pattern_param *tp_params) in dcn31_hpo_dp_link_enc_set_link_test_pattern() argument 97 switch (tp_params->dp_phy_pattern) { in dcn31_hpo_dp_link_enc_set_link_test_pattern() 213 …tp_custom = (tp_params->custom_pattern[2] << 16) | (tp_params->custom_pattern[1] << 8) | tp_params… in dcn31_hpo_dp_link_enc_set_link_test_pattern() 215 …tp_custom = (tp_params->custom_pattern[5] << 16) | (tp_params->custom_pattern[4] << 8) | tp_params… in dcn31_hpo_dp_link_enc_set_link_test_pattern() 217 …tp_custom = (tp_params->custom_pattern[8] << 16) | (tp_params->custom_pattern[7] << 8) | tp_params… in dcn31_hpo_dp_link_enc_set_link_test_pattern() 219 …tp_custom = (tp_params->custom_pattern[11] << 16) | (tp_params->custom_pattern[10] << 8) | tp_para… in dcn31_hpo_dp_link_enc_set_link_test_pattern() 221 …tp_custom = (tp_params->custom_pattern[14] << 16) | (tp_params->custom_pattern[13] << 8) | tp_para… in dcn31_hpo_dp_link_enc_set_link_test_pattern() 223 …tp_custom = (tp_params->custom_pattern[17] << 16) | (tp_params->custom_pattern[16] << 8) | tp_para… in dcn31_hpo_dp_link_enc_set_link_test_pattern() 225 …tp_custom = (tp_params->custom_pattern[20] << 16) | (tp_params->custom_pattern[19] << 8) | tp_para… in dcn31_hpo_dp_link_enc_set_link_test_pattern() 227 …tp_custom = (tp_params->custom_pattern[23] << 16) | (tp_params->custom_pattern[22] << 8) | tp_para… in dcn31_hpo_dp_link_enc_set_link_test_pattern() [all …]
|
D | dcn31_hpo_dp_link_encoder.h | 203 struct encoder_set_dp_phy_pattern_param *tp_params);
|
/Linux-v6.1/drivers/net/ethernet/chelsio/cxgb/ |
D | tp.h | 58 struct tp_params; 60 struct petp *t1_tp_create(adapter_t *adapter, struct tp_params *p); 72 int t1_tp_reset(struct petp *tp, struct tp_params *p, unsigned int tp_clk);
|
D | tp.c | 18 static void tp_init(adapter_t * ap, const struct tp_params *p, in tp_init() 59 struct petp *t1_tp_create(adapter_t *adapter, struct tp_params *p) in t1_tp_create() 165 int t1_tp_reset(struct petp *tp, struct tp_params *p, unsigned int tp_clk) in t1_tp_reset()
|
D | common.h | 156 struct tp_params { struct 182 struct tp_params tp; argument
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/link/ |
D | link_hwss_dio.c | 145 struct encoder_set_dp_phy_pattern_param *tp_params) in set_dio_dp_link_test_pattern() argument 149 link_enc->funcs->dp_set_phy_pattern(link_enc, tp_params); in set_dio_dp_link_test_pattern()
|
D | link_hwss_dio.h | 48 struct encoder_set_dp_phy_pattern_param *tp_params);
|
D | link_hwss_hpo_dp.c | 238 struct encoder_set_dp_phy_pattern_param *tp_params) in set_hpo_dp_link_test_pattern() argument 241 link_res->hpo_dp_link_enc, tp_params); in set_hpo_dp_link_test_pattern()
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/inc/ |
D | link_hwss.h | 60 struct encoder_set_dp_phy_pattern_param *tp_params);
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/inc/hw/ |
D | link_encoder.h | 307 struct encoder_set_dp_phy_pattern_param *tp_params);
|
/Linux-v6.1/drivers/net/ethernet/chelsio/cxgb3/ |
D | common.h | 302 struct tp_params { struct 384 struct tp_params tp;
|
D | t3_hw.c | 2541 static void partition_mem(struct adapter *adap, const struct tp_params *p) in partition_mem() 2606 static void tp_config(struct adapter *adap, const struct tp_params *p) in tp_config() 2889 static void ulp_config(struct adapter *adap, const struct tp_params *p) in ulp_config() 3008 static int tp_init(struct adapter *adap, const struct tp_params *p) in tp_init() 3628 struct tp_params *p = &adapter->params.tp; in t3_prep_adapter()
|
D | cxgb3_offload.c | 382 struct tp_params *tp = &adapter->params.tp; in cxgb_offload_ctl()
|
D | cxgb3_main.c | 2394 struct tp_params *p = &adapter->params.tp; in cxgb_siocdevprivate() 2410 struct tp_params *p = &adapter->params.tp; in cxgb_siocdevprivate()
|
/Linux-v6.1/drivers/net/ethernet/chelsio/cxgb4/ |
D | l2t.c | 478 struct tp_params *tp = &adap->params.tp; in cxgb4_select_ntuple()
|
D | cxgb4.h | 348 struct tp_params { struct 438 struct tp_params tp;
|
D | cxgb4_filter.c | 1154 struct tp_params *tp = &adap->params.tp; in is_filter_exact_match() 1240 struct tp_params *tp = &adap->params.tp; in hash_filter_ntuple()
|