Searched refs:hexagon_mdt_image (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/remoteproc/ |
H A D | qcom_q6v5_mss.c | 243 const char *hexagon_mdt_image; member 1349 fw_name_len = strlen(qproc->hexagon_mdt_image); in q6v5_mpss_load() 1353 fw_name = kstrdup(qproc->hexagon_mdt_image, GFP_KERNEL); in q6v5_mpss_load() 1366 ret = q6v5_mpss_init_image(qproc, fw, qproc->hexagon_mdt_image); in q6v5_mpss_load() 1645 ret = request_firmware(&fw, qproc->hexagon_mdt_image, qproc->dev); in qcom_q6v5_register_dump_segments() 1648 qproc->hexagon_mdt_image); in qcom_q6v5_register_dump_segments() 2006 qproc->hexagon_mdt_image = "modem.mdt"; in q6v5_probe() 2008 1, &qproc->hexagon_mdt_image); in q6v5_probe()
|
/kernel/linux/linux-5.10/drivers/remoteproc/ |
H A D | qcom_q6v5_mss.c | 211 const char *hexagon_mdt_image; member 1138 fw_name_len = strlen(qproc->hexagon_mdt_image); in q6v5_mpss_load() 1142 fw_name = kstrdup(qproc->hexagon_mdt_image, GFP_KERNEL); in q6v5_mpss_load() 1425 ret = request_firmware(&fw, qproc->hexagon_mdt_image, qproc->dev); in qcom_q6v5_register_dump_segments() 1428 qproc->hexagon_mdt_image); in qcom_q6v5_register_dump_segments() 1724 qproc->hexagon_mdt_image = "modem.mdt"; in q6v5_probe() 1726 1, &qproc->hexagon_mdt_image); in q6v5_probe()
|
Completed in 6 milliseconds