Searched refs:old_frame (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/display/ |
D | drm_hdmi_state_helper.c | 548 struct drm_connector_hdmi_infoframe *old_frame) in clear_infoframe() argument 552 ret = clear_device_infoframe(connector, old_frame->data.any.type); in clear_infoframe() 601 struct drm_connector_hdmi_infoframe *old_frame, in write_or_clear_infoframe() argument 607 if (old_frame->set && !new_frame->set) in write_or_clear_infoframe() 608 return clear_infoframe(connector, old_frame); in write_or_clear_infoframe()
|
/linux-6.12.1/drivers/usb/dwc2/ |
D | hcd_queue.c | 1760 u16 old_frame = qh->next_active_frame; in dwc2_next_for_periodic_split() local 1771 if (old_frame == qh->start_active_frame && in dwc2_next_for_periodic_split() 1777 qh->next_active_frame = dwc2_frame_num_inc(old_frame, incr); in dwc2_next_for_periodic_split() 1914 u16 old_frame = qh->next_active_frame; in dwc2_hcd_qh_deactivate() local 1944 qh, sched_next_periodic_split, frame_number, old_frame, in dwc2_hcd_qh_deactivate() 1946 dwc2_frame_num_dec(qh->next_active_frame, old_frame), in dwc2_hcd_qh_deactivate()
|