HomeSort by relevance Sort by last modified time
    Searched refs:bcm_iovar_t (Results 1 - 2 of 2) sorted by null

  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 417 } bcm_iovar_t; typedef in typeref:struct:bcm_iovar
433 extern const bcm_iovar_t *bcm_iovar_lookup(const bcm_iovar_t *table, const char *name);
434 extern int bcm_iovar_lencheck(const bcm_iovar_t *table, void *arg, int len, bool set);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 1207 const bcm_iovar_t*
1208 bcm_iovar_lookup(const bcm_iovar_t *table, const char *name)
1210 const bcm_iovar_t *vi;
1232 bcm_iovar_lencheck(const bcm_iovar_t *vi, void *arg, int len, bool set)
    [all...]

Completed in 232 milliseconds