Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/macintosh/ams/
Dams-i2c.c165 if (unlikely(ams_info.has_device)) in ams_i2c_probe()
223 ams_info.has_device = 1; in ams_i2c_probe()
235 if (ams_info.has_device) { in ams_i2c_remove()
246 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.h28 char has_device; member