/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn351/ |
H A D | dcn351_hwseq.c | 39 struct pg_block_update *update_state) in dcn351_calc_blocks_to_gate() argument 43 dcn35_calc_blocks_to_gate(dc, context, update_state); in dcn351_calc_blocks_to_gate() 47 !update_state->pg_pipe_res_update[PG_DPP][i]) { in dcn351_calc_blocks_to_gate() 59 struct pg_block_update *update_state) in dcn351_calc_blocks_to_ungate() argument 66 if (update_state->pg_pipe_res_update[PG_HUBP][i] && in dcn351_calc_blocks_to_ungate() 67 update_state->pg_pipe_res_update[PG_DPP][i]) { in dcn351_calc_blocks_to_ungate() 100 struct pg_block_update *update_state) in dcn351_hw_block_power_down() argument 109 if (update_state->pg_pipe_res_update[PG_DSC][i]) { in dcn351_hw_block_power_down() 115 update_state->pg_pipe_res_update[PG_DPP][i]) { in dcn351_hw_block_power_down() 153 struct pg_block_update *update_state) in dcn351_hw_block_power_up() argument [all …]
|
H A D | dcn351_hwseq.h | 33 struct pg_block_update *update_state); 35 struct pg_block_update *update_state); 37 struct pg_block_update *update_state); 39 struct pg_block_update *update_state);
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/ |
H A D | dcn35_hwseq.c | 978 struct pg_block_update *update_state) in dcn35_calc_blocks_to_gate() argument 997 update_state->pg_res_update[PG_HPO] = true; in dcn35_calc_blocks_to_gate() 999 update_state->pg_res_update[PG_DWB] = true; in dcn35_calc_blocks_to_gate() 1005 update_state->pg_pipe_res_update[j][i] = true; in dcn35_calc_blocks_to_gate() 1068 struct pg_block_update *update_state) in dcn35_calc_blocks_to_ungate() argument 1159 update_state->pg_res_update[PG_HPO] = true; in dcn35_calc_blocks_to_ungate() 1203 struct pg_block_update *update_state) in dcn35_hw_block_power_down() argument 1213 if (update_state->pg_res_update[PG_HPO]) { in dcn35_hw_block_power_down() 1280 struct pg_block_update *update_state) in dcn35_hw_block_power_up() argument 1304 update_state->pg_pipe_res_update[PG_DPP][i]) { in dcn35_hw_block_power_up() [all …]
|
H A D | dcn35_hwseq.h | 67 struct pg_block_update *update_state); 69 struct pg_block_update *update_state); 71 struct pg_block_update *update_state); 73 struct pg_block_update *update_state); 75 struct pg_block_update *update_state, bool power_on);
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/ |
H A D | hw_sequencer.h | 440 struct pg_block_update *update_state); 442 struct pg_block_update *update_state); 444 struct pg_block_update *update_state); 446 struct pg_block_update *update_state); 448 struct pg_block_update *update_state, bool power_on);
|
/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | icp_qat_fw_la.h | 83 cmp_auth, ret_auth, update_state, \ argument 97 ((update_state & QAT_LA_UPDATE_STATE_MASK) << \
|
/linux/drivers/firmware/arm_scmi/ |
H A D | protocols.h | 222 int (*update_state)(struct scmi_iterator_state *st, member
|
H A D | sensors.c | 360 .update_state = iter_intervals_update_state, in scmi_sensor_update_intervals() 498 .update_state = iter_axes_extended_name_update_state, in scmi_sensor_axis_extended_names_get() 534 .update_state = iter_axes_desc_update_state, in scmi_sensor_axis_description() 699 .update_state = iter_sens_descr_update_state, in scmi_sensor_description_get()
|
H A D | pinctrl.c | 295 .update_state = iter_pinctrl_assoc_update_state, in scmi_pinctrl_list_associations() 405 .update_state = iter_pinctrl_settings_get_update_state, in scmi_pinctrl_settings_get()
|
H A D | voltage.c | 188 .update_state = iter_volt_levels_update_state, in scmi_voltage_levels_get()
|
H A D | clock.c | 294 .update_state = iter_clk_possible_parents_update_state, in scmi_clock_possible_parents() 513 .update_state = iter_clk_describe_update_state, in scmi_clock_describe_rates_get()
|
H A D | perf.c | 459 .update_state = iter_perf_levels_update_state, in scmi_perf_describe_levels_get()
|
H A D | driver.c | 1784 ret = iops->update_state(st, i->resp, i->priv); in scmi_iterator_run()
|
/linux/drivers/watchdog/ |
H A D | wm831x_wdt.c | 31 int update_state; member
|
/linux/drivers/infiniband/sw/rxe/ |
H A D | rxe_req.c | 579 static void update_state(struct rxe_qp *qp, struct rxe_pkt_info *pkt) in update_state() function 812 update_state(qp, &pkt); in rxe_requester()
|
/linux/drivers/scsi/ |
H A D | aha152x.c | 2225 static int update_state(struct Scsi_Host *shpnt) in update_state() function 2355 dataphase=update_state(shpnt); in is_complete()
|