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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/irda/
H A Dirda-usb.c158 ((self->new_speed != -1) || (self->new_xbofs != -1))) {
166 if (self->new_xbofs == -1)
167 self->new_xbofs = self->xbofs ;
218 self->new_xbofs = 0;
222 self->new_xbofs = 0;
230 if (self->new_xbofs != -1) {
231 IRDA_DEBUG(2, "%s(), changing xbofs to %d\n", __func__, self->new_xbofs);
232 self->xbofs = self->new_xbofs;
233 /* We will do ` self->new_xbofs = -1; ' in the completion
306 self->new_speed, self->new_xbofs);
[all...]
H A Dirda-usb.h165 __s16 new_xbofs; /* xbofs we need to set */ member in struct:irda_usb_cb

Completed in 100 milliseconds