Searched refs:sstate (Results 1 – 5 of 5) sorted by relevance
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()59 bpp = sstate->format->bpp - 8; in shmob_drm_plane_compute_base()82 if (shmob_drm_format_is_yuv(sstate->format)) in shmob_drm_primary_plane_setup()98 sstate->format->ldbbsifr; in shmob_drm_overlay_plane_setup()161 sstate->format = NULL; in shmob_drm_plane_atomic_check()177 sstate->format = NULL; in shmob_drm_plane_atomic_check()182 if (!sstate->format) { in shmob_drm_plane_atomic_check()[all …]
270 if (info->sstate < PPTP_SESSION_REQUESTED) in pptp_inbound_pkt()273 info->sstate = PPTP_SESSION_CONFIRMED; in pptp_inbound_pkt()275 info->sstate = PPTP_SESSION_ERROR; in pptp_inbound_pkt()280 if (info->sstate > PPTP_SESSION_STOPREQ) in pptp_inbound_pkt()283 info->sstate = PPTP_SESSION_NONE; in pptp_inbound_pkt()285 info->sstate = PPTP_SESSION_ERROR; in pptp_inbound_pkt()290 if (info->sstate != PPTP_SESSION_CONFIRMED) in pptp_inbound_pkt()397 if (info->sstate != PPTP_SESSION_NONE) in pptp_outbound_pkt()399 info->sstate = PPTP_SESSION_REQUESTED; in pptp_outbound_pkt()404 info->sstate = PPTP_SESSION_STOPREQ; in pptp_outbound_pkt()[all …]
38 enum pptp_ctrlsess_state sstate; /* session state */ member
69 obj-$(CONFIG_SPARC64) += sstate.o
1493 static const char * const sstate[] = {"idle", "pending", "running"}; in wil_read_file_recovery() local1497 sstate[wil->recovery_state]); in wil_read_file_recovery()
Completed in 13 milliseconds