Searched refs:plc (Results 1 – 6 of 6) sorted by relevance
/drivers/net/fddi/skfp/ |
D | pcmplc.c | 381 memset((char *)&phy->plc,0,sizeof(struct s_plc)) ; in pcm_init() 382 phy->plc.p_state = PS_OFF ; in pcm_init() 666 struct s_plc *plc ; in pcm_fsm() local 672 plc = &phy->plc ; in pcm_fsm() 826 plc->p_state = PS_BIT3 ; in pcm_fsm() 827 plc->p_bits = 3 ; in pcm_fsm() 828 plc->p_start = 0 ; in pcm_fsm() 850 switch (plc->p_state) { in pcm_fsm() 855 plc->p_state = PS_BIT4 ; in pcm_fsm() 856 plc->p_bits = 1 ; in pcm_fsm() [all …]
|
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()
|
/drivers/staging/nvec/ |
D | nvec_power.c | 75 char plc[30]; member 133 if (res->plc[0] & 1) { in nvec_power_bat_notifier() 141 switch ((res->plc[0] >> 1) & 3) { in nvec_power_bat_notifier() 164 power->bat_cap = res->plc[1]; in nvec_power_bat_notifier() 196 memcpy(power->bat_manu, &res->plc, res->length - 2); in nvec_power_bat_notifier() 200 memcpy(power->bat_model, &res->plc, res->length - 2); in nvec_power_bat_notifier() 204 memcpy(power->bat_type, &res->plc, res->length - 2); in nvec_power_bat_notifier()
|
/drivers/net/fddi/skfp/h/ |
D | skfbiinc.h | 84 #define DRV_PCM_STATE_CHANGE(smc,plc,p_state) /* nothing */ argument
|
D | smc.h | 234 struct s_plc plc ; member
|
D | cmtdef.h | 561 void pcm_state_change(struct s_smc *smc, int plc, int p_state);
|