Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hwtracing/stm/
Dcore.c40 struct stm_device *stm = to_stm_device(dev); in masters_show()
54 struct stm_device *stm = to_stm_device(dev); in channels_show()
68 struct stm_device *stm = to_stm_device(dev); in hw_override_show()
116 stm = to_stm_device(dev); in stm_find_device()
502 stmf->stm = to_stm_device(dev); in stm_char_open()
847 struct stm_device *stm = to_stm_device(dev); in stm_device_release()
Dstm.h48 #define to_stm_device(_d) \ macro