Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-device-mali-coresight-source46 What: /sys/bus/coresight/devices/mali-source-itm/enable_source
50 What: /sys/bus/coresight/devices/mali-source-itm/is_enabled
54 What: /sys/bus/coresight/devices/mali-source-itm/dwt_ctrl
64 What: /sys/bus/coresight/devices/mali-source-itm/itm_tcr
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/
H A Dmali-coresight-source.txt38 - compatible: Has to be "arm,coresight-mali-source-itm"
47 mali-source-itm {
48 compatible = "arm,coresight-mali-source-itm";
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfs4idmap.c80 struct ent *itm = container_of(citm, struct ent, h); in ent_init() local
82 new->id = itm->id; in ent_init()
83 new->type = itm->type; in ent_init()
85 strlcpy(new->name, itm->name, sizeof(new->name)); in ent_init()
86 strlcpy(new->authname, itm->authname, sizeof(new->authname)); in ent_init()
/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/mali/
H A Dbuild.bp69 "sources/itm/coresight_mali_source_itm_core.c",
H A DKbuild51 sources/itm/coresight_mali_source_itm_core.o \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomap.cpp2342 …QDeclarativeGeoMapItemBase *itm = qobject_cast<QDeclarativeGeoMapItemBase *>(i.value<QObject *>()); in fitViewportToMapItems() local
2343 if (itm) in fitViewportToMapItems()
2344 itms.append(itm); in fitViewportToMapItems()