Home
last modified time | relevance | path

Searched refs:eps (Results 1 – 25 of 99) sorted by relevance

1234

/OK3568_Linux_fs/kernel/drivers/usb/storage/
H A Duas-detect.h29 struct usb_host_endpoint *eps[]) in uas_find_endpoints() argument
41 eps[pipe_id - 1] = &endpoint[i]; in uas_find_endpoints()
49 if (!eps[0] || !eps[1] || !eps[2] || !eps[3]) in uas_find_endpoints()
59 struct usb_host_endpoint *eps[4] = { }; in uas_use_uas_driver() local
70 r = uas_find_endpoints(alt, eps); in uas_use_uas_driver()
106 } else if (usb_ss_max_streams(&eps[1]->ss_ep_comp) == 32) { in uas_use_uas_driver()
H A Duas.c948 struct usb_host_endpoint *eps[4] = { }; in uas_configure_endpoints() local
952 r = uas_find_endpoints(devinfo->intf->cur_altsetting, eps); in uas_configure_endpoints()
957 usb_endpoint_num(&eps[0]->desc)); in uas_configure_endpoints()
959 usb_endpoint_num(&eps[1]->desc)); in uas_configure_endpoints()
961 usb_endpoint_num(&eps[2]->desc)); in uas_configure_endpoints()
963 usb_endpoint_num(&eps[3]->desc)); in uas_configure_endpoints()
969 devinfo->qdepth = usb_alloc_streams(devinfo->intf, eps + 1, in uas_configure_endpoints()
982 struct usb_host_endpoint *eps[3]; in uas_free_streams() local
984 eps[0] = usb_pipe_endpoint(udev, devinfo->status_pipe); in uas_free_streams()
985 eps[1] = usb_pipe_endpoint(udev, devinfo->data_in_pipe); in uas_free_streams()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/auxiliary/
H A Deps.hpp29 struct use_terminal<qi::domain, tag::eps> // enables eps
34 , terminal_ex<tag::eps, fusion::vector1<A0> > // enables eps(bool-condition)
39 qi::domain, tag::eps, 1 /*arity*/
46 using spirit::eps;
109 struct make_primitive<tag::eps, Modifiers>
120 terminal_ex<tag::eps, fusion::vector1<A0> >
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/videostab/
H A Dmotion_core.hpp77 float eps; //!< max outliers ratio member
80 RansacParams() : size(0), thresh(0), eps(0), prob(0) {} in RansacParams()
87 RansacParams(int size, float thresh, float eps, float prob);
95 std::ceil(std::log(1 - prob) / std::log(1 - std::pow(1 - eps, size)))); in niters()
122 : size(_size), thresh(_thresh), eps(_eps), prob(_prob) {} in RansacParams()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/legacy/
H A Draw_gadget.c179 struct raw_ep eps[USB_RAW_EPS_NUM_MAX]; member
219 if (dev->eps[i].state == STATE_EP_DISABLED) in dev_free()
221 usb_ep_disable(dev->eps[i].ep); in dev_free()
222 usb_ep_free_request(dev->eps[i].ep, dev->eps[i].req); in dev_free()
223 kfree(dev->eps[i].ep->desc); in dev_free()
224 dev->eps[i].state = STATE_EP_DISABLED; in dev_free()
304 dev->eps[i].ep = ep; in gadget_bind()
305 dev->eps[i].addr = get_ep_addr(ep->name); in gadget_bind()
306 dev->eps[i].state = STATE_EP_DISABLED; in gadget_bind()
821 ep = &dev->eps[i]; in raw_ioctl_ep_enable()
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Dep0.c117 __dwc3_ep0_do_control_data(dwc, dwc->eps[direction], req); in __dwc3_gadget_ep0_queue()
137 __dwc3_ep0_do_control_status(dwc, dwc->eps[direction]); in __dwc3_gadget_ep0_queue()
180 __dwc3_ep0_do_control_data(dwc, dwc->eps[direction], req); in __dwc3_gadget_ep0_queue()
226 dep = dwc->eps[1]; in dwc3_ep0_stall_and_restart()
230 dep = dwc->eps[0]; in dwc3_ep0_stall_and_restart()
242 dwc->eps[0]->trb_enqueue = 0; in dwc3_ep0_stall_and_restart()
243 dwc->eps[1]->trb_enqueue = 0; in dwc3_ep0_stall_and_restart()
280 dep = dwc->eps[0]; in dwc3_ep0_out_start()
288 dwc3_ep = dwc->eps[i]; in dwc3_ep0_out_start()
324 dep = dwc->eps[epnum]; in dwc3_wIndex_to_dep()
[all …]
/OK3568_Linux_fs/external/rknn-toolkit2/examples/caffe/mobilenet_v2/
H A Dmobilenet_v2.prototxt60 eps: 1e-5
123 eps: 1e-5
189 eps: 1e-5
252 eps: 1e-5
309 eps: 1e-5
376 eps: 1e-5
439 eps: 1e-5
496 eps: 1e-5
562 eps: 1e-5
625 eps: 1e-5
[all …]
/OK3568_Linux_fs/external/rknn-toolkit2/examples/functions/model_pruning/
H A Dmobilenet_deploy.prototxt58 eps: 1e-5
131 eps: 1e-5
202 eps: 1e-5
275 eps: 1e-5
346 eps: 1e-5
419 eps: 1e-5
490 eps: 1e-5
563 eps: 1e-5
634 eps: 1e-5
707 eps: 1e-5
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.c1508 ep_state = &xhci->devs[slot_id]->eps[ep_index].ep_state; in xhci_urb_enqueue()
1670 ep = &vdev->eps[ep_index]; in xhci_urb_dequeue()
1821 if (xhci->devs[udev->slot_id]->eps[ep_index].ring != NULL) in xhci_drop_endpoint()
1906 if (virt_dev->eps[ep_index].ring && in xhci_add_endpoint()
2706 memcpy(&ep_bw_info[i], &virt_dev->eps[i].bw_info, in xhci_reserve_bandwidth()
2713 &virt_dev->eps[i].bw_info, in xhci_reserve_bandwidth()
2716 &virt_dev->eps[i], in xhci_reserve_bandwidth()
2725 &virt_dev->eps[i].bw_info, in xhci_reserve_bandwidth()
2728 &virt_dev->eps[i], in xhci_reserve_bandwidth()
2750 &virt_dev->eps[i].bw_info, in xhci_reserve_bandwidth()
[all …]
H A Dxhci-debugfs.c453 if (spriv->eps[ep_index]) in xhci_debugfs_create_endpoint()
460 epriv->show_ring = dev->eps[ep_index].ring; in xhci_debugfs_create_endpoint()
467 spriv->eps[ep_index] = epriv; in xhci_debugfs_create_endpoint()
477 if (!spriv || !spriv->eps[ep_index]) in xhci_debugfs_remove_endpoint()
480 epriv = spriv->eps[ep_index]; in xhci_debugfs_remove_endpoint()
482 spriv->eps[ep_index] = NULL; in xhci_debugfs_remove_endpoint()
573 if (!spriv || !spriv->eps[ep_index] || in xhci_debugfs_create_stream_files()
574 !dev->eps[ep_index].stream_info) in xhci_debugfs_create_stream_files()
577 epriv = spriv->eps[ep_index]; in xhci_debugfs_create_stream_files()
578 epriv->stream_info = dev->eps[ep_index].stream_info; in xhci_debugfs_create_stream_files()
[all …]
H A Dxhci-dbgcap.h138 struct dbc_ep eps[2]; member
188 return &dbc->eps[BULK_IN]; in get_in_ep()
193 return &dbc->eps[BULK_OUT]; in get_out_ep()
H A Dxhci-mem.c471 xhci_ring_free(xhci, virt_dev->eps[ep_index].ring); in xhci_free_endpoint_ring()
473 virt_dev->eps[ep_index].ring = NULL; in xhci_free_endpoint_ring()
968 if (dev->eps[i].ring) in xhci_free_virt_device()
970 if (dev->eps[i].stream_info) in xhci_free_virt_device()
972 dev->eps[i].stream_info); in xhci_free_virt_device()
981 if (!list_empty(&dev->eps[i].bw_endpoint_list)) { in xhci_free_virt_device()
982 list_del_init(&dev->eps[i].bw_endpoint_list); in xhci_free_virt_device()
1081 dev->eps[i].ep_index = i; in xhci_alloc_virt_device()
1082 dev->eps[i].vdev = dev; in xhci_alloc_virt_device()
1083 xhci_init_endpoint_timer(xhci, &dev->eps[i]); in xhci_alloc_virt_device()
[all …]
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Ddcdbas.c509 struct smm_eps_table *eps = (struct smm_eps_table *)addr; in check_eps_table() local
511 if (strncmp(eps->smm_comm_buff_anchor, SMM_EPS_SIG, 4) != 0) in check_eps_table()
514 if (checksum(addr, eps->length) != 0) in check_eps_table()
517 return eps; in check_eps_table()
524 struct smm_eps_table *eps = NULL; in dcdbas_check_wsmt() local
553 eps = check_eps_table(addr); in dcdbas_check_wsmt()
554 if (eps) in dcdbas_check_wsmt()
558 if (!eps) { in dcdbas_check_wsmt()
562 bios_buf_paddr = eps->smm_comm_buff_addr; in dcdbas_check_wsmt()
563 remap_size = eps->num_of_4k_pages * PAGE_SIZE; in dcdbas_check_wsmt()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dobjdetect.hpp124 SimilarRects(double _eps) : eps(_eps) {} in SimilarRects()
127 … double delta = eps * ((std::min)(r1.width, r2.width) + (std::min)(r1.height, r2.height)) * 0.5; in operator ()()
133 double eps; member in cv::SimilarRects
151 CV_EXPORTS void groupRectangles(std::vector<Rect>& rectList, int groupThreshold, double eps = 0.2…
154 int groupThreshold, double eps = 0.2);
157 … double eps, std::vector<int>* weights, std::vector<double>* levelWeights );
160 … std::vector<double>& levelWeights, int groupThreshold, double eps = 0.2);
670 …d::vector<cv::Rect>& rectList, std::vector<double>& weights, int groupThreshold, double eps) const;
/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Dep0.c59 dep = dwc->eps[epnum]; in dwc3_ep0_start_trans()
140 __dwc3_ep0_do_control_data(dwc, dwc->eps[direction], req); in __dwc3_gadget_ep0_queue()
160 __dwc3_ep0_do_control_status(dwc, dwc->eps[direction]); in __dwc3_gadget_ep0_queue()
205 __dwc3_ep0_do_control_data(dwc, dwc->eps[direction], req); in __dwc3_gadget_ep0_queue()
255 dep = dwc->eps[1]; in dwc3_ep0_stall_and_restart()
259 dep = dwc->eps[0]; in dwc3_ep0_stall_and_restart()
316 dep = dwc->eps[epnum]; in dwc3_wIndex_to_dep()
378 dep = dwc->eps[0]; in dwc3_ep0_handle_status()
663 dep = dwc->eps[0]; in dwc3_ep0_set_sel()
786 ep0 = dwc->eps[0]; in dwc3_ep0_complete_data()
[all …]
H A Dgadget.c185 struct dwc3_ep *dep = dwc->eps[(num << 1) | 1]; in dwc3_gadget_resize_tx_fifos()
1519 dep = dwc->eps[0]; in dwc3_gadget_start()
1527 dep = dwc->eps[1]; in dwc3_gadget_start()
1546 __dwc3_gadget_ep_disable(dwc->eps[0]); in dwc3_gadget_start()
1565 __dwc3_gadget_ep_disable(dwc->eps[0]); in dwc3_gadget_stop()
1566 __dwc3_gadget_ep_disable(dwc->eps[1]); in dwc3_gadget_stop()
1602 dwc->eps[epnum] = dep; in dwc3_gadget_init_hw_endpoints()
1668 dep = dwc->eps[epnum]; in dwc3_gadget_free_endpoints()
1838 dep = dwc->eps[i]; in dwc3_endpoint_transfer_complete()
1867 dep = dwc->eps[epnum]; in dwc3_endpoint_interrupt()
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/cdns3/
H A Dep0.c39 struct cdns3_endpoint *priv_ep = priv_dev->eps[0]; in cdns3_ep0_run_transfer()
107 struct cdns3_endpoint *priv_ep = priv_dev->eps[0]; in cdns3_ep0_complete_setup()
254 priv_ep = priv_dev->eps[index]; in cdns3_req_ep0_get_status()
371 priv_ep = priv_dev->eps[index]; in cdns3_ep0_feature_handle_endpoint()
511 request->complete(&priv_dev->eps[0]->endpoint, request); in __pending_setup_status_handler()
534 struct cdns3_endpoint *priv_ep = priv_dev->eps[0]; in cdns3_ep0_setup_phase()
571 struct cdns3_endpoint *priv_ep = priv_dev->eps[0]; in cdns3_transfer_completed()
717 priv_ep = priv_dev->eps[i]; in cdns3_gadget_ep0_queue()
822 priv_ep = priv_dev->eps[0]; in cdns3_ep0_config()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/formulas/
H A Dvertex_longitude.hpp169 CT const eps = (sqrt_k2_plus_one - c1) / (sqrt_k2_plus_one + c1); in apply() local
170 CT const eps2 = eps * eps; in apply()
198 CT const A3 = 1 - (c1over2 - c1over2 * n) * eps - c1over4 * eps2; in apply()
199 CT const C31 = (c1over4 - c1over4 * n) * eps + c1over8 * eps2; in apply()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/
H A Dlircd.conf12 eps 30
76 eps 30
224 eps 20
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.c179 qe_eptx_stall_change(&udc->eps[0], 1); in qe_ep0_stall()
180 qe_eprx_stall_change(&udc->eps[0], 1); in qe_ep0_stall()
286 ep = &udc->eps[pipe_num]; in qe_epbds_reset()
316 ep = &udc->eps[pipe_num]; in qe_ep_reset()
349 struct qe_ep *ep = &udc->eps[pipe_num]; in qe_ep_bd_init()
469 struct qe_ep *ep = &udc->eps[pipe_num]; in qe_ep_register_init()
524 struct qe_ep *ep = &udc->eps[pipe_num]; in qe_ep_init()
786 struct qe_ep *ep = &udc->eps[0]; in ep0_setup_handle()
810 struct qe_ep *ep = &udc->eps[0]; in qe_ep0_rx()
939 ep = &udc->eps[i]; in ep_rx_tasklet()
[all …]
H A Dmv_u3d_core.c56 ep = &u3d->eps[i]; in mv_u3d_ep0_reset()
133 u3d->eps[index].name); in mv_u3d_process_ep_req()
921 struct mv_u3d_ep *ep = u3d->eps; in mv_u3d_ep_set_stall()
1307 ep = &u3d->eps[1]; in mv_u3d_eps_init()
1328 ep = &u3d->eps[i]; in mv_u3d_eps_init()
1380 mv_u3d_nuke(&u3d->eps[1], -ESHUTDOWN); in mv_u3d_stop_activity()
1518 mv_u3d_nuke(&u3d->eps[ep_num * 2 + MV_U3D_EP_DIR_IN], -ESHUTDOWN); in mv_u3d_handle_setup_packet()
1635 curr_ep = &u3d->eps[1]; in mv_u3d_irq_process_tr_complete()
1637 curr_ep = &u3d->eps[i]; in mv_u3d_irq_process_tr_complete()
1763 kfree(u3d->eps); in mv_u3d_remove()
[all …]
/OK3568_Linux_fs/u-boot/drivers/usb/cdns3/
H A Dep0.c42 struct cdns3_endpoint *priv_ep = priv_dev->eps[0]; in cdns3_ep0_run_transfer()
116 struct cdns3_endpoint *priv_ep = priv_dev->eps[0]; in cdns3_ep0_complete_setup()
160 priv_ep = priv_dev->eps[i]; in cdns3_req_ep0_set_configuration()
399 priv_ep = priv_dev->eps[index]; in cdns3_ep0_feature_handle_endpoint()
539 request->complete(&priv_dev->eps[0]->endpoint, request); in __pending_setup_status_handler()
562 struct cdns3_endpoint *priv_ep = priv_dev->eps[0]; in cdns3_ep0_setup_phase()
599 struct cdns3_endpoint *priv_ep = priv_dev->eps[0]; in cdns3_transfer_completed()
840 priv_ep = priv_dev->eps[0]; in cdns3_ep0_config()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dparams.h46 SearchParams(int checks = 32, float eps = 0, bool sorted = true )
51 (*this)["eps"] = eps;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Dexpand_by_epsilon.hpp51 coord_type const eps = math::scaled_epsilon(coord); in apply() local
53 set<I>(point, PlusOrMinus<coord_type>()(coord, eps)); in apply()
/OK3568_Linux_fs/kernel/drivers/usb/core/
H A Ddevio.c932 struct usb_host_endpoint **eps; in parse_usbdevfs_streams() local
948 eps = kmalloc_array(num_eps, sizeof(*eps), GFP_KERNEL); in parse_usbdevfs_streams()
949 if (!eps) in parse_usbdevfs_streams()
953 if (get_user(ep, &streams->eps[i])) { in parse_usbdevfs_streams()
957 eps[i] = ep_to_host_endpoint(ps->dev, ep); in parse_usbdevfs_streams()
958 if (!eps[i]) { in parse_usbdevfs_streams()
987 *eps_ret = eps; in parse_usbdevfs_streams()
993 kfree(eps); in parse_usbdevfs_streams()
1279 struct usb_host_endpoint **eps; in check_reset_of_active_ep() local
1282 eps = (epnum & USB_DIR_IN) ? udev->ep_in : udev->ep_out; in check_reset_of_active_ep()
[all …]

1234