Lines Matching full:stm
3 * System Trace Module (STM) infrastructure apis
13 * enum stp_packet_type - STP packets that an STM driver sends
34 * enum stm_source_type - STM source driver
35 * @STM_USER: any STM trace source
36 * @STM_FTRACE: ftrace STM source
48 * struct stm_data - STM device description and callbacks
50 * @stm: internal structure, only used by stm class code
56 * assigned by software, but are up to the STM hardware
64 * an STM device and stm_unregister_device() to destroy it. It will also be
68 * Normally, an STM device will have a range of masters available to software
87 struct stm_device *stm; member
115 * struct stm_source_data - STM source device description and callbacks
117 * @src: internal structure, only used by stm class code
119 * @type: type of STM source driver represented by stm_source_type
120 * @link: called when this source gets linked to an STM device
121 * @unlink: called when this source is about to get unlinked from its STM