Home
last modified time | relevance | path

Searched refs:dump_fh (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/net/wireless/iwlegacy/
Ddebug.c1204 if (il->ops->dump_fh) { in il_dbgfs_fh_reg_read()
1205 ret = pos = il->ops->dump_fh(il, &buf, true); in il_dbgfs_fh_reg_read()
D4965.c1884 .dump_fh = il4965_dump_fh,
Dcommon.h1563 int (*dump_fh) (struct il_priv *il, char **buf, bool display); member
Dcommon.c4115 if (il->ops->dump_fh) in il_irq_handle_error()
4116 il->ops->dump_fh(il, NULL, false); in il_irq_handle_error()