Home
last modified time | relevance | path

Searched refs:c_state (Results 1 – 11 of 11) sorted by relevance

/linux-5.19.10/drivers/input/misc/
Dad714x.c342 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 …]
Dad714x.h26 unsigned short c_state; member
/linux-5.19.10/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_plane.c482 int atmel_hlcdc_plane_prepare_ahb_routing(struct drm_crtc_state *c_state) in atmel_hlcdc_plane_prepare_ahb_routing() argument
487 drm_atomic_crtc_state_for_each_plane(plane, c_state) { in atmel_hlcdc_plane_prepare_ahb_routing()
493 plane_s = drm_atomic_get_plane_state(c_state->state, plane); in atmel_hlcdc_plane_prepare_ahb_routing()
518 atmel_hlcdc_plane_prepare_disc_area(struct drm_crtc_state *c_state) in atmel_hlcdc_plane_prepare_disc_area() argument
527 primary = drm_plane_to_atmel_hlcdc_plane(c_state->crtc->primary); in atmel_hlcdc_plane_prepare_disc_area()
532 primary_s = drm_atomic_get_plane_state(c_state->state, in atmel_hlcdc_plane_prepare_disc_area()
539 drm_atomic_crtc_state_for_each_plane(ovl, c_state) { in atmel_hlcdc_plane_prepare_disc_area()
543 if (ovl == c_state->crtc->primary) in atmel_hlcdc_plane_prepare_disc_area()
546 ovl_s = drm_atomic_get_plane_state(c_state->state, ovl); in atmel_hlcdc_plane_prepare_disc_area()
Datmel_hlcdc_dc.h406 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-5.19.10/fs/nfsd/
Dnfscache.c95 rp->c_state = RC_UNUSED; in nfsd_reply_cache_alloc()
121 if (rp->c_state != RC_UNUSED) { in nfsd_reply_cache_free_locked()
257 if (rp->c_state == RC_INPROG) in prune_bucket()
456 rp->c_state = RC_INPROG; in nfsd_cache_lookup()
476 if (rp->c_state == RC_INPROG) in nfsd_cache_lookup()
576 rp->c_state = RC_DONE; in nfsd_cache_update()
Dcache.h36 unsigned char c_state, /* unused, inprog, done */ member
/linux-5.19.10/net/rds/
Drds_single_path.h18 #define c_state c_path[0].cp_state macro
/linux-5.19.10/drivers/firmware/
Dti_sci.c580 u8 *p_state, u8 *c_state) in ti_sci_get_device_state() argument
594 if (!clcnt && !resets && !p_state && !c_state) in ti_sci_get_device_state()
629 if (c_state) in ti_sci_get_device_state()
630 *c_state = resp->current_state; in ti_sci_get_device_state()
800 u8 p_state, c_state; in ti_sci_cmd_dev_is_stop() local
806 ti_sci_get_device_state(handle, id, NULL, NULL, &p_state, &c_state); in ti_sci_cmd_dev_is_stop()
813 *curr_state = (c_state == MSG_DEVICE_HW_STATE_OFF); in ti_sci_cmd_dev_is_stop()
831 u8 p_state, c_state; in ti_sci_cmd_dev_is_on() local
837 ti_sci_get_device_state(handle, id, NULL, NULL, &p_state, &c_state); in ti_sci_cmd_dev_is_on()
844 *curr_state = (c_state == MSG_DEVICE_HW_STATE_ON); in ti_sci_cmd_dev_is_on()
[all …]
/linux-5.19.10/drivers/remoteproc/
Dti_k3_r5_remoteproc.c1111 bool r_state = false, c_state = false; in k3_r5_rproc_configure_mode() local
1122 &r_state, &c_state); in k3_r5_rproc_configure_mode()
1128 if (r_state != c_state) { in k3_r5_rproc_configure_mode()
1130 r_state, c_state); in k3_r5_rproc_configure_mode()
1165 if (c_state && !ret && !halted) { in k3_r5_rproc_configure_mode()
1178 } else if (!c_state) { in k3_r5_rproc_configure_mode()
1184 c_state ? "deasserted" : "asserted", in k3_r5_rproc_configure_mode()
/linux-5.19.10/drivers/net/fddi/skfp/
Dskfddi.c2053 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-5.19.10/drivers/net/fddi/skfp/h/
Dcmtdef.h530 void cfm_state_change(struct s_smc *smc, int c_state);