Searched refs:async_work (Results 1 – 1 of 1) sorted by relevance
64 struct k_work async_work; member761 k_work_submit(&data->async_work); in spi_max32_callback()780 struct max32_spi_data *data = CONTAINER_OF(work, struct max32_spi_data, async_work); in spi_max32_async_work_handler()891 k_work_init(&data->async_work, spi_max32_async_work_handler); in spi_max32_init()