HomeSort by: relevance | last modified time | path
    Searched defs:tml (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/usb/
uaudio.c 284 (struct terminal_list *tml);
1829 struct terminal_list *tml; local in function:uaudio_merge_terminal_list
1840 tml = malloc(TERMINAL_LIST_SIZE(len), M_TEMP, M_NOWAIT);
1841 if (tml == NULL) {
1845 tml->size = 0;
1846 ptm = tml->terminals;
1854 tml->size += iot->inputs[i]->size;
1858 return tml;
1864 struct terminal_list *tml; local in function:uaudio_io_terminaltype
1874 tml = malloc(TERMINAL_LIST_SIZE(it->output->size + 1)
2649 struct terminal_list *tml; local in function:uaudio_identify_ac
    [all...]

Completed in 15 milliseconds