Home
last modified time | relevance | path

Searched refs:pp_status (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/gma500/
Dpsb_lid.c21 u32 pp_status; in psb_lid_timer_func() local
30 pp_status = REG_READ(PP_STATUS); in psb_lid_timer_func()
31 } while ((pp_status & PP_ON) == 0 && in psb_lid_timer_func()
32 (pp_status & PP_SEQUENCE_MASK) != 0); in psb_lid_timer_func()
46 pp_status = REG_READ(PP_STATUS); in psb_lid_timer_func()
47 } while ((pp_status & PP_ON) == 0); in psb_lid_timer_func()
Dpsb_intel_lvds.c210 u32 pp_status; in psb_intel_lvds_set_power() local
221 pp_status = REG_READ(PP_STATUS); in psb_intel_lvds_set_power()
222 } while ((pp_status & PP_ON) == 0); in psb_intel_lvds_set_power()
232 pp_status = REG_READ(PP_STATUS); in psb_intel_lvds_set_power()
233 } while (pp_status & PP_ON); in psb_intel_lvds_set_power()
293 u32 pp_status; in psb_intel_lvds_restore() local
320 pp_status = REG_READ(PP_STATUS); in psb_intel_lvds_restore()
321 } while ((pp_status & PP_ON) == 0); in psb_intel_lvds_restore()
326 pp_status = REG_READ(PP_STATUS); in psb_intel_lvds_restore()
327 } while (pp_status & PP_ON); in psb_intel_lvds_restore()
Doaktrail_lvds.c40 u32 pp_status; in oaktrail_lvds_set_power() local
50 pp_status = REG_READ(PP_STATUS); in oaktrail_lvds_set_power()
51 } while ((pp_status & (PP_ON | PP_READY)) == PP_READY); in oaktrail_lvds_set_power()
61 pp_status = REG_READ(PP_STATUS); in oaktrail_lvds_set_power()
62 } while (pp_status & PP_ON); in oaktrail_lvds_set_power()
Dcdv_intel_lvds.c109 u32 pp_status; in cdv_intel_lvds_set_power() local
118 pp_status = REG_READ(PP_STATUS); in cdv_intel_lvds_set_power()
119 } while ((pp_status & PP_ON) == 0); in cdv_intel_lvds_set_power()
129 pp_status = REG_READ(PP_STATUS); in cdv_intel_lvds_set_power()
130 } while (pp_status & PP_ON); in cdv_intel_lvds_set_power()
/Linux-v6.1/sound/pci/asihpi/
Dhpifunc.c744 struct hpi_hostbuffer_status **pp_status) in hpi_outstream_host_buffer_get_info() argument
758 if (pp_status) in hpi_outstream_host_buffer_get_info()
759 *pp_status = hr.u.d.u.hostbuffer_info.p_status; in hpi_outstream_host_buffer_get_info()
1098 struct hpi_hostbuffer_status **pp_status) in hpi_instream_host_buffer_get_info() argument
1112 if (pp_status) in hpi_instream_host_buffer_get_info()
1113 *pp_status = hr.u.d.u.hostbuffer_info.p_status; in hpi_instream_host_buffer_get_info()
Dhpi_internal.h1401 struct hpi_hostbuffer_status **pp_status);
1404 struct hpi_hostbuffer_status **pp_status);