Home
last modified time | relevance | path

Searched refs:firmware_work (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/base/
Dfirmware_class.c1237 struct firmware_work { struct
1249 struct firmware_work *fw_work; in request_firmware_work_func() argument
1252 fw_work = container_of(work, struct firmware_work, work); in request_firmware_work_func()
1292 struct firmware_work *fw_work; in request_firmware_nowait()
1294 fw_work = kzalloc(sizeof(struct firmware_work), gfp); in request_firmware_nowait()