Searched refs:p_state (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A 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 #define capidtmf_indication(p_state,buffer) (((p_state)->recv.indication_state != (p_state)->recv.indication_state_ack) ? capidtmf_recv_indication (p_state, buffer) : 0)
76 #define capidtmf_recv_process_block(p_state,buffe
[all...]
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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_mount.c418 sbi->p_state = state;
421 sbi->p_state = sbi->state;
424 state = sbi->p_state;
H A Djfs_incore.h199 uint p_state; /* state prior to going no integrity */ member in struct:jfs_sb_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/skfp/h/
H A Dskfbiinc.h114 #define DRV_PCM_STATE_CHANGE(smc,plc,p_state) /* nothing */
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);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/skfp/
H A Dpcmplc.c396 phy->plc.p_state = PS_OFF ;
810 plc->p_state = PS_BIT3 ;
833 switch (plc->p_state) {
838 plc->p_state = PS_BIT4 ;
850 plc->p_state = PS_BIT7 ;
861 plc->p_state = PS_LCT ;
877 plc->p_state = PS_BIT8 ;
895 plc->p_state = PS_JOIN ;
906 plc->p_state = PS_ACTIVE ;
930 switch (plc->p_state) {
[all...]
H A Ddrvfbi.c714 void pcm_state_change(struct s_smc *smc, int plc, int p_state) argument
721 DRV_PCM_STATE_CHANGE(smc,plc,p_state) ;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dsnow.c1740 uint8_t p_state[sizeof(s->block_state)]; local
1875 memcpy(p_state, s->block_state, sizeof(s->block_state));
1878 put_rac(&pc, &p_state[4 + s_context], 1);
1879 put_rac(&pc, &p_state[1 + left->type + top->type], 0);
1881 put_symbol(&pc, &p_state[128 + 1024 + 32*ref_context], best_ref, 0);
1883 put_symbol(&pc, &p_state[128 + 32*(mx_context + 16*!!best_ref)], mx - pmx, 1);
1884 put_symbol(&pc, &p_state[128 + 32*(my_context + 16*!!best_ref)], my - pmy, 1);
1956 memcpy(s->block_state, p_state, sizeof(s->block_state));

Completed in 105 milliseconds