Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-cti.h225 int cti_channel_gate_op(struct device *dev, enum cti_chan_gate_op op,
H A Dcoresight-cti-sysfs.c609 err = cti_channel_gate_op(dev, CTI_GATE_CHAN_ENABLE, channel); in chan_gate_enable_store()
637 err = cti_channel_gate_op(dev, CTI_GATE_CHAN_DISABLE, channel); in chan_gate_disable_store()
H A Dcoresight-cti-core.c344 int cti_channel_gate_op(struct device *dev, enum cti_chan_gate_op op, in cti_channel_gate_op() function