Searched refs:rc_state (Results 1 - 2 of 2) sorted by relevance

/drivers/media/dvb/dvb-usb/
H A Dm920x.c137 u8 *rc_state; local
139 rc_state = kmalloc(2, GFP_KERNEL);
140 if (!rc_state)
143 if ((ret = m920x_read(d->udev, M9206_CORE, 0x0, M9206_RC_STATE, rc_state, 1)) != 0)
146 if ((ret = m920x_read(d->udev, M9206_CORE, 0x0, M9206_RC_KEY, rc_state + 1, 1)) != 0)
150 if (rc5_data(&d->props.rc.legacy.rc_map_table[i]) == rc_state[1]) {
153 switch(rc_state[0]) {
184 deb("Unexpected rc state %02x\n", rc_state[0]);
190 if (rc_state[1] != 0)
191 deb("Unknown rc key %02x\n", rc_state[
[all...]
/drivers/net/ppp/
H A Dppp_generic.c120 void *rc_state; /* its internal state 98 */ member in struct:ppp
1003 if (ppp->rc_state)
1004 ppp->rcomp->decomp_stat(ppp->rc_state, &cstats.d);
1682 if (ppp->rc_state && (ppp->rstate & SC_DECOMP_RUN) &&
1843 len = ppp->rcomp->decompress(ppp->rc_state, skb->data - 2,
1863 ppp->rcomp->incomp(ppp->rc_state, skb->data - 2,
2353 ostate = ppp->rc_state;
2355 ppp->rc_state = state;
2424 if (!ppp->rc_state)
2426 if (ppp->rcomp->decomp_init(ppp->rc_state, d
[all...]

Completed in 71 milliseconds