Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/isdn/hardware/eicon/
Dcapidtmf.c412 static void capidtmf_recv_init(t_capidtmf_state *p_state) in capidtmf_recv_init() argument
414 p_state->recv.min_gap_duration = 1; in capidtmf_recv_init()
415 p_state->recv.min_digit_duration = 1; in capidtmf_recv_init()
417 p_state->recv.cycle_counter = 0; in capidtmf_recv_init()
418 p_state->recv.current_digit_on_time = 0; in capidtmf_recv_init()
419 p_state->recv.current_digit_off_time = 0; in capidtmf_recv_init()
420 p_state->recv.current_digit_value = CAPIDTMF_RECV_NO_DIGIT; in capidtmf_recv_init()
422 p_state->recv.digit_write_pos = 0; in capidtmf_recv_init()
423 p_state->recv.digit_read_pos = 0; in capidtmf_recv_init()
424 p_state->recv.indication_state = 0; in capidtmf_recv_init()
[all …]
Dcapidtmf.h70 word capidtmf_recv_indication(t_capidtmf_state *p_state, byte *buffer);
71 void capidtmf_recv_block(t_capidtmf_state *p_state, byte *buffer, word length);
72 void capidtmf_init(t_capidtmf_state *p_state, byte ulaw);
73 void capidtmf_recv_enable(t_capidtmf_state *p_state, word min_digit_duration, word min_gap_duration…
74 void capidtmf_recv_disable(t_capidtmf_state *p_state);
75 …_indication(p_state, buffer) (((p_state)->recv.indication_state != (p_state)->recv.indication_sta… argument
76 …f_recv_process_block(p_state, buffer, length) { if ((p_state)->recv.state != CAPIDTMF_RECV_STATE_… argument
/linux-4.4.14/fs/jfs/
Djfs_mount.c418 sbi->p_state = state; in updateSuper()
421 sbi->p_state = sbi->state; in updateSuper()
424 state = sbi->p_state; in updateSuper()
Djfs_incore.h197 uint p_state; /* state prior to going no integrity */ member
/linux-4.4.14/drivers/net/fddi/skfp/
Dpcmplc.c393 phy->plc.p_state = PS_OFF ; in pcm_init()
838 plc->p_state = PS_BIT3 ; in pcm_fsm()
861 switch (plc->p_state) { in pcm_fsm()
866 plc->p_state = PS_BIT4 ; in pcm_fsm()
878 plc->p_state = PS_BIT7 ; in pcm_fsm()
889 plc->p_state = PS_LCT ; in pcm_fsm()
905 plc->p_state = PS_BIT8 ; in pcm_fsm()
923 plc->p_state = PS_JOIN ; in pcm_fsm()
934 plc->p_state = PS_ACTIVE ; in pcm_fsm()
958 switch (plc->p_state) { in pcm_fsm()
[all …]
Ddrvfbi.c440 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()
/linux-4.4.14/drivers/net/fddi/skfp/h/
Dskfbiinc.h88 #define DRV_PCM_STATE_CHANGE(smc,plc,p_state) /* nothing */ argument
Dcmtdef.h452 u_short p_state ; /* current state */ member
561 void pcm_state_change(struct s_smc *smc, int plc, int p_state);
/linux-4.4.14/drivers/block/drbd/
Ddrbd_protocol.h247 struct p_state { struct
Ddrbd_main.c974 struct p_state *p; in drbd_send_current_state()
997 struct p_state *p; in drbd_send_state()
Ddrbd_receiver.c4035 struct p_state *p = pi->data; in receive_state()
4585 [P_STATE] = { 0, sizeof(struct p_state), receive_state },