Home
last modified time | relevance | path

Searched refs:sstate (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/renesas/shmobile/
H A Dshmob_drm_plane.c45 static void shmob_drm_plane_compute_base(struct shmob_drm_plane_state *sstate) in shmob_drm_plane_compute_base() argument
47 struct drm_framebuffer *fb = sstate->base.fb; in shmob_drm_plane_compute_base()
48 unsigned int x = sstate->base.src_x >> 16; in shmob_drm_plane_compute_base()
49 unsigned int y = sstate->base.src_y >> 16; in shmob_drm_plane_compute_base()
53 bpp = shmob_drm_format_is_yuv(sstate->format) ? 8 : sstate->format->bpp; in shmob_drm_plane_compute_base()
55 sstate->dma[0] = gem->dma_addr + fb->offsets[0] in shmob_drm_plane_compute_base()
58 if (shmob_drm_format_is_yuv(sstate->format)) { in shmob_drm_plane_compute_base()
59 bpp = sstate->format->bpp - 8; in shmob_drm_plane_compute_base()
61 sstate in shmob_drm_plane_compute_base()
70 struct shmob_drm_plane_state *sstate = to_shmob_plane_state(state); shmob_drm_primary_plane_setup() local
91 struct shmob_drm_plane_state *sstate = to_shmob_plane_state(state); shmob_drm_overlay_plane_setup() local
149 struct shmob_drm_plane_state *sstate = to_shmob_plane_state(new_plane_state); shmob_drm_plane_atomic_check() local
[all...]
/linux/net/netfilter/
H A Dnf_conntrack_pptp.c210 if (info->sstate < PPTP_SESSION_REQUESTED) in exp_gre()
213 info->sstate = PPTP_SESSION_CONFIRMED; in exp_gre()
215 info->sstate = PPTP_SESSION_ERROR; in exp_gre()
220 if (info->sstate > PPTP_SESSION_STOPREQ) in exp_gre()
223 info->sstate = PPTP_SESSION_NONE; in exp_gre()
225 info->sstate = PPTP_SESSION_ERROR; in exp_gre()
230 if (info->sstate != PPTP_SESSION_CONFIRMED) in exp_gre()
253 if (info->sstate != PPTP_SESSION_CONFIRMED) in pptp_inbound_pkt()
264 if (info->sstate != PPTP_SESSION_CONFIRMED) in pptp_inbound_pkt()
311 "cstate=%d sstate in pptp_inbound_pkt()
[all...]
/linux/include/linux/netfilter/
H A Dnf_conntrack_pptp.h38 enum pptp_ctrlsess_state sstate; /* session state */ member
/linux/drivers/net/wireless/ath/wil6210/
H A Ddebugfs.c1493 static const char * const sstate[] = {"idle", "pending", "running"}; in wil_read_file_recovery() local
1497 sstate[wil->recovery_state]); in wil_read_file_recovery()