Searched refs:cti_channel_gate_op (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/ |
H A D | coresight-cti.h | 226 int cti_channel_gate_op(struct device *dev, enum cti_chan_gate_op op,
|
H A D | coresight-cti-sysfs.c | 630 err = cti_channel_gate_op(dev, CTI_GATE_CHAN_ENABLE, channel); in chan_gate_enable_store() 661 err = cti_channel_gate_op(dev, CTI_GATE_CHAN_DISABLE, channel); in chan_gate_disable_store()
|
H A D | coresight-cti-core.c | 387 int cti_channel_gate_op(struct device *dev, enum cti_chan_gate_op op, in cti_channel_gate_op() function
|
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/ |
H A D | coresight-cti.h | 226 int cti_channel_gate_op(struct device *dev, enum cti_chan_gate_op op,
|
H A D | coresight-cti-sysfs.c | 598 err = cti_channel_gate_op(dev, CTI_GATE_CHAN_ENABLE, channel); in chan_gate_enable_store() 629 err = cti_channel_gate_op(dev, CTI_GATE_CHAN_DISABLE, channel); in chan_gate_disable_store()
|
H A D | coresight-cti-core.c | 395 int cti_channel_gate_op(struct device *dev, enum cti_chan_gate_op op, in cti_channel_gate_op() function
|
Completed in 7 milliseconds