HomeSort by: relevance | last modified time | path
    Searched refs:nfw (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/i2c/
xc3028var.h 61 unsigned int nfw; member in struct:xc3028
xc3028.c 115 for (i = 0; i < xc->nfw; i++) {
130 for (i = 0; i < xc->nfw; i++) {
145 for (i = 0; i < xc->nfw; i++) {
315 xc->nfw = narr;
317 for (index = 0; index < xc->nfw && p < endp; index++) {
351 for (index = 0; index < xc->nfw; index++) {
355 kmem_free(xc->fw, sizeof(*xc->fw) * xc->nfw);
356 xc->nfw = 0;
518 for (index = 0; index < xc->nfw; index++) {
523 kmem_free(xc->fw, sizeof(*xc->fw) * xc->nfw);
    [all...]

Completed in 12 milliseconds