Searched refs:firmware_file (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/soundwire/ |
| A D | debugfs.c | 144 static char *firmware_file; variable 226 ret = request_firmware(&fw, firmware_file, &slave->dev); in cmd_go() 228 dev_err(&slave->dev, "firmware %s not found\n", firmware_file); in cmd_go() 235 firmware_file, fw->size, num_bytes); in cmd_go() 298 firmware_file = NULL; in sdw_slave_debugfs_init() 299 debugfs_create_str("firmware_file", 0200, d, &firmware_file); in sdw_slave_debugfs_init()
|
| /linux/drivers/staging/rtl8712/ |
| A D | hal_init.c | 64 static const char firmware_file[] = "rtlwifi/rtl8712u.bin"; variable 72 dev_info(dev, "r8712u: Loading firmware from \"%s\"\n", firmware_file); in rtl871x_load_fw() 73 rc = request_firmware_nowait(THIS_MODULE, 1, firmware_file, dev, in rtl871x_load_fw()
|
| /linux/drivers/infiniband/hw/hfi1/ |
| A D | firmware.c | 84 struct firmware_file { struct 104 sizeof(struct firmware_file)) argument 370 (sizeof(struct firmware_file) / 4)) || in verify_css_header() 449 fdet->fw->size - sizeof(struct firmware_file)); in obtain_one_firmware() 466 struct firmware_file *ff = (struct firmware_file *) in obtain_one_firmware() 471 sizeof(struct firmware_file)); in obtain_one_firmware() 481 sizeof(struct firmware_file); in obtain_one_firmware()
|
Completed in 12 milliseconds