Searched defs:lkpi_fw_task (Results 1 – 1 of 1) sorted by relevance
48 struct lkpi_fw_task { struct50 struct task fw_task;51 gfp_t gfp;52 const char *fw_name;53 struct device *dev;54 void *drv;55 void(*cont)(const struct linuxkpi_firmware *, void *);148 lkpi_fw_task(void *ctx, int pending) in lkpi_fw_task() function