Symbol: crashlog_entry
drivers/platform/x86/intel/pmt/crashlog.c
120
struct crashlog_entry entry[];
drivers/platform/x86/intel/pmt/crashlog.c
128
static void pmt_crashlog_rmw(struct crashlog_entry *crashlog, u32 bit, bool set)
drivers/platform/x86/intel/pmt/crashlog.c
145
static bool pmt_crashlog_rc(struct crashlog_entry *crashlog, u32 bit)
drivers/platform/x86/intel/pmt/crashlog.c
153
static bool pmt_crashlog_complete(struct crashlog_entry *crashlog)
drivers/platform/x86/intel/pmt/crashlog.c
159
static bool pmt_crashlog_disabled(struct crashlog_entry *crashlog)
drivers/platform/x86/intel/pmt/crashlog.c
184
static void pmt_crashlog_set_disable(struct crashlog_entry *crashlog,
drivers/platform/x86/intel/pmt/crashlog.c
190
static void pmt_crashlog_set_clear(struct crashlog_entry *crashlog)
drivers/platform/x86/intel/pmt/crashlog.c
195
static void pmt_crashlog_set_execute(struct crashlog_entry *crashlog)
drivers/platform/x86/intel/pmt/crashlog.c
200
static bool pmt_crashlog_cleared(struct crashlog_entry *crashlog)
drivers/platform/x86/intel/pmt/crashlog.c
205
static bool pmt_crashlog_consumed(struct crashlog_entry *crashlog)
drivers/platform/x86/intel/pmt/crashlog.c
210
static void pmt_crashlog_set_consumed(struct crashlog_entry *crashlog)
drivers/platform/x86/intel/pmt/crashlog.c
215
static bool pmt_crashlog_error(struct crashlog_entry *crashlog)
drivers/platform/x86/intel/pmt/crashlog.c
220
static bool pmt_crashlog_rearm(struct crashlog_entry *crashlog)
drivers/platform/x86/intel/pmt/crashlog.c
225
static void pmt_crashlog_set_rearm(struct crashlog_entry *crashlog)
drivers/platform/x86/intel/pmt/crashlog.c
236
struct crashlog_entry *crashlog = dev_get_drvdata(dev);
drivers/platform/x86/intel/pmt/crashlog.c
246
struct crashlog_entry *crashlog;
drivers/platform/x86/intel/pmt/crashlog.c
271
struct crashlog_entry *crashlog = dev_get_drvdata(dev);
drivers/platform/x86/intel/pmt/crashlog.c
281
struct crashlog_entry *crashlog;
drivers/platform/x86/intel/pmt/crashlog.c
312
struct crashlog_entry *crashlog = dev_get_drvdata(dev);
drivers/platform/x86/intel/pmt/crashlog.c
322
struct crashlog_entry *crashlog;
drivers/platform/x86/intel/pmt/crashlog.c
343
struct crashlog_entry *crashlog = dev_get_drvdata(dev);
drivers/platform/x86/intel/pmt/crashlog.c
353
struct crashlog_entry *crashlog = dev_get_drvdata(dev);
drivers/platform/x86/intel/pmt/crashlog.c
363
struct crashlog_entry *crashlog;
drivers/platform/x86/intel/pmt/crashlog.c
388
struct crashlog_entry *crashlog;
drivers/platform/x86/intel/pmt/crashlog.c
401
struct crashlog_entry *crashlog;
drivers/platform/x86/intel/pmt/crashlog.c
502
struct crashlog_entry *crashlog;
drivers/platform/x86/intel/pmt/crashlog.c
510
crashlog = container_of(entry, struct crashlog_entry, entry);
drivers/platform/x86/intel/pmt/crashlog.c
552
struct crashlog_entry *crashlog = &priv->entry[i];