Home
last modified time | relevance | path

Searched refs:p_state (Results 1 - 25 of 26) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
H A Dsun4i_backend.c387 struct sun4i_layer_state *p_state = state_to_sun4i_layer_state(state); in sun4i_backend_update_layer_zpos() local
389 unsigned int pipe = p_state->pipe; in sun4i_backend_update_layer_zpos()
396 SUN4I_BACKEND_ATTCTL_REG0_LAY_PIPESEL(p_state->pipe) | in sun4i_backend_update_layer_zpos()
597 struct drm_plane_state *p_state = plane_states[i]; in sun4i_backend_atomic_check() local
598 struct drm_framebuffer *fb = p_state->fb; in sun4i_backend_atomic_check()
599 struct sun4i_layer_state *s_state = state_to_sun4i_layer_state(p_state); in sun4i_backend_atomic_check()
605 if (fb->format->has_alpha || (p_state->alpha != DRM_BLEND_ALPHA_OPAQUE)) in sun4i_backend_atomic_check()
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/
H A Dsun4i_backend.c368 struct sun4i_layer_state *p_state = state_to_sun4i_layer_state(state); in sun4i_backend_update_layer_zpos() local
370 unsigned int pipe = p_state->pipe; in sun4i_backend_update_layer_zpos()
377 SUN4I_BACKEND_ATTCTL_REG0_LAY_PIPESEL(p_state->pipe) | in sun4i_backend_update_layer_zpos()
576 struct drm_plane_state *p_state = plane_states[i]; in sun4i_backend_atomic_check() local
577 struct drm_framebuffer *fb = p_state->fb; in sun4i_backend_atomic_check()
578 struct sun4i_layer_state *s_state = state_to_sun4i_layer_state(p_state); in sun4i_backend_atomic_check()
584 if (fb->format->has_alpha || (p_state->alpha != DRM_BLEND_ALPHA_OPAQUE)) in sun4i_backend_atomic_check()
/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_mount.c409 sbi->p_state = state; in updateSuper()
412 sbi->p_state = sbi->state; in updateSuper()
415 state = sbi->p_state; in updateSuper()
H A Djfs_incore.h187 uint p_state; /* state prior to going no integrity */ member
/kernel/linux/linux-6.6/fs/jfs/
H A Djfs_mount.c411 sbi->p_state = state; in updateSuper()
414 sbi->p_state = sbi->state; in updateSuper()
417 state = sbi->p_state; in updateSuper()
H A Djfs_incore.h195 uint p_state; /* state prior to going no integrity */ member
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/
H A Dpcmplc.c386 phy->plc.p_state = PS_OFF ; in pcm_init()
830 plc->p_state = PS_BIT3 ; in pcm_fsm()
854 switch (plc->p_state) { in pcm_fsm()
859 plc->p_state = PS_BIT4 ; in pcm_fsm()
871 plc->p_state = PS_BIT7 ; in pcm_fsm()
882 plc->p_state = PS_LCT ; in pcm_fsm()
898 plc->p_state = PS_BIT8 ; in pcm_fsm()
916 plc->p_state = PS_JOIN ; in pcm_fsm()
927 plc->p_state = PS_ACTIVE ; in pcm_fsm()
951 switch (plc->p_state) { in pcm_fsm()
[all...]
H A Ddrvfbi.c437 void pcm_state_change(struct s_smc *smc, int plc, int p_state) in pcm_state_change() argument
444 DRV_PCM_STATE_CHANGE(smc,plc,p_state) ; in pcm_state_change()
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/
H A Dpcmplc.c382 phy->plc.p_state = PS_OFF ; in pcm_init()
826 plc->p_state = PS_BIT3 ; in pcm_fsm()
850 switch (plc->p_state) { in pcm_fsm()
855 plc->p_state = PS_BIT4 ; in pcm_fsm()
867 plc->p_state = PS_BIT7 ; in pcm_fsm()
878 plc->p_state = PS_LCT ; in pcm_fsm()
894 plc->p_state = PS_BIT8 ; in pcm_fsm()
912 plc->p_state = PS_JOIN ; in pcm_fsm()
923 plc->p_state = PS_ACTIVE ; in pcm_fsm()
947 switch (plc->p_state) { in pcm_fsm()
[all...]
H A Ddrvfbi.c433 void pcm_state_change(struct s_smc *smc, int plc, int p_state) in pcm_state_change() argument
440 DRV_PCM_STATE_CHANGE(smc,plc,p_state) ; in pcm_state_change()
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/h/
H A Dskfbiinc.h84 #define DRV_PCM_STATE_CHANGE(smc,plc,p_state) /* nothing */
H A Dcmtdef.h453 u_short p_state ; /* current state */ member
561 void pcm_state_change(struct s_smc *smc, int plc, int p_state);
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/h/
H A Dskfbiinc.h84 #define DRV_PCM_STATE_CHANGE(smc,plc,p_state) /* nothing */
H A Dcmtdef.h453 u_short p_state ; /* current state */ member
561 void pcm_state_change(struct s_smc *smc, int plc, int p_state);
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_thermal.c591 unsigned long *p_state) in mlxsw_thermal_get_max_state()
593 *p_state = MLXSW_THERMAL_MAX_STATE; in mlxsw_thermal_get_max_state()
598 unsigned long *p_state) in mlxsw_thermal_get_cur_state()
619 *p_state = mlxsw_duty_to_state(duty); in mlxsw_thermal_get_cur_state()
590 mlxsw_thermal_get_max_state(struct thermal_cooling_device *cdev, unsigned long *p_state) mlxsw_thermal_get_max_state() argument
597 mlxsw_thermal_get_cur_state(struct thermal_cooling_device *cdev, unsigned long *p_state) mlxsw_thermal_get_cur_state() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_thermal.c341 unsigned long *p_state) in mlxsw_thermal_get_max_state()
343 *p_state = MLXSW_THERMAL_MAX_STATE; in mlxsw_thermal_get_max_state()
348 unsigned long *p_state) in mlxsw_thermal_get_cur_state()
369 *p_state = mlxsw_duty_to_state(duty); in mlxsw_thermal_get_cur_state()
340 mlxsw_thermal_get_max_state(struct thermal_cooling_device *cdev, unsigned long *p_state) mlxsw_thermal_get_max_state() argument
347 mlxsw_thermal_get_cur_state(struct thermal_cooling_device *cdev, unsigned long *p_state) mlxsw_thermal_get_cur_state() argument
/kernel/linux/linux-5.10/drivers/firmware/
H A Dti_sci.c541 * @p_state: pointer to p_state
548 u8 *p_state, u8 *c_state) in ti_sci_get_device_state()
562 if (!clcnt && !resets && !p_state && !c_state) in ti_sci_get_device_state()
595 if (p_state) in ti_sci_get_device_state()
596 *p_state = resp->programmed_state; in ti_sci_get_device_state()
768 u8 p_state, c_state; in ti_sci_cmd_dev_is_stop() local
774 ti_sci_get_device_state(handle, id, NULL, NULL, &p_state, &c_state); in ti_sci_cmd_dev_is_stop()
779 *r_state = (p_state == MSG_DEVICE_SW_STATE_AUTO_OFF); in ti_sci_cmd_dev_is_stop()
799 u8 p_state, c_stat in ti_sci_cmd_dev_is_on() local
546 ti_sci_get_device_state(const struct ti_sci_handle *handle, u32 id, u32 *clcnt, u32 *resets, u8 *p_state, u8 *c_state) ti_sci_get_device_state() argument
[all...]
/kernel/linux/linux-6.6/drivers/firmware/
H A Dti_sci.c557 * @p_state: pointer to p_state
564 u8 *p_state, u8 *c_state) in ti_sci_get_device_state()
578 if (!clcnt && !resets && !p_state && !c_state) in ti_sci_get_device_state()
611 if (p_state) in ti_sci_get_device_state()
612 *p_state = resp->programmed_state; in ti_sci_get_device_state()
784 u8 p_state, c_state; in ti_sci_cmd_dev_is_stop() local
790 ti_sci_get_device_state(handle, id, NULL, NULL, &p_state, &c_state); in ti_sci_cmd_dev_is_stop()
795 *r_state = (p_state == MSG_DEVICE_SW_STATE_AUTO_OFF); in ti_sci_cmd_dev_is_stop()
815 u8 p_state, c_stat in ti_sci_cmd_dev_is_on() local
562 ti_sci_get_device_state(const struct ti_sci_handle *handle, u32 id, u32 *clcnt, u32 *resets, u8 *p_state, u8 *c_state) ti_sci_get_device_state() argument
[all...]
/kernel/linux/linux-6.6/drivers/remoteproc/
H A Dti_k3_dsp_remoteproc.c681 bool p_state = false; in k3_dsp_rproc_probe() local
761 NULL, &p_state); in k3_dsp_rproc_probe()
769 if (p_state) { in k3_dsp_rproc_probe()
/kernel/linux/linux-5.10/drivers/block/drbd/
H A Ddrbd_protocol.h366 struct p_state { struct
H A Ddrbd_main.c1008 struct p_state *p; in drbd_send_current_state()
1031 struct p_state *p; in drbd_send_state()
H A Ddrbd_receiver.c4445 struct p_state *p = pi->data; in receive_state()
5079 [P_STATE] = { 0, sizeof(struct p_state), receive_state },
/kernel/linux/linux-6.6/drivers/block/drbd/
H A Ddrbd_protocol.h368 struct p_state { struct
H A Ddrbd_main.c994 struct p_state *p; in drbd_send_current_state()
1017 struct p_state *p; in drbd_send_state()
/kernel/linux/linux-6.6/arch/powerpc/xmon/
H A Dxmon.c3264 unsigned int p_state = READ_ONCE(tsk->__state); in show_task() local
3272 state = (p_state == TASK_RUNNING) ? 'R' : in show_task()
3273 (p_state & TASK_UNINTERRUPTIBLE) ? 'D' : in show_task()
3274 (p_state & TASK_STOPPED) ? 'T' : in show_task()
3275 (p_state & TASK_TRACED) ? 'C' : in show_task()
3278 (p_state & TASK_INTERRUPTIBLE) ? 'S' : '?'; in show_task()

Completed in 44 milliseconds

12