/Linux-v6.6/drivers/input/misc/ |
D | ad714x.c | 342 unsigned short h_state, c_state; in ad714x_slider_state_machine() local 348 c_state = ad714x->c_state & mask; in ad714x_slider_state_machine() 363 if (c_state == mask) { in ad714x_slider_state_machine() 373 if (c_state == mask) { in ad714x_slider_state_machine() 514 unsigned short h_state, c_state; in ad714x_wheel_state_machine() local 520 c_state = ad714x->c_state & mask; in ad714x_wheel_state_machine() 535 if (c_state == mask) { in ad714x_wheel_state_machine() 545 if (c_state == mask) { in ad714x_wheel_state_machine() 795 unsigned short h_state, c_state; in ad714x_touchpad_state_machine() local 804 c_state = ad714x->c_state & mask; in ad714x_touchpad_state_machine() [all …]
|
D | ad714x.h | 27 unsigned short c_state; member
|
/Linux-v6.6/drivers/gpu/drm/atmel-hlcdc/ |
D | atmel_hlcdc_plane.c | 483 int atmel_hlcdc_plane_prepare_ahb_routing(struct drm_crtc_state *c_state) in atmel_hlcdc_plane_prepare_ahb_routing() argument 488 drm_atomic_crtc_state_for_each_plane(plane, c_state) { in atmel_hlcdc_plane_prepare_ahb_routing() 494 plane_s = drm_atomic_get_plane_state(c_state->state, plane); in atmel_hlcdc_plane_prepare_ahb_routing() 519 atmel_hlcdc_plane_prepare_disc_area(struct drm_crtc_state *c_state) in atmel_hlcdc_plane_prepare_disc_area() argument 528 primary = drm_plane_to_atmel_hlcdc_plane(c_state->crtc->primary); in atmel_hlcdc_plane_prepare_disc_area() 533 primary_s = drm_atomic_get_plane_state(c_state->state, in atmel_hlcdc_plane_prepare_disc_area() 540 drm_atomic_crtc_state_for_each_plane(ovl, c_state) { in atmel_hlcdc_plane_prepare_disc_area() 544 if (ovl == c_state->crtc->primary) in atmel_hlcdc_plane_prepare_disc_area() 547 ovl_s = drm_atomic_get_plane_state(c_state->state, ovl); in atmel_hlcdc_plane_prepare_disc_area()
|
D | atmel_hlcdc_dc.h | 406 int atmel_hlcdc_plane_prepare_disc_area(struct drm_crtc_state *c_state); 407 int atmel_hlcdc_plane_prepare_ahb_routing(struct drm_crtc_state *c_state);
|
/Linux-v6.6/fs/nfsd/ |
D | nfscache.c | 95 rp->c_state = RC_UNUSED; in nfsd_cacherep_alloc() 141 if (rp->c_state != RC_UNUSED) { in nfsd_cacherep_unlink_locked() 298 if (rp->c_state == RC_INPROG) in nfsd_prune_bucket_locked() 514 rp->c_state = RC_INPROG; in nfsd_cache_lookup() 534 if (rp->c_state == RC_INPROG) in nfsd_cache_lookup() 638 rp->c_state = RC_DONE; in nfsd_cache_update()
|
D | cache.h | 36 unsigned char c_state, /* unused, inprog, done */ member
|
/Linux-v6.6/drivers/firmware/ |
D | ti_sci.c | 577 u8 *p_state, u8 *c_state) in ti_sci_get_device_state() argument 591 if (!clcnt && !resets && !p_state && !c_state) in ti_sci_get_device_state() 626 if (c_state) in ti_sci_get_device_state() 627 *c_state = resp->current_state; in ti_sci_get_device_state() 797 u8 p_state, c_state; in ti_sci_cmd_dev_is_stop() local 803 ti_sci_get_device_state(handle, id, NULL, NULL, &p_state, &c_state); in ti_sci_cmd_dev_is_stop() 810 *curr_state = (c_state == MSG_DEVICE_HW_STATE_OFF); in ti_sci_cmd_dev_is_stop() 828 u8 p_state, c_state; in ti_sci_cmd_dev_is_on() local 834 ti_sci_get_device_state(handle, id, NULL, NULL, &p_state, &c_state); in ti_sci_cmd_dev_is_on() 841 *curr_state = (c_state == MSG_DEVICE_HW_STATE_ON); in ti_sci_cmd_dev_is_on() [all …]
|
/Linux-v6.6/net/rds/ |
D | rds_single_path.h | 18 #define c_state c_path[0].cp_state macro
|
/Linux-v6.6/drivers/remoteproc/ |
D | ti_k3_r5_remoteproc.c | 1114 bool r_state = false, c_state = false, lockstep_en = false, single_cpu = false; in k3_r5_rproc_configure_mode() local 1125 &r_state, &c_state); in k3_r5_rproc_configure_mode() 1131 if (r_state != c_state) { in k3_r5_rproc_configure_mode() 1133 r_state, c_state); in k3_r5_rproc_configure_mode() 1169 if (c_state && !ret && !halted) { in k3_r5_rproc_configure_mode() 1182 } else if (!c_state) { in k3_r5_rproc_configure_mode() 1188 c_state ? "deasserted" : "asserted", in k3_r5_rproc_configure_mode()
|
/Linux-v6.6/drivers/net/fddi/skfp/ |
D | skfddi.c | 2053 void cfm_state_change(struct s_smc *smc, int c_state) in cfm_state_change() argument 2058 switch (c_state) { in cfm_state_change() 2087 pr_debug("cfm_state_change: unknown %d\n", c_state); in cfm_state_change()
|
/Linux-v6.6/drivers/net/fddi/skfp/h/ |
D | cmtdef.h | 530 void cfm_state_change(struct s_smc *smc, int c_state);
|