Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-cti-sysfs.c539 u32 trig_idx; in cti_trig_op_parse() local
543 items = sscanf(buf, "%d %d", &chan_idx, &trig_idx); in cti_trig_op_parse()
545 err = cti_channel_trig_op(dev, op, dir, chan_idx, trig_idx); in cti_trig_op_parse()