Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-core.c571 * coresight_get_ref- Helper function to increase reference count to module
579 static inline bool coresight_get_ref(struct coresight_device *csdev) in coresight_grab_device()
622 if (!coresight_get_ref(child))
625 if (coresight_get_ref(csdev))
542 static inline bool coresight_get_ref(struct coresight_device *csdev) coresight_get_ref() function