Searched refs:chan_free (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/Documentation/trace/coresight/ |
D | coresight-ect.rst | 141 chan_free chan_pulse chan_xtrigs_reset trigin_detach 177 * ``chan_free``: Show channels with no attached signals. 207 .../cti_sys0/channels# cat chan_free
|
/linux-6.1.9/drivers/firmware/arm_scmi/ |
D | mailbox.c | 191 .chan_free = mailbox_chan_free,
|
D | smc.c | 223 .chan_free = smc_chan_free,
|
D | common.h | 159 int (*chan_free)(int id, void *p, void *data); member
|
D | optee.c | 534 .chan_free = scmi_optee_chan_free,
|
D | virtio.c | 800 .chan_free = virtio_chan_free,
|
D | driver.c | 2353 ret = idr_for_each(idr, info->desc->ops->chan_free, idr); in scmi_cleanup_txrx_channels() 2357 ret = idr_for_each(idr, info->desc->ops->chan_free, idr); in scmi_cleanup_txrx_channels()
|
/linux-6.1.9/Documentation/ABI/testing/ |
D | sysfs-bus-coresight-devices-cti | 210 What: /sys/bus/coresight/devices/<cti-name>/channels/chan_free
|
/linux-6.1.9/drivers/hwtracing/coresight/ |
D | coresight-cti-sysfs.c | 867 static DEVICE_ATTR_RO(chan_free);
|