Searched defs:p_state (Results 1 - 4 of 4) sorted by relevance

/drivers/isdn/hardware/eicon/
H A Dcapidtmf.c412 static void capidtmf_recv_init(t_capidtmf_state *p_state) argument
414 p_state->recv.min_gap_duration = 1;
415 p_state->recv.min_digit_duration = 1;
417 p_state->recv.cycle_counter = 0;
418 p_state->recv.current_digit_on_time = 0;
419 p_state->recv.current_digit_off_time = 0;
420 p_state->recv.current_digit_value = CAPIDTMF_RECV_NO_DIGIT;
422 p_state->recv.digit_write_pos = 0;
423 p_state->recv.digit_read_pos = 0;
424 p_state
430 capidtmf_recv_enable(t_capidtmf_state *p_state, word min_digit_duration, word min_gap_duration) argument
449 capidtmf_recv_disable(t_capidtmf_state *p_state) argument
464 capidtmf_recv_indication(t_capidtmf_state *p_state, byte *buffer) argument
490 capidtmf_recv_block(t_capidtmf_state *p_state, byte *buffer, word length) argument
678 capidtmf_init(t_capidtmf_state *p_state, byte ulaw) argument
[all...]
/drivers/net/fddi/skfp/
H A Ddrvfbi.c440 void pcm_state_change(struct s_smc *smc, int plc, int p_state) argument
447 DRV_PCM_STATE_CHANGE(smc,plc,p_state) ;
/drivers/block/drbd/
H A Ddrbd_protocol.h247 struct p_state { struct
/drivers/net/fddi/skfp/h/
H A Dcmtdef.h452 u_short p_state ; /* current state */ member in struct:s_plc
561 void pcm_state_change(struct s_smc *smc, int plc, int p_state);

Completed in 387 milliseconds