Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpu/drm/gma500/
Dpsb_lid.c33 u32 pp_status; in psb_lid_timer_func() local
42 pp_status = REG_READ(PP_STATUS); in psb_lid_timer_func()
43 } while ((pp_status & PP_ON) == 0); in psb_lid_timer_func()
52 pp_status = REG_READ(PP_STATUS); in psb_lid_timer_func()
53 } while ((pp_status & PP_ON) == 0); in psb_lid_timer_func()
Dpsb_intel_lvds.c224 u32 pp_status; in psb_intel_lvds_set_power() local
235 pp_status = REG_READ(PP_STATUS); in psb_intel_lvds_set_power()
236 } while ((pp_status & PP_ON) == 0); in psb_intel_lvds_set_power()
246 pp_status = REG_READ(PP_STATUS); in psb_intel_lvds_set_power()
247 } while (pp_status & PP_ON); in psb_intel_lvds_set_power()
309 u32 pp_status; in psb_intel_lvds_restore() local
337 pp_status = REG_READ(PP_STATUS); in psb_intel_lvds_restore()
338 } while ((pp_status & PP_ON) == 0); in psb_intel_lvds_restore()
343 pp_status = REG_READ(PP_STATUS); in psb_intel_lvds_restore()
344 } while (pp_status & PP_ON); in psb_intel_lvds_restore()
Doaktrail_lvds.c49 u32 pp_status; in oaktrail_lvds_set_power() local
59 pp_status = REG_READ(PP_STATUS); in oaktrail_lvds_set_power()
60 } while ((pp_status & (PP_ON | PP_READY)) == PP_READY); in oaktrail_lvds_set_power()
70 pp_status = REG_READ(PP_STATUS); in oaktrail_lvds_set_power()
71 } while (pp_status & PP_ON); in oaktrail_lvds_set_power()
Dcdv_intel_lvds.c203 u32 pp_status; in cdv_intel_lvds_set_power() local
212 pp_status = REG_READ(PP_STATUS); in cdv_intel_lvds_set_power()
213 } while ((pp_status & PP_ON) == 0); in cdv_intel_lvds_set_power()
223 pp_status = REG_READ(PP_STATUS); in cdv_intel_lvds_set_power()
224 } while (pp_status & PP_ON); in cdv_intel_lvds_set_power()
/linux-3.4.99/sound/pci/asihpi/
Dhpifunc.c743 struct hpi_hostbuffer_status **pp_status) in hpi_outstream_host_buffer_get_info() argument
757 if (pp_status) in hpi_outstream_host_buffer_get_info()
758 *pp_status = hr.u.d.u.hostbuffer_info.p_status; in hpi_outstream_host_buffer_get_info()
1097 struct hpi_hostbuffer_status **pp_status) in hpi_instream_host_buffer_get_info() argument
1111 if (pp_status) in hpi_instream_host_buffer_get_info()
1112 *pp_status = hr.u.d.u.hostbuffer_info.p_status; in hpi_instream_host_buffer_get_info()
Dhpi_internal.h1408 struct hpi_hostbuffer_status **pp_status);
1411 struct hpi_hostbuffer_status **pp_status);