Home
last modified time | relevance | path

Searched full:handoff (Results 1 – 25 of 26) sorted by relevance

12

/linux/kernel/locking/
H A Dmutex.c85 static inline struct task_struct *__mutex_trylock_common(struct mutex *lock, bool handoff) in __mutex_trylock_common() argument
99 } else if (handoff) { in __mutex_trylock_common()
122 * Trylock or set HANDOFF
124 static inline bool __mutex_trylock_or_handoff(struct mutex *lock, bool handoff) in __mutex_trylock_or_handoff() argument
126 return !__mutex_trylock_common(lock, handoff); in __mutex_trylock_or_handoff()
259 * to a regular unlock. Sets PICKUP on a handoff, clears HANDOFF, preserves
261 * __mutex_trylock() provides a matching ACQUIRE semantics for the handoff.
702 * the handoff. in __mutex_lock_common()
996 * Except when HANDOFF, in that case we must not clear the owner field, in __mutex_unlock_slowpath()
/linux/drivers/usb/host/
H A Dpci-quirks.c800 "OHCI: BIOS handoff failed (BIOS bug?) %08x\n", in quirk_usb_handoff_ohci()
873 * the handoff on its unused controller. Skip it. in ehci_bios_handoff()
884 dev_dbg(&pdev->dev, "EHCI: BIOS handoff\n"); in ehci_bios_handoff()
902 * handoff.. in ehci_bios_handoff()
924 "EHCI: BIOS handoff failed (BIOS bug?) %08x\n", in ehci_bios_handoff()
957 * spec section 5.1 explains the bios handoff, e.g. for in quirk_usb_disable_ehci()
1153 * Takes care of the handoff between the Pre-OS (i.e. BIOS) and the OS.
1190 /* Auto handoff never worked for these devices. Force it and continue */ in quirk_usb_handoff_xhci()
1209 "xHCI BIOS handoff failed (BIOS bug ?) %08x\n", in quirk_usb_handoff_xhci()
1267 * This device does not need/support EHCI/OHCI handoff in quirk_usb_early_handoff()
[all …]
H A Dehci-hub.c579 /* if reset finished and it's still not enabled -- handoff */ in check_reset_complete()
H A Doxu210hp-hcd.c831 /* if reset finished and it's still not enabled -- handoff */ in check_reset_complete()
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_gsc_uc_heci_cmd_submit.h18 * command has hit the GSC-CS hardware, not the preceding handoff to GuC CTB.
/linux/drivers/gpu/drm/i915/gt/
H A Dintel_context.c222 bool handoff = false; in __intel_context_do_pin_ww() local
282 handoff = true; in __intel_context_do_pin_ww()
296 if (!handoff) in __intel_context_do_pin_ww()
/linux/Documentation/security/tpm/
H A Dtpm-security.rst118 of name handoff can be used between the various boot components as
125 the name handoff provided each successive component knows how to
/linux/drivers/acpi/acpica/
H A Dexserial.c89 * mechanism and handoff the bit address and bit width directly to in acpi_ex_write_gpio()
269 * field mechanism and handoff the buffer directly to the handler. in acpi_ex_write_serial_bus()
/linux/drivers/usb/early/
H A Dehci-dbgp.c724 dbgp_printk("dbgp: BIOS handoff\n"); in early_ehci_bios_handoff()
741 dbgp_printk("dbgp: BIOS handoff failed: %08x\n", cap); in early_ehci_bios_handoff()
/linux/arch/arm64/boot/dts/apple/
H A Dt600x-common.dtsi403 uat_handoff: uat-handoff {
/linux/Documentation/arch/x86/
H A Dboot.rst714 - If 1, the kernel supports the 32-bit EFI handoff entry point
719 - If 1, the kernel supports the 64-bit EFI handoff entry point
1422 arguments of the "handoff state" as described in section 2.3 of the
/linux/drivers/sbus/char/
H A Dopenprom.c572 * Handoff control to the correct ioctl handler.
/linux/drivers/i3c/master/mipi-i3c-hci/
H A Dcore.c59 #define HC_CAP_NON_CURRENT_MASTER_CAP BIT(5) /* master handoff capable */
/linux/kernel/futex/
H A Dpi.c1031 * handoff -- such that the latter can observe the futex_q::pi_state in futex_lock_pi()
/linux/drivers/net/ethernet/myricom/myri10ge/
H A Dmyri10ge.c773 * the sram before handoff. However, the very first interfaces in myri10ge_load_firmware()
774 * do not. Therefore the handoff copy must skip the first 8 bytes in myri10ge_load_firmware()
793 dev_err(&mgp->pdev->dev, "handoff failed\n"); in myri10ge_load_firmware()
/linux/Documentation/admin-guide/sysctl/
H A Dvm.rst896 specified in this file (default is 5), the "fair lock handoff" semantics
/linux/fs/nfs/
H A Dpagelist.c334 * has extra ref from the write/commit path to handle handoff in nfs_page_group_init()
/linux/drivers/clk/rockchip/
H A Dclk-rk3288.c849 /* pwm-regulators on some boards, so handoff-critical later */
/linux/sound/usb/qcom/
H A Dqc_audio_offload.c1344 * In addition, will fetch the XHCI transfer resources needed for the handoff to
/linux/drivers/usb/core/
H A Ddriver.c1291 * companion high-speed root hub, in case a handoff is needed. in usb_resume_device()
/linux/mm/
H A Dfilemap.c1130 * This is the "fair lock handoff" case, and in addition to setting
1145 * If it's a lock handoff wait, we get the bit for it, and in wake_page_function()
/linux/drivers/usb/isp1760/
H A Disp1760-hcd.c2177 /* if reset finished and it's still not enabled -- handoff */ in check_reset_complete()
/linux/security/selinux/
H A Dhooks.c5426 /* If any sort of compatibility mode is enabled then handoff processing in selinux_socket_sock_rcv_skb()
6101 /* If any sort of compatibility mode is enabled then handoff processing in selinux_ip_postroute()
/linux/drivers/net/ethernet/ibm/emac/
H A Dcore.c2452 * This hardware disables ports as part of the handoff in emac_mii_bus_read()
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.c1370 /* if reset finished and it's still not enabled -- handoff */ in check_reset_complete()

12