Home
last modified time | relevance | path

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

/drivers/macintosh/ams/
Dams-i2c.c163 if (unlikely(ams_info.has_device)) in ams_i2c_probe()
221 ams_info.has_device = 1; in ams_i2c_probe()
233 if (ams_info.has_device) { in ams_i2c_remove()
244 ams_info.has_device = 0; in ams_i2c_remove()
Dams-pmu.c140 ams_info.has_device = 0; in ams_pmu_exit()
189 ams_info.has_device = 1; in ams_pmu_init()
Dams.h31 char has_device; member