Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dhp-wmi-sensors.c1685 struct hp_wmi_platform_events *pevents_arr; in init_platform_events() local
1701 pevents_arr = devm_kcalloc(dev, count, sizeof(*pevents), GFP_KERNEL); in init_platform_events()
1702 if (!pevents_arr) in init_platform_events()
1705 for (i = 0, pevents = pevents_arr; i < count; i++, pevents++) { in init_platform_events()
1718 *out_pevents = pevents_arr; in init_platform_events()