Home
last modified time | relevance | path

Searched refs:SStatCounter (Results 1 – 4 of 4) sorted by relevance

/drivers/staging/vt6655/
Dmib.h312 } SStatCounter, *PSStatCounter; typedef
Dmib.c72 memset(pStatistic, 0, sizeof(SStatCounter)); in STAvClearAllCounter()
Ddevice.h410 SStatCounter scStatistic;
Dioctl.c358 if (copy_to_user(pReq->data, &(pDevice->scStatistic), sizeof(SStatCounter))) { in private_ioctl()