Searched refs:MRQ_DEBUG (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/firmware/tegra/ |
H A D | bpmp-debugfs.c | 110 .mrq = MRQ_DEBUG, in mrq_debug_open() 151 .mrq = MRQ_DEBUG, in mrq_debug_close() 180 .mrq = MRQ_DEBUG, in mrq_debug_read() 243 .mrq = MRQ_DEBUG, in mrq_debug_write() 740 inband = tegra_bpmp_mrq_is_supported(bpmp, MRQ_DEBUG); in tegra_bpmp_init_debugfs()
|
/kernel/linux/linux-6.6/drivers/firmware/tegra/ |
H A D | bpmp-debugfs.c | 115 .mrq = MRQ_DEBUG, in mrq_debug_open() 156 .mrq = MRQ_DEBUG, in mrq_debug_close() 185 .mrq = MRQ_DEBUG, in mrq_debug_read() 250 .mrq = MRQ_DEBUG, in mrq_debug_write() 313 .mrq = MRQ_DEBUG, in bpmp_debug_show() 778 inband = tegra_bpmp_mrq_is_supported(bpmp, MRQ_DEBUG); in tegra_bpmp_init_debugfs()
|
/kernel/linux/linux-5.10/include/soc/tegra/ |
H A D | bpmp-abi.h | 161 #define MRQ_DEBUG 75U macro 550 * @deprecated use MRQ_DEBUG instead. 693 * @def MRQ_DEBUG 833 * @brief Request with #MRQ_DEBUG. 835 * The sender of an MRQ_DEBUG message uses #cmd to specify a debugfs
|
/kernel/linux/linux-6.6/include/soc/tegra/ |
H A D | bpmp-abi.h | 200 * | MRQ_DEBUG | CMD_DEBUG_OPEN_RO | 4 + length of cmd_debug_fopen_request.name | 201 * | MRQ_DEBUG | CMD_DEBUG_OPEN_WO | 4 + length of cmd_debug_fopen_request.name | 202 * | MRQ_DEBUG | CMD_DEBUG_READ | 8 | 203 * | MRQ_DEBUG | CMD_DEBUG_WRITE | 12 + cmd_debug_fwrite_request.datalen | 204 * | MRQ_DEBUG | CMD_DEBUG_CLOSE | 8 | 334 #define MRQ_DEBUG 75U macro 535 * @deprecated use MRQ_DEBUG instead. 678 * @def MRQ_DEBUG 818 * @brief Request with #MRQ_DEBUG. 820 * The sender of an MRQ_DEBUG messag [all...] |
Completed in 10 milliseconds