Searched refs:enter (Results 26 - 46 of 46) sorted by relevance

12

/freebsd-11-stable/sys/dev/usb/controller/
H A Dohci.c1704 .enter = ohci_device_bulk_enter,
1745 .enter = ohci_device_ctrl_enter,
1817 .enter = ohci_device_intr_enter,
2025 .enter = ohci_device_isoc_enter,
H A Duhci.c674 /* enter global suspend */
1946 .enter = uhci_device_bulk_enter,
2008 .enter = uhci_device_ctrl_enter,
2081 /* enter QHs into the controller data structures */
2095 .enter = uhci_device_intr_enter,
2303 .enter = uhci_device_isoc_enter,
H A Datmegadci.c1419 .enter = atmegadci_device_non_isoc_enter,
1505 .enter = atmegadci_device_isoc_fs_enter,
H A Davr32dci.c1349 .enter = avr32dci_device_non_isoc_enter,
1434 .enter = avr32dci_device_isoc_fs_enter,
H A Dehci.c2283 .enter = ehci_device_bulk_enter,
2324 .enter = ehci_device_ctrl_enter,
2405 .enter = ehci_device_intr_enter,
2697 .enter = ehci_device_isoc_fs_enter,
2977 .enter = ehci_device_isoc_hs_enter,
H A Dsaf1761_otg.c2625 .enter = saf1761_otg_device_non_isoc_enter,
2707 .enter = saf1761_otg_device_isoc_enter,
2789 .enter = saf1761_otg_host_isoc_enter,
H A Dmusb_otg.c3356 .enter = musbotg_device_bulk_enter,
3393 .enter = musbotg_device_ctrl_enter,
3430 .enter = musbotg_device_intr_enter,
3519 .enter = musbotg_device_isoc_enter,
H A Ddwc_otg.c4159 .enter = dwc_otg_device_non_isoc_enter,
4266 .enter = dwc_otg_device_isoc_enter,
H A Dxhci.c3139 * In case of enter we have to consider that the
3140 * transfer is queued by the USB core after the enter
3189 .enter = xhci_device_generic_enter,
/freebsd-11-stable/stand/i386/boot0/
H A Dboot0.S397 je use_default # enter -> default
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_asm.c934 goto enter;
951 enter:
/freebsd-11-stable/sys/kern/
H A Dvfs_cache.c66 SDT_PROBE_DEFINE3(vfs, namecache, enter, done, "struct vnode *", "char *",
1699 SDT_PROBE3(vfs, namecache, enter, done, dvp, "..", vp);
1812 SDT_PROBE3(vfs, namecache, enter, done, dvp, ncp->nc_name,
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js947 if((/over|enter/).test(event.type) && (/out|leave/).test(cache.event.type) &&
1418 else if(/mouse(over|enter)/i.test(options.show.event)) {
1722 if(/mouse(over|enter)/i.test(events.show) && !/mouse(out|leave)/i.test(events.hide)) {
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_fb_helper.c97 info->enter = &vt_kms_postswitch;
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h578 /// A function to call to enter the catch.
590 void enter(CodeGenFunction &CGF, const Stmt *Finally,
1315 void enter(CodeGenFunction &CGF, OpenMPDirectiveKind Kind, bool HasCancel) { function in class:clang::CodeGen::CodeGenFunction::OpenMPCancelExitStack
1403 // enter/leave scopes.
2975 CGF.OMPCancelStack.enter(CGF, Kind, HasCancel);
H A DCGException.cpp1364 void CodeGenFunction::FinallyInfo::enter(CodeGenFunction &CGF, const Stmt *body, function in class:CodeGenFunction::FinallyInfo
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dpa-risc2W.s831 B $00000024 ; enter loop
/freebsd-11-stable/sys/mips/mips/
H A Dexception.S481 # Turn off fpu and enter kernel mode
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp110 void enter(ObjCTypeParamList *P) { function in class:Parser::ObjCTypeParamListScope
554 // Form the type parameter list and enter its scope.
560 Scope.enter(list);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c7513 int enter; local
7519 if (os_strncmp(cmd, "enter", 5) == 0)
7520 enter = 1;
7522 enter = 0;
7552 ret = ieee802_11_send_wnmsleep_req(wpa_s, enter ? WNM_SLEEP_MODE_ENTER :
/freebsd-11-stable/sys/dev/usb/
H A Dusb_transfer.c1945 DPRINTF("enter\n");
1950 /* enter the transfer */
1951 (ep->methods->enter) (xfer);
3168 DPRINTFN(6, "cb %p (enter)\n", pq->curr);

Completed in 450 milliseconds

12