Searched refs:bind (Results 1 – 9 of 9) sorted by relevance
| /rk3399_ARM-atf/make_helpers/ |
| H A D | utilities.mk | 270 with.bind.norm = $\ 278 with.bind.kind = $(word 1,$(subst :, ,$(call with.bind.norm,$(1)))) 279 with.bind.name = $(word 2,$(subst :, ,$(call with.bind.norm,$(1)))) 283 $(with.ns).bind.list := $(foreach b,$(1),$(call with.bind.norm,$(b))) 284 $(with.ns).bind.names := $(foreach b,$(1),$(call with.bind.name,$(b))) 285 $(with.ns).bind.kinds := $(foreach b,$(1),$(call with.bind.kind,$(b))) 288 $(with.ns).bind.idx := 289 $(with.ns).bind.next = $(words 0 $($(with.ns).bind.idx)) 291 $(foreach bind,$($(with.ns).bind.list),$\ 292 $(eval $(with.ns).bind.idx += $($(with.ns).bind.next))) [all …]
|
| /rk3399_ARM-atf/lib/debugfs/ |
| H A D | debugfs_smc.c | 53 } bind; member 165 ret = bind(parms.bind.oldpath, parms.bind.newpath); in debugfs_smc_handler()
|
| H A D | dev.c | 769 int bind(const char *old, const char *new) in bind() function
|
| /rk3399_ARM-atf/include/lib/ |
| H A D | debugfs.h | 54 int bind(const char *path, const char *where);
|
| /rk3399_ARM-atf/docs/components/ |
| H A D | ven-el3-debugfs.rst | 30 } bind; 252 w0 == DEBUGFS_E_INVALID_PARAMS if bind operation failed
|
| H A D | debugfs-design.rst | 59 - bind(): expose the content of a directory to another directory. 65 int bind(char *path, char *where);
|
| /rk3399_ARM-atf/docs/security_advisories/ |
| H A D | security-advisory-tfv-11.rst | 30 SDEI_INTERRUPT_BIND is used to bind any physical interrupt into a normal
|
| /rk3399_ARM-atf/licenses/ |
| H A D | LICENSE-APACHE-2.0.txt | 46 separable from, or merely link (or bind by name) to the interfaces of,
|
| /rk3399_ARM-atf/docs/ |
| H A D | change-log.md | 2972 …- fix a crash when attempting to bind more events than are available ([4096bd6](https://review.tru… 3135 …- bind DPU SMMU on TC4 ([e365479](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-… 3136 …- bind GPU SMMU on TC4 ([11ec5de](https://review.trustedfirmware.org/plugins/gitiles/TF-A/trusted-… 3137 …- bind SCMI over MHUv3 for TC3 ([f2596ff](https://review.trustedfirmware.org/plugins/gitiles/TF-A/… 3138 …- bind SMMU-600 with the DPU on TC3 FPGA ([4c6960c](https://review.trustedfirmware.org/plugins/git… 3139 …- bind SMMU-700 with DPU on TC3 ([0458d3a](https://review.trustedfirmware.org/plugins/gitiles/TF-A…
|