Home
last modified time | relevance | path

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

/drivers/input/misc/
A 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()
804 c_state = ad714x->c_state & mask; in ad714x_touchpad_state_machine()
819 if (c_state == mask) { in ad714x_touchpad_state_machine()
[all …]
A Dad714x.h27 unsigned short c_state; member
/drivers/gpu/drm/atmel-hlcdc/
A Datmel_hlcdc_plane.c587 int atmel_hlcdc_plane_prepare_ahb_routing(struct drm_crtc_state *c_state) in atmel_hlcdc_plane_prepare_ahb_routing() argument
592 drm_atomic_crtc_state_for_each_plane(plane, c_state) { in atmel_hlcdc_plane_prepare_ahb_routing()
598 plane_s = drm_atomic_get_plane_state(c_state->state, plane); in atmel_hlcdc_plane_prepare_ahb_routing()
623 atmel_hlcdc_plane_prepare_disc_area(struct drm_crtc_state *c_state) in atmel_hlcdc_plane_prepare_disc_area() argument
632 primary = drm_plane_to_atmel_hlcdc_plane(c_state->crtc->primary); in atmel_hlcdc_plane_prepare_disc_area()
637 primary_s = drm_atomic_get_plane_state(c_state->state, in atmel_hlcdc_plane_prepare_disc_area()
644 drm_atomic_crtc_state_for_each_plane(ovl, c_state) { in atmel_hlcdc_plane_prepare_disc_area()
648 if (ovl == c_state->crtc->primary) in atmel_hlcdc_plane_prepare_disc_area()
651 ovl_s = drm_atomic_get_plane_state(c_state->state, ovl); in atmel_hlcdc_plane_prepare_disc_area()
A Datmel_hlcdc_dc.h490 int atmel_hlcdc_plane_prepare_disc_area(struct drm_crtc_state *c_state);
491 int atmel_hlcdc_plane_prepare_ahb_routing(struct drm_crtc_state *c_state);
/drivers/remoteproc/
A Dti_k3_r5_remoteproc.c820 bool r_state = false, c_state = false, lockstep_en = false, single_cpu = false; in k3_r5_rproc_configure_mode() local
831 &r_state, &c_state); in k3_r5_rproc_configure_mode()
837 if (r_state != c_state) { in k3_r5_rproc_configure_mode()
839 r_state, c_state); in k3_r5_rproc_configure_mode()
853 core->released_from_reset = c_state; in k3_r5_rproc_configure_mode()
881 if (c_state && !reset_ctrl_status && !halted) { in k3_r5_rproc_configure_mode()
894 } else if (!c_state) { in k3_r5_rproc_configure_mode()
900 c_state ? "deasserted" : "asserted", in k3_r5_rproc_configure_mode()
/drivers/firmware/
A Dti_sci.c570 u8 *p_state, u8 *c_state) in ti_sci_get_device_state() argument
584 if (!clcnt && !resets && !p_state && !c_state) in ti_sci_get_device_state()
619 if (c_state) in ti_sci_get_device_state()
620 *c_state = resp->current_state; in ti_sci_get_device_state()
790 u8 p_state, c_state; in ti_sci_cmd_dev_is_stop() local
821 u8 p_state, c_state; in ti_sci_cmd_dev_is_on() local
834 *curr_state = (c_state == MSG_DEVICE_HW_STATE_ON); in ti_sci_cmd_dev_is_on()
1186 u8 c_state = 0, r_state = 0; in ti_sci_cmd_clk_is_on() local
1193 &r_state, &c_state); in ti_sci_cmd_clk_is_on()
1219 u8 c_state = 0, r_state = 0; in ti_sci_cmd_clk_is_off() local
[all …]
/drivers/net/fddi/skfp/
A Dskfddi.c2054 void cfm_state_change(struct s_smc *smc, int c_state) in cfm_state_change() argument
2059 switch (c_state) { in cfm_state_change()
2088 pr_debug("cfm_state_change: unknown %d\n", c_state); in cfm_state_change()
/drivers/net/fddi/skfp/h/
A Dcmtdef.h530 void cfm_state_change(struct s_smc *smc, int c_state);

Completed in 28 milliseconds