Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.c213 u32 pp_status; in psb_intel_lvds_set_power() local
224 pp_status = REG_READ(PP_STATUS); in psb_intel_lvds_set_power()
225 } while ((pp_status & PP_ON) == 0); in psb_intel_lvds_set_power()
235 pp_status = REG_READ(PP_STATUS); in psb_intel_lvds_set_power()
236 } while (pp_status & PP_ON); in psb_intel_lvds_set_power()
297 u32 pp_status; in psb_intel_lvds_restore() local
324 pp_status = REG_READ(PP_STATUS); in psb_intel_lvds_restore()
325 } while ((pp_status & PP_ON) == 0); in psb_intel_lvds_restore()
330 pp_status = REG_READ(PP_STATUS); in psb_intel_lvds_restore()
331 } while (pp_status & PP_ON); in psb_intel_lvds_restore()
Doaktrail_lvds.c39 u32 pp_status; in oaktrail_lvds_set_power() local
49 pp_status = REG_READ(PP_STATUS); in oaktrail_lvds_set_power()
50 } while ((pp_status & (PP_ON | PP_READY)) == PP_READY); in oaktrail_lvds_set_power()
60 pp_status = REG_READ(PP_STATUS); in oaktrail_lvds_set_power()
61 } 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()
/kernel/linux/linux-5.10/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);