Home
last modified time | relevance | path

Searched refs:bcm_iovar_t (Results 1 – 2 of 2) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmutils.h417 } bcm_iovar_t; typedef
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/
Dbcmutils.c1207 const bcm_iovar_t*
1208 bcm_iovar_lookup(const bcm_iovar_t *table, const char *name) in bcm_iovar_lookup()
1210 const bcm_iovar_t *vi; in bcm_iovar_lookup()
1232 bcm_iovar_lencheck(const bcm_iovar_t *vi, void *arg, int len, bool set) in bcm_iovar_lencheck()