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

  /hardware/ti/wlan/wl1271/platforms/os/common/src/
tracebuf.c 59 } tb_control_t; typedef in typeref:struct:__anon10701
61 static tb_control_t *tb_control;
65 return TI_FIELD_OFFSET(tb_control_t, entry) + sizeof(tb_entry_t)*TB_NUM_ENTRIES;
77 tb_control = (tb_control_t *)TB_MALLOC(tb_control_size());
  /system/wlan/ti/wilink_6_1/platforms/os/common/src/
tracebuf.c 59 } tb_control_t; typedef in typeref:struct:__anon17418
61 static tb_control_t *tb_control;
65 return TI_FIELD_OFFSET(tb_control_t, entry) + sizeof(tb_entry_t)*TB_NUM_ENTRIES;
77 tb_control = (tb_control_t *)TB_MALLOC(tb_control_size());

Completed in 66 milliseconds