Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/macintosh/ams/
H A 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()
H A Dams-pmu.c140 ams_info.has_device = 0; in ams_pmu_exit()
189 ams_info.has_device = 1; in ams_pmu_init()
H A Dams.h28 char has_device; member
/OK3568_Linux_fs/buildroot/package/assimp/
H A D0002-closes-2733-update-of-zlip-to-fix-gcc-build-for-v9-2-0-32-bit.patch859 int has_device = HAS_DEVICE(path);
870 + if (has_device) {
877 if (ISSLASH(*p) && ((!has_device && len > 0) || (has_device && len > 2))) {