Home
last modified time | relevance | path

Searched refs:rstate (Results 1 – 22 of 22) sorted by relevance

/linux/drivers/net/slip/
H A Dslhc.c107 comp->rstate = kzalloc(rsize, GFP_KERNEL); in slhc_init()
108 if (! comp->rstate) in slhc_init()
144 kfree(comp->rstate); in slhc_init()
162 if ( comp->rstate != NULLSLSTATE ) in slhc_free()
163 kfree( comp->rstate ); in slhc_free()
519 if (!comp->rstate[x].initialized) in slhc_uncompress()
533 cs = &comp->rstate[comp->recv_current]; in slhc_uncompress()
688 cs = &comp->rstate[comp->recv_current = index]; in slhc_remember()
/linux/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_vsp.c323 struct rcar_du_vsp_plane_state *rstate = to_rcar_vsp_plane_state(state); in rcar_du_vsp_plane_prepare_fb() local
334 ret = rcar_du_vsp_map_fb(vsp, state->fb, rstate->sg_tables); in rcar_du_vsp_plane_prepare_fb()
357 struct rcar_du_vsp_plane_state *rstate = to_rcar_vsp_plane_state(state); in rcar_du_vsp_plane_cleanup_fb() local
363 rcar_du_vsp_unmap_fb(vsp, state->fb, rstate->sg_tables); in rcar_du_vsp_plane_cleanup_fb()
371 struct rcar_du_vsp_plane_state *rstate = to_rcar_vsp_plane_state(new_plane_state); in rcar_du_vsp_plane_atomic_check() local
374 &rstate->format); in rcar_du_vsp_plane_atomic_check()
H A Drcar_du_plane.c642 struct rcar_du_plane_state *rstate = to_rcar_plane_state(new_plane_state); in rcar_du_plane_atomic_check() local
645 &rstate->format); in rcar_du_plane_atomic_check()
740 struct rcar_du_plane_state *rstate = to_rcar_plane_state(state); in rcar_du_plane_atomic_set_property() local
744 rstate->colorkey = val; in rcar_du_plane_atomic_set_property()
755 const struct rcar_du_plane_state *rstate = in rcar_du_plane_atomic_get_property() local
760 *val = rstate->colorkey; in rcar_du_plane_atomic_get_property()
H A Drcar_du_crtc.c696 struct rcar_du_crtc_state *rstate = to_rcar_crtc_state(crtc_state); in rcar_du_crtc_atomic_check() local
705 rstate->outputs = 0; in rcar_du_crtc_atomic_check()
716 rstate->outputs |= BIT(renc->output); in rcar_du_crtc_atomic_check()
726 struct rcar_du_crtc_state *rstate = to_rcar_crtc_state(crtc->state); in rcar_du_crtc_atomic_enable() local
740 bool dot_clk_only = rstate->outputs == BIT(RCAR_DU_OUTPUT_DPAD0); in rcar_du_crtc_atomic_enable()
753 (rstate->outputs & in rcar_du_crtc_atomic_enable()
776 struct rcar_du_crtc_state *rstate = to_rcar_crtc_state(old_state); in rcar_du_crtc_atomic_disable() local
783 bool dot_clk_only = rstate->outputs == BIT(RCAR_DU_OUTPUT_DPAD0); in rcar_du_crtc_atomic_disable()
795 (rstate->outputs & in rcar_du_crtc_atomic_disable()
H A Drcar_du_group.c354 struct rcar_du_crtc_state *rstate; in rcar_du_group_set_dpad_levels() local
358 rstate = to_rcar_crtc_state(rcrtc->crtc.state); in rcar_du_group_set_dpad_levels()
360 if (!(rstate->outputs & dpad_mask)) in rcar_du_group_set_dpad_levels()
/linux/drivers/regulator/
H A Dcore.c585 const struct regulator_state *rstate; in regulator_get_suspend_state_check() local
587 rstate = regulator_get_suspend_state(rdev, state); in regulator_get_suspend_state_check()
588 if (rstate == NULL) in regulator_get_suspend_state_check()
595 if (rstate->enabled != ENABLE_IN_SUSPEND && in regulator_get_suspend_state_check()
596 rstate->enabled != DISABLE_IN_SUSPEND) { in regulator_get_suspend_state_check()
603 return rstate; in regulator_get_suspend_state_check()
1079 const struct regulator_state *rstate) in __suspend_set_state() argument
1083 if (rstate->enabled == ENABLE_IN_SUSPEND && in __suspend_set_state()
1086 else if (rstate->enabled == DISABLE_IN_SUSPEND && in __suspend_set_state()
1097 if (rdev->desc->ops->set_suspend_voltage && rstate->uV > 0) { in __suspend_set_state()
[all …]
/linux/tools/perf/util/
H A Dthread-stack.c101 enum retpoline_state_t rstate; member
164 ts->rstate = X86_RETPOLINE_POSSIBLE; in thread_stack__init()
1108 enum retpoline_state_t rstate; in thread_stack__process() local
1124 rstate = ts->rstate; in thread_stack__process()
1125 if (rstate == X86_RETPOLINE_DETECTED) in thread_stack__process()
1126 ts->rstate = X86_RETPOLINE_POSSIBLE; in thread_stack__process()
1171 if (!err && rstate == X86_RETPOLINE_POSSIBLE && to_al->sym && in thread_stack__process()
1174 ts->rstate = X86_RETPOLINE_DETECTED; in thread_stack__process()
1192 if (rstate == X86_RETPOLINE_DETECTED && ts->cnt > 2 && in thread_stack__process()
/linux/drivers/net/ppp/
H A Dppp_generic.c133 unsigned int rstate; /* receive state bits 6c */ member
842 val = ppp->flags | ppp->xstate | ppp->rstate; in ppp_ioctl()
2432 if (ppp->rc_state && (ppp->rstate & SC_DECOMP_RUN) && in ppp_receive_nonmp_frame()
2433 (ppp->rstate & (SC_DC_FERROR | SC_DC_ERROR)) == 0) in ppp_receive_nonmp_frame()
2436 if (ppp->flags & SC_MUST_COMP && ppp->rstate & SC_DC_FERROR) in ppp_receive_nonmp_frame()
2601 ppp->rstate |= SC_DC_FERROR; in ppp_decompress_frame()
2625 ppp->rstate |= SC_DC_ERROR; in ppp_decompress_frame()
3112 ppp->rstate &= ~SC_DECOMP_RUN; in ppp_set_compress()
3160 ppp->rstate &= ~SC_DECOMP_RUN; in ppp_ccp_peek()
3169 ppp->rstate &= ~SC_DECOMP_RUN; in ppp_ccp_peek()
[all …]
/linux/sound/pci/lx6464es/
H A Dlx_core.h110 int lx_pipe_state(struct lx6464es *chip, u32 pipe, int is_capture, u16 *rstate);
122 int *rstate);
/linux/include/net/
H A Dslhc_vj.h145 struct cstate *rstate; /* receive connection states (array)*/ member
/linux/drivers/gpu/drm/renesas/rz-du/
H A Drzg2l_du_vsp.c219 struct rzg2l_du_vsp_plane_state *rstate = to_rzg2l_vsp_plane_state(new_plane_state); in rzg2l_du_vsp_plane_atomic_check() local
221 return __rzg2l_du_vsp_plane_atomic_check(plane, new_plane_state, &rstate->format); in rzg2l_du_vsp_plane_atomic_check()
/linux/include/soc/fsl/
H A Dcpm.h20 __be32 rstate; /* Internal */ member
/linux/drivers/net/wan/
H A Dfsl_ucc_hdlc.h29 __be32 rstate; member
H A Dfsl_ucc_hdlc.c268 iowrite32be(BMR_GBL | BMR_BIG_ENDIAN, &priv->ucc_pram->rstate); in uhdlc_init()
/linux/drivers/spi/
H A Dspi-fsl-cpm.c59 iowrite32be(0, &mspi->pram->rstate); in fsl_spi_cpm_reinit_txrx()
376 iowrite32be(0, &mspi->pram->rstate); in fsl_spi_cpm_init()
/linux/arch/powerpc/boot/
H A Dcpm-serial.c48 u32 rstate; member
/linux/drivers/i2c/busses/
H A Di2c-cpm.c55 uint rstate; /* Internal */ member
156 out_be32(&i2c_ram->rstate, 0); in cpm_reset_i2c_params()
/linux/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.h115 u32 rstate; member
H A Dfsl_qe_udc.c2360 out_be32(&usbpram->rstate, 0); in qe_udc_config()
/linux/include/soc/fsl/qe/
H A Dqe.h612 __be32 rstate; /* Rx internal state */ member
/linux/drivers/net/ethernet/freescale/
H A Ducc_geth.h608 u8 rstate; /* rx internal state. High byte contains member
H A Ducc_geth.c820 (u32)&ugeth->p_rx_glbl_pram->rstate, in dump_regs()
821 ugeth->p_rx_glbl_pram->rstate); in dump_regs()
2620 out_8(&ugeth->p_rx_glbl_pram->rstate, function_code); in ucc_geth_startup()