Searched refs:plc (Results 1 – 6 of 6) sorted by relevance
/drivers/net/fddi/skfp/ |
D | pcmplc.c | 392 memset((char *)&phy->plc,0,sizeof(struct s_plc)) ; in pcm_init() 393 phy->plc.p_state = PS_OFF ; in pcm_init() 678 struct s_plc *plc ; in pcm_fsm() local 684 plc = &phy->plc ; in pcm_fsm() 838 plc->p_state = PS_BIT3 ; in pcm_fsm() 839 plc->p_bits = 3 ; in pcm_fsm() 840 plc->p_start = 0 ; in pcm_fsm() 861 switch (plc->p_state) { in pcm_fsm() 866 plc->p_state = PS_BIT4 ; in pcm_fsm() 867 plc->p_bits = 1 ; in pcm_fsm() [all …]
|
D | drvfbi.c | 440 void pcm_state_change(struct s_smc *smc, int plc, int p_state) in pcm_state_change() argument 447 DRV_PCM_STATE_CHANGE(smc,plc,p_state) ; in pcm_state_change()
|
/drivers/staging/nvec/ |
D | nvec_power.c | 79 char plc[30]; member 137 if (res->plc[0] & 1) { in nvec_power_bat_notifier() 145 switch ((res->plc[0] >> 1) & 3) { in nvec_power_bat_notifier() 168 power->bat_cap = res->plc[1]; in nvec_power_bat_notifier() 200 memcpy(power->bat_manu, &res->plc, res->length - 2); in nvec_power_bat_notifier() 204 memcpy(power->bat_model, &res->plc, res->length - 2); in nvec_power_bat_notifier() 208 memcpy(power->bat_type, &res->plc, res->length - 2); in nvec_power_bat_notifier()
|
/drivers/net/fddi/skfp/h/ |
D | skfbiinc.h | 88 #define DRV_PCM_STATE_CHANGE(smc,plc,p_state) /* nothing */ argument
|
D | smc.h | 238 struct s_plc plc ; member
|
D | cmtdef.h | 561 void pcm_state_change(struct s_smc *smc, int plc, int p_state);
|