Searched refs:cti_allocate_trig_con (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-cti-platform.c133 tc = cti_allocate_trig_con(dev, NR_V8ETM_INOUT_SIGS,
192 tc = cti_allocate_trig_con(dev, NR_V8PE_IN_SIGS, NR_V8PE_OUT_SIGS);
359 tc = cti_allocate_trig_con(dev, nr_sigs_in, nr_sigs_out);
H A Dcoresight-cti.h216 struct cti_trig_con *cti_allocate_trig_con(struct device *dev, int in_sigs,
H A Dcoresight-cti-core.c280 struct cti_trig_con *cti_allocate_trig_con(struct device *dev, int in_sigs, function
324 tc = cti_allocate_trig_con(dev, n_trigs, n_trigs);

Completed in 138 milliseconds