c_state
u8 c_state = 0, r_state = 0;
&r_state, &c_state);
*curr_state = (c_state == MSG_CLOCK_HW_STATE_READY);
u8 c_state = 0, r_state = 0;
&r_state, &c_state);
*curr_state = (c_state == MSG_CLOCK_HW_STATE_NOT_READY);
u8 *p_state, u8 *c_state)
if (!clcnt && !resets && !p_state && !c_state)
if (c_state)
*c_state = resp->current_state;
u8 p_state, c_state;
ti_sci_get_device_state(handle, id, NULL, NULL, &p_state, &c_state);
*curr_state = (c_state == MSG_DEVICE_HW_STATE_OFF);
u8 p_state, c_state;
ti_sci_get_device_state(handle, id, NULL, NULL, &p_state, &c_state);
*curr_state = (c_state == MSG_DEVICE_HW_STATE_ON);
int atmel_hlcdc_plane_prepare_disc_area(struct drm_crtc_state *c_state);
int atmel_hlcdc_plane_prepare_ahb_routing(struct drm_crtc_state *c_state);
int atmel_hlcdc_plane_prepare_ahb_routing(struct drm_crtc_state *c_state)
drm_atomic_crtc_state_for_each_plane(plane, c_state) {
plane_s = drm_atomic_get_plane_state(c_state->state, plane);
atmel_hlcdc_plane_prepare_disc_area(struct drm_crtc_state *c_state)
primary = drm_plane_to_atmel_hlcdc_plane(c_state->crtc->primary);
primary_s = drm_atomic_get_plane_state(c_state->state,
drm_atomic_crtc_state_for_each_plane(ovl, c_state) {
if (ovl == c_state->crtc->primary)
ovl_s = drm_atomic_get_plane_state(c_state->state, ovl);
unsigned short h_state, c_state;
c_state = ad714x->c_state & mask;
if (c_state == mask) {
if (c_state == mask) {
unsigned short h_state, c_state;
c_state = ad714x->c_state & mask;
if (c_state == mask) {
if (c_state == mask) {
unsigned short h_state, c_state;
c_state = ad714x->c_state & mask;
if (c_state == mask) {
if (c_state == mask) {
unsigned short c_state;
void cfm_state_change(struct s_smc *smc, int c_state);
void cfm_state_change(struct s_smc *smc, int c_state)
switch (c_state) {
pr_debug("cfm_state_change: unknown %d\n", c_state);
bool r_state = false, c_state = false, lockstep_en = false, single_cpu = false;
&r_state, &c_state);
if (r_state != c_state) {
r_state, c_state);
core->released_from_reset = c_state;
if (c_state && !reset_ctrl_status && !halted) {
} else if (!c_state) {
c_state ? "deasserted" : "asserted",
unsigned char c_state, /* unused, inprog, done */
if (rp->c_state != RC_UNUSED) {
rp->c_state = RC_INPROG;
if (rp->c_state == RC_INPROG)
rp->c_state = RC_DONE;
rp->c_state = RC_UNUSED;