Searched refs:trc_status (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/misc/mei/
H A Dmei_dev.h339 * @trc_status : get trc status register
370 int (*trc_status)(struct mei_device *dev, u32 *trc); member in struct:mei_hw_ops
841 if (dev->ops->trc_status)
842 return dev->ops->trc_status(dev, trc);
H A Dhw-me.c1493 .trc_status = mei_me_trc_status,

Completed in 183 milliseconds