Searched refs:dump_fh (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/ |
H A D | debug.c | 1169 if (il->ops->dump_fh) { in il_dbgfs_fh_reg_read() 1170 ret = pos = il->ops->dump_fh(il, &buf, true); in il_dbgfs_fh_reg_read()
|
H A D | 4965.c | 1865 .dump_fh = il4965_dump_fh,
|
H A D | common.h | 1546 int (*dump_fh) (struct il_priv *il, char **buf, bool display); member
|
H A D | common.c | 4158 if (il->ops->dump_fh) in il_irq_handle_error() 4159 il->ops->dump_fh(il, NULL, false); in il_irq_handle_error()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/ |
H A D | debug.c | 1169 if (il->ops->dump_fh) { in il_dbgfs_fh_reg_read() 1170 ret = pos = il->ops->dump_fh(il, &buf, true); in il_dbgfs_fh_reg_read()
|
H A D | 4965.c | 1865 .dump_fh = il4965_dump_fh,
|
H A D | common.h | 1546 int (*dump_fh) (struct il_priv *il, char **buf, bool display); member
|
H A D | common.c | 4155 if (il->ops->dump_fh) in il_irq_handle_error() 4156 il->ops->dump_fh(il, NULL, false); in il_irq_handle_error()
|
Completed in 38 milliseconds