Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_mac.h117 int (*get_sensor)(struct fbnic_dev *fbd, int id, long *val); member
H A Dfbnic_hwmon.c39 return id < 0 ? id : mac->get_sensor(fbd, id, val); in fbnic_hwmon_read()
H A Dfbnic_mac.c901 .get_sensor = fbnic_mac_get_sensor_asic,