Searched refs:dhd_iovar_getint (Results 1 – 1 of 1) sorted by relevance
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | dhdu.c | 93 static int dhd_iovar_getint(void *dhd, char *name, int *var); 1634 ret = dhd_iovar_getint(dhd, cmd->name, &flag); in dhd_proptxstatusenable() 1652 ret = dhd_iovar_getint(dhd, cmd->name, &mode); in dhd_proptxstatusmode() 1670 ret = dhd_iovar_getint(dhd, cmd->name, &flag); in dhd_proptxopt() 2666 if ((ret = dhd_iovar_getint(dhd, cmd->name, (int*)&msglevel)) < 0) in dhd_do_msglevel() 2984 dhd_iovar_getint(void *dhd, char *name, int *var) in dhd_iovar_getint() function
|