Searched refs:new_dac (Results 1 – 1 of 1) sorted by relevance
911 dac_dev_t *new_dac = aos_calloc(1, sizeof(*new_dac)); in board_parse_dac() local912 if (NULL == new_dac) in board_parse_dac()918 *new_dac = device; in board_parse_dac()919 ret = board_add_new_item(MODULE_DAC, dac_id, new_dac); in board_parse_dac()930 if (NULL != new_dac) in board_parse_dac()932 aos_free(new_dac); in board_parse_dac()933 new_dac = NULL; in board_parse_dac()
Completed in 5 milliseconds