Lines Matching defs:entry
53 struct intel_pmt_entry entry; member
59 struct crashlog_entry entry[]; member
65 static bool pmt_crashlog_complete(struct intel_pmt_entry *entry) in pmt_crashlog_complete()
73 static bool pmt_crashlog_disabled(struct intel_pmt_entry *entry) in pmt_crashlog_disabled()
81 static bool pmt_crashlog_supported(struct intel_pmt_entry *entry) in pmt_crashlog_supported()
96 static void pmt_crashlog_set_disable(struct intel_pmt_entry *entry, in pmt_crashlog_set_disable()
112 static void pmt_crashlog_set_clear(struct intel_pmt_entry *entry) in pmt_crashlog_set_clear()
122 static void pmt_crashlog_set_execute(struct intel_pmt_entry *entry) in pmt_crashlog_set_execute()
138 struct intel_pmt_entry *entry = dev_get_drvdata(dev); in enable_show() local
148 struct crashlog_entry *entry; in enable_store() local
169 struct intel_pmt_entry *entry; in trigger_show() local
182 struct crashlog_entry *entry; in trigger_store() local
225 static int pmt_crashlog_header_decode(struct intel_pmt_entry *entry, in pmt_crashlog_header_decode()
285 struct intel_pmt_entry *entry = &priv->entry[priv->num_entries].entry; in pmt_crashlog_probe() local