Searched refs:DEBUGFS_STRUCT (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/edac/ |
D | thunderx_edac.c | 210 #define DEBUGFS_STRUCT(_name, _mode, _write, _read) \ macro 247 DEBUGFS_STRUCT(_field, 0600, \ 282 DEBUGFS_STRUCT(_name, 0600, \ 447 DEBUGFS_STRUCT(inject_int, 0200, thunderx_lmc_inject_int_write, NULL); 448 DEBUGFS_STRUCT(inject_ecc, 0200, thunderx_lmc_inject_ecc_write, NULL); 449 DEBUGFS_STRUCT(int_w1c, 0400, NULL, thunderx_lmc_int_read);
|