Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/platform/x86/
Dintel_ips.c323 unsigned long (*read_mch_val)(void); member
999 if (ips->read_mch_val) { in ips_monitor()
1000 mchp = ips->read_mch_val(); in ips_monitor()
1064 if (ips->read_mch_val) { in ips_monitor()
1065 mch_val = ips->read_mch_val(); in ips_monitor()
1358 ips->read_mch_val = symbol_get(i915_read_mch_val); in ips_get_i915_syms()
1359 if (!ips->read_mch_val) in ips_get_i915_syms()
1604 if (ips->read_mch_val) in ips_remove()