Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/macintosh/ams/
Dams-i2c.c169 if (unlikely(ams_info.has_device)) in ams_i2c_probe()
227 ams_info.has_device = 1; in ams_i2c_probe()
239 if (ams_info.has_device) { in ams_i2c_remove()
250 ams_info.has_device = 0; in ams_i2c_remove()
Dams-pmu.c144 ams_info.has_device = 0; in ams_pmu_exit()
193 ams_info.has_device = 1; in ams_pmu_init()
Dams.h28 char has_device; member