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

/linux-master/drivers/staging/vt6656/
H A Drxtx.c142 static __le16 vnt_time_stamp_off(struct vnt_private *priv, u16 rate) function
195 buf->time_stamp_off_a = vnt_time_stamp_off(priv, rate);
196 buf->time_stamp_off_b = vnt_time_stamp_off(priv,
215 buf->time_stamp_off = vnt_time_stamp_off(priv, rate);
654 vnt_time_stamp_off(priv, current_rate);
665 vnt_time_stamp_off(priv, current_rate);
/linux-master/drivers/staging/vt6655/
H A Drxtx.c143 static __le16 vnt_time_stamp_off(struct vnt_private *priv, u16 rate) function
479 buf->time_stamp_off_a = vnt_time_stamp_off(pDevice, wCurrentRate);
480 buf->time_stamp_off_b = vnt_time_stamp_off(pDevice, pDevice->byTopCCKBasicRate);
502 buf->time_stamp_off_a = vnt_time_stamp_off(pDevice, wCurrentRate);
503 buf->time_stamp_off_b = vnt_time_stamp_off(pDevice, pDevice->byTopCCKBasicRate);
524 buf->time_stamp_off = vnt_time_stamp_off(pDevice, wCurrentRate);
545 buf->time_stamp_off = vnt_time_stamp_off(pDevice, wCurrentRate);
566 buf->time_stamp_off = vnt_time_stamp_off(pDevice, wCurrentRate);
1382 vnt_time_stamp_off(priv, current_rate);
1398 vnt_time_stamp_off(pri
[all...]

Completed in 227 milliseconds