/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/ |
H A D | coap_session.h | 83 struct coap_endpoint_t *endpoint; /**< session's endpoint */ member 250 * Creates a new server session for the specified endpoint. 252 * @param ep An endpoint where an incoming connection request is pending. 320 * Create a new endpoint for communicating with peers. 322 * @param context The coap context that will own the new endpoint 323 * @param listen_addr Address the endpoint will listen for incoming requests on or originate outgoing requests from. Use NULL to specify that no incoming request will be accepted and use a random endpoint. 324 * @param proto Protocol used on this endpoint 330 * Set the endpoint' [all...] |
H A D | coap_io.h | 67 struct coap_endpoint_t *endpoint; /* Used by the epoll logic for a listening endpoint. member
|
H A D | net.h | 167 coap_endpoint_t *endpoint; /**< the endpoints used for listening */ member 210 unsigned int max_idle_sessions; /**< Maximum number of simultaneous unused sessions per endpoint. 0 means no maximum. */ 211 unsigned int max_handshake_sessions; /**< Maximum number of simultaneous negotating sessions per endpoint. 0 means use default. */
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dbus_usb_linux.c | 211 #define IFEPDESC(usb, idx, ep) (IFALTS((usb), (idx)).endpoint[ep]).desc 243 #define IFEPDESC(usb, idx, ep) (IFALTS((usb), (idx)).endpoint[ep]) 309 struct urb *intr_urb; /* URB for interrupt endpoint */ 342 intr_t intr; /* Data buffer for interrupt endpoint */ 1289 struct usb_endpoint_descriptor *endpoint; in DBUS_USBOS_PROBE() local 1435 /* Check control endpoint */ in DBUS_USBOS_PROBE() 1437 endpoint = &IFEPDESC(usb, wlan_if, 0); in DBUS_USBOS_PROBE() 1439 endpoint = &IFEPDESC(usb, CONTROL_IF, 0); in DBUS_USBOS_PROBE() 1441 if ((endpoint->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) != USB_ENDPOINT_XFER_INT) { in DBUS_USBOS_PROBE() 1443 if ((endpoint in DBUS_USBOS_PROBE() 3383 struct usb_endpoint_descriptor *endpoint; dbus_usbos_intf_wlan() local [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-hdmi-qp-i2s-audio.c | 166 static int dw_hdmi_qp_i2s_get_dai_id(struct snd_soc_component *component, struct device_node *endpoint)
in dw_hdmi_qp_i2s_get_dai_id() argument 171 ret = of_graph_parse_endpoint(endpoint, &of_ep);
in dw_hdmi_qp_i2s_get_dai_id()
|
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-hdmi-qp-i2s-audio.c | 174 struct device_node *endpoint) in dw_hdmi_qp_i2s_get_dai_id() 179 ret = of_graph_parse_endpoint(endpoint, &of_ep); in dw_hdmi_qp_i2s_get_dai_id() 173 dw_hdmi_qp_i2s_get_dai_id(struct snd_soc_component *component, struct device_node *endpoint) dw_hdmi_qp_i2s_get_dai_id() argument
|
/device/soc/rockchip/common/sdk_linux/include/media/ |
H A D | v4l2-async.h | 184 * @endpoint: local endpoint pointing to the remote sub-device to be matched 191 * Gets the remote endpoint of a given local endpoint, set it up for fwnode 197 * exception that the fwnode refers to a local endpoint, not the remote one. 200 struct fwnode_handle *endpoint,
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
H A D | ssl.h | 981 unsigned int endpoint : 1; /*!< 0: client, 1: server */ member 1267 * \brief Set the current endpoint type 1270 * \param endpoint must be MBEDTLS_SSL_IS_CLIENT or MBEDTLS_SSL_IS_SERVER 1272 void mbedtls_ssl_conf_endpoint( mbedtls_ssl_config *conf, int endpoint ); 3222 * \param endpoint MBEDTLS_SSL_IS_CLIENT or MBEDTLS_SSL_IS_SERVER 3233 int endpoint, int transport, int preset );
|
/device/soc/rockchip/common/sdk_linux/drivers/pci/controller/dwc/ |
H A D | pcie-designware.h | 276 #define to_dw_pcie_from_ep(endpoint) container_of((endpoint), struct dw_pcie, ep)
|
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_logo.c | 79 struct device_node *port, *endpoint; in find_sub_dev_by_bridge() local 91 for_each_child_of_node(port, endpoint) { in find_sub_dev_by_bridge() 92 np_connector = of_graph_get_remote_port_parent(endpoint); in find_sub_dev_by_bridge()
|
/device/soc/rockchip/common/sdk_linux/drivers/media/v4l2-core/ |
H A D | v4l2-async.c | 79 * Both the subdev and the async subdev can provide either an endpoint in match_fwnode() 89 * endpoint or a device. If they're of the same type, there's no match. in match_fwnode() 91 * endpoint, which is the simplest check that works for both OF and in match_fwnode() 103 * parent of the endpoint fwnode, and compare it with the other fwnode. in match_fwnode() 732 struct fwnode_handle *endpoint, in v4l2_async_notifier_add_fwnode_remote_subdev() 738 remote = fwnode_graph_get_remote_port_parent(endpoint); in v4l2_async_notifier_add_fwnode_remote_subdev() 731 v4l2_async_notifier_add_fwnode_remote_subdev(struct v4l2_async_notifier *notif, struct fwnode_handle *endpoint, unsigned int asd_struct_size) v4l2_async_notifier_add_fwnode_remote_subdev() argument
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_logo.c | 81 struct device_node *port, *endpoint; in find_sub_dev_by_bridge() local 94 for_each_child_of_node(port, endpoint) in find_sub_dev_by_bridge() 96 np_connector = of_graph_get_remote_port_parent(endpoint); in find_sub_dev_by_bridge()
|
/device/soc/rockchip/common/sdk_linux/drivers/media/usb/uvc/ |
H A D | uvc_driver.c | 315 ep = &alts->endpoint[i];
in uvc_find_endpoint() 883 * after the endpoint descriptors.
in uvc_parse_streaming() 887 struct usb_host_endpoint *ep = &alts->endpoint[i];
in uvc_parse_streaming() 896 "from endpoint %u.\n",
in uvc_parse_streaming() 898 buffer = alts->endpoint[i].extra;
in uvc_parse_streaming() 899 buflen = alts->endpoint[i].extralen;
in uvc_parse_streaming() 1519 /* Check if the optional status endpoint is present. Built-in iSight
in uvc_parse_control() 1520 * webcams have an interrupt endpoint but spit proprietary data that
in uvc_parse_control() 1521 * don't conform to the UVC status endpoint messages. Don't try to
in uvc_parse_control() 1522 * handle the interrupt endpoint fo in uvc_parse_control() [all...] |
/device/soc/rockchip/common/sdk_linux/scripts/dtc/ |
H A D | checks.c | 1748 if (!(strprefixeq(child->name, child->basenamelen, "endpoint") || get_property(child, "remote-endpoint"))) { in check_graph_nodes() 1837 static struct node *get_remote_endpoint(struct check *c, struct dt_info *dti, struct node *endpoint) in get_remote_endpoint() argument 1843 prop = get_property(endpoint, "remote-endpoint"); in get_remote_endpoint() 1856 FAIL_PROP(c, dti, endpoint, prop, "graph phandle is not valid"); in get_remote_endpoint() 1870 if (!strprefixeq(node->name, node->basenamelen, "endpoint")) { in check_graph_endpoint() 1871 FAIL(c, dti, node, "graph endpoint node name should be 'endpoint'"); in check_graph_endpoint()
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-hdmi.c | 4411 struct device_node *endpoint; in dw_hdmi_probe() local 4635 endpoint = of_graph_get_endpoint_by_regs(hdmi->dev->of_node, 1, -1); in dw_hdmi_probe() 4636 if (endpoint && of_device_is_available(endpoint)) { in dw_hdmi_probe() 4639 remote = of_graph_get_remote_port_parent(endpoint); in dw_hdmi_probe() 4640 of_node_put(endpoint); in dw_hdmi_probe()
|
/device/soc/rockchip/common/vendor/drivers/net/usb/ |
H A D | meig_cdc_driver.c | 688 * remember any status endpoint, just in case;
in hw_get_endpoints() 695 e = alt->endpoint + ep;
in hw_get_endpoints() 1335 /* NOTE: not throttling like RX/TX, since this endpoint
in intr_complete() 3062 /* status endpoint: optional for CDC Ethernet, */
3071 dev->status = &info->control->cur_altsetting->endpoint[0];
3076 printk(KERN_ERR "fxz-%s:bad notification endpoint\n", __func__);
3156 * an optional status endpoint on the control interface.
|