/openbmc/openbmc/poky/meta/recipes-kernel/systemtap/systemtap/ |
H A D | 0001-staprun-address-ncurses-6.3-failures.patch | 21 - width[p_state], HIGHLIGHT("state", p_state, comp_fn_index), 27 + (int)width[p_state], HIGHLIGHT("state", p_state, comp_fn_index), 42 - wprintw(status, "%*s\t", width[p_state], json_object_get_string(field)); 43 + wprintw(status, "%*s\t", (int)width[p_state], json_object_get_string(field));
|
/openbmc/linux/drivers/gpu/drm/sun4i/ |
H A D | sun4i_backend.c | 368 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()
|
/openbmc/u-boot/drivers/firmware/ |
H A D | ti_sci.c | 462 u8 *p_state, u8 *c_state) in ti_sci_get_device_state() argument 475 if (!clcnt && !resets && !p_state && !c_state) in ti_sci_get_device_state() 504 if (p_state) in ti_sci_get_device_state() 505 *p_state = resp->programmed_state; in ti_sci_get_device_state() 636 u8 p_state, c_state; in ti_sci_cmd_dev_is_stop() local 642 ti_sci_get_device_state(handle, id, NULL, NULL, &p_state, &c_state); in ti_sci_cmd_dev_is_stop() 647 *r_state = (p_state == MSG_DEVICE_SW_STATE_AUTO_OFF); in ti_sci_cmd_dev_is_stop() 667 u8 p_state, c_state; in ti_sci_cmd_dev_is_on() local 673 ti_sci_get_device_state(handle, id, NULL, NULL, &p_state, &c_state); in ti_sci_cmd_dev_is_on() 678 *r_state = (p_state == MSG_DEVICE_SW_STATE_ON); in ti_sci_cmd_dev_is_on()
|
/openbmc/linux/fs/jfs/ |
H A D | jfs_mount.c | 411 sbi->p_state = state; in updateSuper() 414 sbi->p_state = sbi->state; in updateSuper() 417 state = sbi->p_state; in updateSuper()
|
H A D | jfs_incore.h | 195 uint p_state; /* state prior to going no integrity */ member
|
/openbmc/linux/drivers/net/fddi/skfp/ |
H A D | pcmplc.c | 382 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 D | drvfbi.c | 433 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()
|
/openbmc/linux/drivers/net/fddi/skfp/h/ |
H A D | skfbiinc.h | 84 #define DRV_PCM_STATE_CHANGE(smc,plc,p_state) /* nothing */ argument
|
H A D | cmtdef.h | 453 u_short p_state ; /* current state */ member 561 void pcm_state_change(struct s_smc *smc, int plc, int p_state);
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | core_thermal.c | 341 unsigned long *p_state) in mlxsw_thermal_get_max_state() argument 343 *p_state = MLXSW_THERMAL_MAX_STATE; in mlxsw_thermal_get_max_state() 348 unsigned long *p_state) in mlxsw_thermal_get_cur_state() argument 369 *p_state = mlxsw_duty_to_state(duty); in mlxsw_thermal_get_cur_state()
|
/openbmc/linux/drivers/firmware/ |
H A D | ti_sci.c | 564 u8 *p_state, u8 *c_state) in ti_sci_get_device_state() argument 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_state; in ti_sci_cmd_dev_is_on() local 821 ti_sci_get_device_state(handle, id, NULL, NULL, &p_state, &c_state); in ti_sci_cmd_dev_is_on() 826 *r_state = (p_state == MSG_DEVICE_SW_STATE_ON); in ti_sci_cmd_dev_is_on()
|
/openbmc/linux/drivers/remoteproc/ |
H A D | ti_k3_dsp_remoteproc.c | 681 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()
|
/openbmc/linux/drivers/block/drbd/ |
H A D | drbd_protocol.h | 368 struct p_state { struct
|
H A D | drbd_main.c | 994 struct p_state *p; in drbd_send_current_state() 1017 struct p_state *p; in drbd_send_state()
|
H A D | drbd_receiver.c | 4398 struct p_state *p = pi->data; in receive_state() 5032 [P_STATE] = { 0, sizeof(struct p_state), receive_state },
|
/openbmc/linux/arch/powerpc/xmon/ |
H A D | xmon.c | 3264 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()
|