Home
last modified time | relevance | path

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

/trusted-services/platform/drivers/arm/mhu_driver/mhu_v2_x/
A Dmhu_v2_x.c148 if (dev->is_initialized) { in mhu_v2_x_driver_init()
187 dev->is_initialized = true; in mhu_v2_x_driver_init()
196 if (!dev) in mhu_v2_x_get_num_channel_implemented()
201 if ( !(dev->is_initialized) ) { in mhu_v2_x_get_num_channel_implemented()
217 if ( !(dev->is_initialized) ) { in mhu_v2_x_channel_send()
234 if ( !(dev->is_initialized) ) { in mhu_v2_x_channel_poll()
251 if ( !(dev->is_initialized) ) { in mhu_v2_x_channel_clear()
268 if ( !(dev->is_initialized) ) { in mhu_v2_x_channel_receive()
285 if ( !(dev->is_initialized) ) { in mhu_v2_x_channel_mask_set()
302 if ( !(dev->is_initialized) ) { in mhu_v2_x_channel_mask_clear()
[all …]
A Dmhu_v2_x.h100 const struct mhu_v2_x_dev_t *dev);
217 const struct mhu_v2_x_dev_t *dev, uint32_t channel);
263 const struct mhu_v2_x_dev_t *dev);
277 const struct mhu_v2_x_dev_t *dev);
292 const struct mhu_v2_x_dev_t *dev, uint32_t *val);
306 const struct mhu_v2_x_dev_t *dev);
320 const struct mhu_v2_x_dev_t *dev);
335 const struct mhu_v2_x_dev_t *dev, uint32_t *val);
360 const struct mhu_v2_x_dev_t *dev, uint32_t mask);
373 const struct mhu_v2_x_dev_t *dev, uint32_t mask);
[all …]
A Dmhu_wrapper_v2_x.c51 struct mhu_v2_x_dev_t *dev; in signal_and_wait_for_clear() local
84 struct mhu_v2_x_dev_t *dev; in wait_for_signal_and_clear() local
118 if (dev == NULL) { in clear_and_wait_for_signal()
129 err = mhu_v2_x_channel_clear(dev, i); in clear_and_wait_for_signal()
151 if (dev == NULL) { in mhu_init_sender()
174 if (dev == NULL) { in mhu_init_receiver()
224 if (dev == NULL || send_buffer == NULL) { in mhu_send_data()
240 err = mhu_v2_x_initiate_transfer(dev); in mhu_send_data()
279 err = mhu_v2_x_close_transfer(dev); in mhu_send_data()
290 if (dev == NULL) { in mhu_wait_data()
[all …]
A Dmhu_adapter_v2_x.c16 struct mhu_v2_x_dev_t *dev = NULL; in mhu_adapter_send() local
21 dev = (struct mhu_v2_x_dev_t *)context; in mhu_adapter_send()
31 struct mhu_v2_x_dev_t *dev = NULL; in mhu_adapter_receive() local
36 dev = (struct mhu_v2_x_dev_t *)context; in mhu_adapter_receive()
46 struct mhu_v2_x_dev_t *dev = NULL; in mhu_adapter_wait_data() local
51 dev = (struct mhu_v2_x_dev_t *)context; in mhu_adapter_wait_data()
53 if (mhu_wait_data(dev) != MHU_ERR_NONE) in mhu_adapter_wait_data()
61 struct mhu_v2_x_dev_t *dev = NULL; in mhu_adapter_signal_and_wait_for_clear() local
66 dev = (struct mhu_v2_x_dev_t *)context; in mhu_adapter_signal_and_wait_for_clear()
76 struct mhu_v2_x_dev_t *dev = NULL; in mhu_adapter_wait_for_signal_and_clear() local
[all …]
/trusted-services/components/messaging/openamp/sp/
A Dopenamp_mhu.c31 static int openamp_mhu_device_get(const char *dev, in openamp_mhu_device_get() argument
36 found = config_store_query(CONFIG_CLASSIFIER_DEVICE_REGION, dev, 0, in openamp_mhu_device_get()
44 IMSG("mhu: device region found: %s addr: 0x%p size: %lu", dev, in openamp_mhu_device_get()
A Dopenamp_virtio.c376 static int openamp_virtio_device_get(const char *dev, in openamp_virtio_device_get() argument
381 found = config_store_query(CONFIG_CLASSIFIER_DEVICE_REGION, dev, 0, in openamp_virtio_device_get()
384 EMSG("openamp: virtio: device region not found: %s", dev); in openamp_virtio_device_get()
394 dev, (void *)dev_region->base_addr, dev_region->io_region_size); in openamp_virtio_device_get()
/trusted-services/components/rpc/ts_rpc/caller/linux/
A Dts_rpc_caller_linux.c60 struct ts_tee_dev *dev = NULL; in open_session() local
70 dev = &caller->ts_tee_devs[i]; in open_session()
75 if (!dev) { in open_session()
80 caller->fd = open(dev->path, O_RDWR); in open_session()
82 printf("%s():%d cannot open %s: %d\n", __func__, __LINE__, dev->path, errno); in open_session()
/trusted-services/tools/b-test/
A Drun.sh.j2202 _tput=$(which tput 2>/dev/null) || true "never mind"
248 _ccache=$(which ccache 2>/dev/null) || true "never mind"
/trusted-services/
A D.editorconfig12 # (https://www.python.org/dev/peps/pep-0008)
/trusted-services/tools/bash/uefi_authenticated_variables/
A Dgenerate_auth_headers.sh124 sign-efi-sig-list -c VAR.crt -k VAR.key -g '01234567-89AB-CDEF-0123-456789ABCDEF' -t 0 var /dev/nul…
127 sign-efi-sig-list -c VAR.crt -k VAR.key -g '01234567-89AB-CDEF-0123-456789ABCDEF' var /dev/null var…
/trusted-services/components/media/disk/disk_images/
A Dreadme.rst25 dd if=/dev/zero bs=512 count=267 | tr "\000" "\377" >flash.img
/trusted-services/docs/services/
A Dblock-storage-service-description.rst139 The partition configuration is included as a sub-node of the block-dev node that includes
143 block-dev {
144 compatible = "tforg,ts-block-dev"
/trusted-services/docs/project/
A Dcoding-guidelines.rst81 .. _`CMake Documentation`: https://github.com/Kitware/CMake/blob/master/Help/dev/documentation.rst
/trusted-services/docs/project/quality-assurance/
A Dverification-methodology.rst86 .. _`Checkpatch`: https://docs.kernel.org/dev-tools/checkpatch.html
/trusted-services/docs/developer/
A Dservice-locator.rst135 …1. Service instances are represented by device nodes e.g. /dev/tpm0. The service locator will sim…

Completed in 40 milliseconds