Home
last modified time | relevance | path

Searched refs:p_state (Results 1 – 10 of 10) sorted by relevance

/linux/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()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_thermal.c289 unsigned long *p_state) in mlxsw_thermal_get_max_state() argument
291 *p_state = MLXSW_THERMAL_MAX_STATE; in mlxsw_thermal_get_max_state()
296 unsigned long *p_state) in mlxsw_thermal_get_cur_state() argument
314 *p_state = mlxsw_duty_to_state(duty); in mlxsw_thermal_get_cur_state()
/linux/drivers/net/fddi/skfp/h/
H A Dskfbiinc.h84 #define DRV_PCM_STATE_CHANGE(smc,plc,p_state) /* nothing */ argument
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);
/linux/fs/jfs/
H A Djfs_incore.h195 uint p_state; /* state prior to going no integrity */ member
/linux/drivers/firmware/
H A Dti_sci.c583 * @p_state: pointer to p_state in ti_sci_get_device_state()
590 u8 *p_state, u8 *c_state) in ti_sci_get_device_state()
604 if (!clcnt && !resets && !p_state && !c_state) in ti_sci_get_device_state()
637 if (p_state)
638 *p_state = resp->programmed_state;
810 u8 p_state, c_state;
816 ti_sci_get_device_state(handle, id, NULL, NULL, &p_state, &c_state);
821 *r_state = (p_state == MSG_DEVICE_SW_STATE_AUTO_OFF); in ti_sci_cmd_dev_is_on()
841 u8 p_state, c_stat in ti_sci_cmd_dev_is_on()
573 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
793 u8 p_state, c_state; ti_sci_cmd_dev_is_stop() local
824 u8 p_state, c_state; ti_sci_cmd_dev_is_on() local
[all...]
/linux/drivers/block/drbd/
H A Ddrbd_protocol.h368 struct p_state { struct
H A Ddrbd_main.c974 struct p_state *p; in drbd_send_current_state()
997 struct p_state *p; in drbd_send_state()
H A Ddrbd_receiver.c4214 struct p_state *p = pi->data; in receive_state()
4848 [P_STATE] = { 0, sizeof(struct p_state), receive_state },