Searched full:grant (Results 1 – 25 of 62) sorted by relevance
123
/Zephyr-latest/include/zephyr/xen/ |
D | gnttab.h | 15 * @param gfn - guest frame number of page, where grant will be located 16 * @param readonly - permit readonly access to shared grant 17 * @return - gref assigned to shared grant 23 * Finished access for previously shared grant. Does NOT 27 * @param gref - grant reference that need to be closed 33 * Allocates 4K page for grant and share it via returned 35 * @map parameter after grant releasing. 37 * @param map - double pointer to memory, where grant will be allocated 38 * @param readonly - permit readonly access to allocated grant 39 * @return - grant ref on success or negative errno on failure [all …]
|
/Zephyr-latest/include/zephyr/xen/public/ |
D | grant_table.h | 36 * `incontents 150 gnttab Grant Tables 38 * Xen's grant tables provide a generic mechanism to memory sharing 42 * Each domain has its own grant table. This is a data structure that 44 * permissions other domains have on its pages. Entries in the grant 45 * table are identified by grant references. A grant reference is an 46 * integer, which indexes into the grant table. It acts as a 51 * between unprivileged domains. A grant reference also encapsulates 59 * GRANT TABLE REPRESENTATION 62 /* Some rough guidelines on accessing and updating grant-table entries 65 …* http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=blob;f=drivers/xen/grant-table.c;… [all …]
|
/Zephyr-latest/dts/bindings/net/wireless/ |
D | gpio-radio-coex.yaml | 8 any collisions between transmissions from different modules. The grant 11 required. When grant pin becomes inactive then you have time to 14 grant-delay-us property. 21 grant-gpios: 27 grant-delay-us:
|
/Zephyr-latest/drivers/xen/ |
D | Kconfig | 9 bool "Xen grant table driver" 13 Xen grant table driver. Please note that driver uses dynamic memory 15 >= number of pages, that you want to alloc and grant or foreign frames 19 int "Grant table driver init priority"
|
D | gnttab.c | 15 * Description: Simple grant tables implementation. About as stupid as it's 35 /* Timeout for grant table ops retrying */ 112 /* Reset flags to zero in order to stop using the grant */ 187 LOG_ERR("Failed to map grant, timeout reached\n"); in gop_eagain_retry() 337 LOG_DBG("%s: grant table mapped\n", __func__); in gnttab_init()
|
/Zephyr-latest/subsys/bluetooth/controller/coex/ |
D | readme.rst | 18 grant-gpios = <&gpio0 0 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>; 19 grant-delay-us = <150>; 22 …grant pin transitions into non-active (such as 1 for the nRF9160). state the implementation starts…
|
/Zephyr-latest/boards/espressif/esp32_ethernet_kit/ |
D | Kconfig.esp32_ethernet_kit | 3 # Copyright (c) 2022 Grant Ramsay <grant.ramsay@hotmail.com>
|
D | Kconfig.defconfig | 3 # Copyright (c) 2022 Grant Ramsay <grant.ramsay@hotmail.com>
|
D | board_init.c | 2 * Copyright (c) 2022 Grant Ramsay <grant.ramsay@hotmail.com>
|
D | esp32_ethernet_kit-pinctrl.dtsi | 2 * Copyright (c) 2022 Grant Ramsay <grant.ramsay@hotmail.com>
|
D | esp32_ethernet_kit_procpu.dts | 2 * Copyright (c) 2022 Grant Ramsay <grant.ramsay@hotmail.com>
|
/Zephyr-latest/drivers/mdio/ |
D | Kconfig.esp32 | 1 # Copyright (c) 2022 Grant Ramsay <grant.ramsay@hotmail.com>
|
D | mdio_esp32.c | 2 * Copyright (c) 2022 Grant Ramsay <grant.ramsay@hotmail.com>
|
/Zephyr-latest/samples/boards/espressif/ethernet/boards/ |
D | esp32_ethernet_kit_procpu.overlay | 2 * Copyright (c) 2022 Grant Ramsay <grant.ramsay@hotmail.com>
|
/Zephyr-latest/dts/bindings/mdio/ |
D | espressif,esp32-mdio.yaml | 1 # Copyright (c) 2022 Grant Ramsay <grant.ramsay@hotmail.com>
|
/Zephyr-latest/samples/boards/espressif/ethernet/src/ |
D | main.c | 2 * Copyright (c) 2022 Grant Ramsay <grant.ramsay@hotmail.com>
|
/Zephyr-latest/samples/bluetooth/beacon/boards/ |
D | nrf52840dk_nrf52840.overlay | 9 grant-gpios = <&gpio1 0 (GPIO_PULL_DOWN | GPIO_ACTIVE_LOW)>; 10 grant-delay-us = <150>;
|
/Zephyr-latest/dts/bindings/ethernet/ |
D | espressif,esp32-eth.yaml | 1 # Copyright (c) 2022 Grant Ramsay <grant.ramsay@hotmail.com>
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.esp32 | 3 # Copyright (c) 2022 Grant Ramsay <grant.ramsay@hotmail.com>
|
/Zephyr-latest/dts/bindings/wifi/ |
D | nordic,nrf70-coex.yaml | 20 grant-gpios: 23 GPIO of the SOC connected to the PTA's GRANT pin.
|
/Zephyr-latest/boards/shields/nrf7002eb/ |
D | nrf7002eb_coex.overlay | 14 grant-gpios = <&edge_connector 15 (GPIO_PULL_DOWN | GPIO_ACTIVE_LOW)>;
|
/Zephyr-latest/modules/fatfs/ |
D | zfs_ffsystem.c | 55 /* Request Grant to Access the Volume 64 /* Release Grant to Access the Volume
|
/Zephyr-latest/boards/shields/nrf7002ek/ |
D | nrf7002ek_coex.overlay | 17 grant-gpios = <&arduino_header 10 (GPIO_PULL_DOWN | GPIO_ACTIVE_LOW)>;
|
/Zephyr-latest/include/zephyr/sys/ |
D | kobject.h | 54 * @brief Grant a static thread access to a list of kernel objects 56 * For threads declared with K_THREAD_DEFINE(), grant the thread access to 83 * Grant a thread access to a kernel object 90 * @param thread Thread to grant access to the object 119 * Grant all present and future threads access to an object
|
/Zephyr-latest/dts/bindings/gpio/ |
D | nordic-thingy53-edge-connector.yaml | 10 P5 P1.01/GRANT
|
123