Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/
H A Dintel_ips.c324 unsigned long (*read_mch_val)(void); member
1009 if (ips->read_mch_val) { in ips_monitor()
1010 mchp = ips->read_mch_val(); in ips_monitor()
1074 if (ips->read_mch_val) { in ips_monitor()
1075 mch_val = ips->read_mch_val(); in ips_monitor()
1342 ips->read_mch_val = symbol_get(i915_read_mch_val); in ips_get_i915_syms()
1343 if (!ips->read_mch_val) in ips_get_i915_syms()
1588 if (ips->read_mch_val) in ips_remove()