Symbol: c_state
drivers/firmware/ti_sci.c
1189
u8 c_state = 0, r_state = 0;
drivers/firmware/ti_sci.c
1196
&r_state, &c_state);
drivers/firmware/ti_sci.c
1203
*curr_state = (c_state == MSG_CLOCK_HW_STATE_READY);
drivers/firmware/ti_sci.c
1222
u8 c_state = 0, r_state = 0;
drivers/firmware/ti_sci.c
1229
&r_state, &c_state);
drivers/firmware/ti_sci.c
1236
*curr_state = (c_state == MSG_CLOCK_HW_STATE_NOT_READY);
drivers/firmware/ti_sci.c
573
u8 *p_state, u8 *c_state)
drivers/firmware/ti_sci.c
587
if (!clcnt && !resets && !p_state && !c_state)
drivers/firmware/ti_sci.c
622
if (c_state)
drivers/firmware/ti_sci.c
623
*c_state = resp->current_state;
drivers/firmware/ti_sci.c
793
u8 p_state, c_state;
drivers/firmware/ti_sci.c
799
ti_sci_get_device_state(handle, id, NULL, NULL, &p_state, &c_state);
drivers/firmware/ti_sci.c
806
*curr_state = (c_state == MSG_DEVICE_HW_STATE_OFF);
drivers/firmware/ti_sci.c
824
u8 p_state, c_state;
drivers/firmware/ti_sci.c
830
ti_sci_get_device_state(handle, id, NULL, NULL, &p_state, &c_state);
drivers/firmware/ti_sci.c
837
*curr_state = (c_state == MSG_DEVICE_HW_STATE_ON);
drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.h
492
int atmel_hlcdc_plane_prepare_disc_area(struct drm_crtc_state *c_state);
drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_dc.h
493
int atmel_hlcdc_plane_prepare_ahb_routing(struct drm_crtc_state *c_state);
drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c
607
int atmel_hlcdc_plane_prepare_ahb_routing(struct drm_crtc_state *c_state)
drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c
612
drm_atomic_crtc_state_for_each_plane(plane, c_state) {
drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c
618
plane_s = drm_atomic_get_plane_state(c_state->state, plane);
drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c
643
atmel_hlcdc_plane_prepare_disc_area(struct drm_crtc_state *c_state)
drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c
652
primary = drm_plane_to_atmel_hlcdc_plane(c_state->crtc->primary);
drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c
657
primary_s = drm_atomic_get_plane_state(c_state->state,
drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c
664
drm_atomic_crtc_state_for_each_plane(ovl, c_state) {
drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c
668
if (ovl == c_state->crtc->primary)
drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c
671
ovl_s = drm_atomic_get_plane_state(c_state->state, ovl);
drivers/input/misc/ad714x.c
343
unsigned short h_state, c_state;
drivers/input/misc/ad714x.c
349
c_state = ad714x->c_state & mask;
drivers/input/misc/ad714x.c
364
if (c_state == mask) {
drivers/input/misc/ad714x.c
374
if (c_state == mask) {
drivers/input/misc/ad714x.c
515
unsigned short h_state, c_state;
drivers/input/misc/ad714x.c
521
c_state = ad714x->c_state & mask;
drivers/input/misc/ad714x.c
536
if (c_state == mask) {
drivers/input/misc/ad714x.c
546
if (c_state == mask) {
drivers/input/misc/ad714x.c
796
unsigned short h_state, c_state;
drivers/input/misc/ad714x.c
805
c_state = ad714x->c_state & mask;
drivers/input/misc/ad714x.c
820
if (c_state == mask) {
drivers/input/misc/ad714x.c
837
if (c_state == mask) {
drivers/input/misc/ad714x.h
27
unsigned short c_state;
drivers/net/fddi/skfp/h/cmtdef.h
530
void cfm_state_change(struct s_smc *smc, int c_state);
drivers/net/fddi/skfp/skfddi.c
2054
void cfm_state_change(struct s_smc *smc, int c_state)
drivers/net/fddi/skfp/skfddi.c
2059
switch (c_state) {
drivers/net/fddi/skfp/skfddi.c
2088
pr_debug("cfm_state_change: unknown %d\n", c_state);
drivers/remoteproc/ti_k3_r5_remoteproc.c
820
bool r_state = false, c_state = false, lockstep_en = false, single_cpu = false;
drivers/remoteproc/ti_k3_r5_remoteproc.c
831
&r_state, &c_state);
drivers/remoteproc/ti_k3_r5_remoteproc.c
837
if (r_state != c_state) {
drivers/remoteproc/ti_k3_r5_remoteproc.c
839
r_state, c_state);
drivers/remoteproc/ti_k3_r5_remoteproc.c
853
core->released_from_reset = c_state;
drivers/remoteproc/ti_k3_r5_remoteproc.c
881
if (c_state && !reset_ctrl_status && !halted) {
drivers/remoteproc/ti_k3_r5_remoteproc.c
894
} else if (!c_state) {
drivers/remoteproc/ti_k3_r5_remoteproc.c
900
c_state ? "deasserted" : "asserted",
fs/nfsd/cache.h
36
unsigned char c_state, /* unused, inprog, done */
fs/nfsd/nfscache.c
141
if (rp->c_state != RC_UNUSED) {
fs/nfsd/nfscache.c
498
rp->c_state = RC_INPROG;
fs/nfsd/nfscache.c
517
if (rp->c_state == RC_INPROG)
fs/nfsd/nfscache.c
621
rp->c_state = RC_DONE;
fs/nfsd/nfscache.c
95
rp->c_state = RC_UNUSED;