Lines Matching full:lpm
77 * The initial value of the shadow registers at lpm creation is
91 * struct ps3_lpm_priv - Private lpm device data.
93 * @open: An atomic variable indicating the lpm driver has been opened.
94 * @rights: The lpm rigths granted by the system policy module. A logical
99 * @lpm_id: The lv1 id of this lpm instance.
100 * @outlet_id: The outlet created by lv1 for this lpm instance.
137 * lpm_priv - Static instance of the lpm data.
157 * to start/stop LPM.
384 * ps3_read_pm - Read Other LPM control registers.
436 * ps3_write_pm - Write Other LPM control registers.
835 * When we enable the LPM, all pending writes to counters get committed.
1065 * @tb_type: Specifies the type of trace buffer lv1 should use for this lpm
1155 * ps3_lpm_close - Close the lpm device.
1190 lpm_priv->node_id = dev->lpm.node_id; in ps3_lpm_probe()
1191 lpm_priv->pu_id = dev->lpm.pu_id; in ps3_lpm_probe()
1192 lpm_priv->rights = dev->lpm.rights; in ps3_lpm_probe()
1213 .core.name = "ps3-lpm",