Home
last modified time | relevance | path

Searched refs:rstate (Results 1 – 18 of 18) 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_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.c582 const struct regulator_state *rstate; in regulator_get_suspend_state_check() local
584 rstate = regulator_get_suspend_state(rdev, state); in regulator_get_suspend_state_check()
585 if (rstate == NULL) in regulator_get_suspend_state_check()
592 if (rstate->enabled != ENABLE_IN_SUSPEND && in regulator_get_suspend_state_check()
593 rstate->enabled != DISABLE_IN_SUSPEND) { in regulator_get_suspend_state_check()
600 return rstate; in regulator_get_suspend_state_check()
1076 const struct regulator_state *rstate) in __suspend_set_state() argument
1080 if (rstate->enabled == ENABLE_IN_SUSPEND && in __suspend_set_state()
1083 else if (rstate->enabled == DISABLE_IN_SUSPEND && in __suspend_set_state()
1094 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()
2412 if (ppp->rc_state && (ppp->rstate & SC_DECOMP_RUN) && in ppp_receive_nonmp_frame()
2413 (ppp->rstate & (SC_DC_FERROR | SC_DC_ERROR)) == 0) in ppp_receive_nonmp_frame()
2416 if (ppp->flags & SC_MUST_COMP && ppp->rstate & SC_DC_FERROR) in ppp_receive_nonmp_frame()
2581 ppp->rstate |= SC_DC_FERROR; in ppp_decompress_frame()
2605 ppp->rstate |= SC_DC_ERROR; in ppp_decompress_frame()
3092 ppp->rstate &= ~SC_DECOMP_RUN; in ppp_set_compress()
3140 ppp->rstate &= ~SC_DECOMP_RUN; in ppp_ccp_peek()
3149 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/drivers/xen/xenbus/
H A Dxenbus_probe_frontend.c256 enum xenbus_state rstate = XenbusStateUnknown; in print_device_status() local
258 rstate = xenbus_read_driver_state(xendev->otherend); in print_device_status()
260 xendev->nodename, xendev->state, rstate); in print_device_status()
/linux/include/net/
H A Dslhc_vj.h145 struct cstate *rstate; /* receive connection states (array)*/ member
/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
/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/usb/gadget/udc/
H A Dfsl_qe_udc.h115 u32 rstate; member
/linux/include/soc/fsl/qe/
H A Dqe.h612 __be32 rstate; /* Rx internal state */ member
/linux/drivers/platform/chrome/
H A Dcros_ec_typec.c298 struct typec_retimer_state rstate = { in cros_typec_retimer_set() local
304 return typec_retimer_set(retimer, &rstate); in cros_typec_retimer_set()
/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()
2618 out_8(&ugeth->p_rx_glbl_pram->rstate, function_code); in ucc_geth_startup()