Home
last modified time | relevance | path

Searched refs:endpoint (Results 1 – 10 of 10) sorted by relevance

/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/DeviceTree/
Dhi6220-coresight.dtsi29 soc_funnel_out: endpoint {
30 remote-endpoint =
37 soc_funnel_in: endpoint {
39 remote-endpoint =
58 etf_in: endpoint {
60 remote-endpoint =
67 etf_out: endpoint {
68 remote-endpoint =
86 replicator_in: endpoint {
88 remote-endpoint =
[all …]
Dhi6220-hikey.dts499 dsi_out0: endpoint@0 {
500 remote-endpoint = <&adv7533_in>;
524 adv7533_in: endpoint {
525 remote-endpoint = <&dsi_out0>;
530 codec_endpoint: endpoint {
531 remote-endpoint = <&i2s0_cpu_endpoint>;
542 i2s0_cpu_endpoint: endpoint {
543 remote-endpoint = <&codec_endpoint>;
Dhi6220.dtsi898 ade_out: endpoint {
899 remote-endpoint = <&dsi_in>;
918 dsi_in: endpoint {
919 remote-endpoint = <&ade_out>;
/device/google/contexthub/contexthubhal/
Dnanohubhal.h41 void dumpBuffer(const char *pfx, const hub_app_name_t &appId, uint32_t evtId, uint16_t endpoint, co…
67 uint16_t endpoint, const void *data, uint32_t len) { in HubMessage() argument
73 message_endpoint = endpoint; in HubMessage()
81 HubMessage(const hub_app_name_t *name, uint32_t typ, uint16_t endpoint, const void *data, in HubMessage() argument
82 uint32_t len) : HubMessage(name, typ, 0, endpoint, data, len) { } in HubMessage()
84 HubMessage(const hub_message_t *msg, uint32_t transaction_id, uint16_t endpoint) { in HubMessage() argument
90 message_endpoint = endpoint; in HubMessage()
153 uint32_t transaction_id, uint16_t endpoint);
155 uint32_t messageType = 0, uint16_t endpoint = ENDPOINT_UNSPECIFIED);
188 uint32_t transaction_id, uint16_t endpoint) { in sendToNanohub() argument
[all …]
Dnanohubhal.cpp68 void dumpBuffer(const char *pfx, const hub_app_name_t &appId, uint32_t evtId, uint16_t endpoint, co… in dumpBuffer() argument
75 if (endpoint) in dumpBuffer()
76 os << "; EPT=" << std::hex << endpoint; in dumpBuffer()
165 …const hub_app_name_t name, const void *data, uint32_t len, uint32_t messageType, uint16_t endpoint) in doSendToDevice() argument
178 .endpoint = endpoint, in doSendToDevice()
289 …er("(CHRE) DEV -> APP", app_name, msg.chre.hdr.appEventId, msg.chre.hdr.endpoint, &msg.chre.data[0… in runDeviceRx()
291 …doSendToApp(HubMessage(&app_name, msg.chre.hdr.appEventId, msg.chre.hdr.endpoint, &msg.chre.data[0… in runDeviceRx()
408 …endToNanohub(uint32_t hub_id, const hub_message_t *msg, uint32_t transaction_id, uint16_t endpoint) in doSendToNanohub() argument
435 …dumpBuffer("APP -> DEV", msg->app_name, msg->message_type, endpoint, msg->message, msg->message_le… in doSendToNanohub()
437 … ret = doSendToDevice(msg->app_name, msg->message, msg->message_len, msg->message_type, endpoint); in doSendToNanohub()
/device/google/contexthub/firmware/app/chre/chre_test2.app/
Dmain.cpp113 const uint16_t endpoint = msg->hostEndpoint; in nanoappHandleEvent() local
115 data, (data && size) ? data[0] : 0, size, type, endpoint); in nanoappHandleEvent()
/device/google/contexthub/firmware/os/inc/
Deventnums.h82 uint16_t endpoint; member
/device/google/contexthub/lib/include/nanohub/
Dnanohub.h85 uint16_t endpoint; member
/device/google/contexthub/firmware/app/chre/common/
Dchre_app.c272 u.msg.hostEndpoint = hdr->endpoint; in chreappHandle()
/device/google/contexthub/firmware/os/core/
DnanohubCommand.c994 .endpoint = hostPacket->endpoint, in writeEvent()
1019 .endpoint = CHRE_HOST_ENDPOINT_UNSPECIFIED, in writeEvent()