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

  /hardware/ti/wlan/wl1271/platforms/os/common/src/
tracebuf.c 63 static int tb_control_size(void) function
77 tb_control = (tb_control_t *)TB_MALLOC(tb_control_size());
80 memset(tb_control, 0, tb_control_size());
  /system/wlan/ti/wilink_6_1/platforms/os/common/src/
tracebuf.c 63 static int tb_control_size(void) function
77 tb_control = (tb_control_t *)TB_MALLOC(tb_control_size());
80 memset(tb_control, 0, tb_control_size());

Completed in 225 milliseconds