Home
last modified time | relevance | path

Searched refs:endpoint_id (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/rockchip/
Drockchip_rgb.c80 u32 endpoint_id; in rockchip_rgb_init() local
97 if (of_property_read_u32(endpoint, "reg", &endpoint_id)) in rockchip_rgb_init()
98 endpoint_id = 0; in rockchip_rgb_init()
104 ret = drm_of_find_panel_or_bridge(dev->of_node, 0, endpoint_id, in rockchip_rgb_init()
Drockchip_lvds.c344 u32 endpoint_id; in rockchip_lvds_bind() local
355 of_property_read_u32(endpoint, "reg", &endpoint_id); in rockchip_lvds_bind()
356 ret = drm_of_find_panel_or_bridge(dev->of_node, 1, endpoint_id, in rockchip_lvds_bind()
/Linux-v5.4/drivers/net/wireless/ath/ath9k/
Dhtc_hst.c30 hdr->endpoint_id = epid; in htc_issue_send()
115 epid = svc_rspmsg->endpoint_id; in htc_process_conn_rsp()
342 endpoint = &htc_handle->endpoint[htc_hdr->endpoint_id]; in ath9k_htc_txcompletion_cb()
347 skb, htc_hdr->endpoint_id, in ath9k_htc_txcompletion_cb()
408 epid = htc_hdr->endpoint_id; in ath9k_htc_rx_msg()
Dhtc_hst.h60 u8 endpoint_id; member
195 u8 endpoint_id; member
/Linux-v5.4/drivers/base/
Dproperty.c983 u32 endpoint_id) in fwnode_graph_get_remote_node() argument
996 if (fwnode_ep.port != port_id || fwnode_ep.id != endpoint_id) in fwnode_graph_get_remote_node()