Home
last modified time | relevance | path

Searched refs:handshake (Results 1 – 29 of 29) sorted by relevance

/linux-4.4.14/arch/powerpc/kernel/
Dsmp-tbsync.c27 volatile int handshake; member
57 while (!tbsync->handshake) in smp_generic_take_timebase()
68 while (tbsync->handshake) in smp_generic_take_timebase()
93 tbsync->handshake = 1; in start_contest()
99 tbsync->handshake = 0; in start_contest()
163 tbsync->handshake = 1; in smp_generic_give_timebase()
166 tbsync->handshake = 0; in smp_generic_give_timebase()
/linux-4.4.14/drivers/char/
Ddsp56k.c60 #define handshake(count, maxio, timeout, ENABLE, f) \ macro
201 handshake(count, dsp56k.maxio, dsp56k.timeout, DSP56K_RECEIVE, in dsp56k_read()
211 handshake(count, dsp56k.maxio, dsp56k.timeout, DSP56K_RECEIVE, in dsp56k_read()
218 handshake(count, dsp56k.maxio, dsp56k.timeout, DSP56K_RECEIVE, in dsp56k_read()
230 handshake(count, dsp56k.maxio, dsp56k.timeout, DSP56K_RECEIVE, in dsp56k_read()
263 handshake(count, dsp56k.maxio, dsp56k.timeout, DSP56K_TRANSMIT, in dsp56k_write()
273 handshake(count, dsp56k.maxio, dsp56k.timeout, DSP56K_TRANSMIT, in dsp56k_write()
280 handshake(count, dsp56k.maxio, dsp56k.timeout, DSP56K_TRANSMIT, in dsp56k_write()
292 handshake(count, dsp56k.maxio, dsp56k.timeout, DSP56K_TRANSMIT, in dsp56k_write()
/linux-4.4.14/drivers/input/mouse/
Dpc110pad.c62 int handshake = inb_p(pc110pad_io + 2); in pc110pad_interrupt() local
64 outb(handshake | 1, pc110pad_io + 2); in pc110pad_interrupt()
66 outb(handshake & ~1, pc110pad_io + 2); in pc110pad_interrupt()
/linux-4.4.14/Documentation/blockdev/drbd/
Ddrbd-connection-state-overview.dot21 label="try to connect, handshake"
53 // handshake [label="drbd_connect()\ndrbd_do_handshake\ndrbd_sync_handshake() etc."]
65 …WFReportParams -> StandAlone [ label="during handshake\lpeers do not agree\labout something essent…
/linux-4.4.14/drivers/tty/hvc/
Dhvsi.c402 struct hvsi_struct **handshake) in hvsi_load_chunk() argument
408 *handshake = NULL; in hvsi_load_chunk()
444 hvsi_recv_control(hp, packet, tty, handshake); in hvsi_load_chunk()
461 if (*handshake) { in hvsi_load_chunk()
491 struct hvsi_struct *handshake; in hvsi_interrupt() local
502 again = hvsi_load_chunk(hp, tty, &handshake); in hvsi_interrupt()
505 if (handshake) { in hvsi_interrupt()
506 pr_debug("hvsi%i: attempting re-handshake\n", handshake->index); in hvsi_interrupt()
507 schedule_work(&handshake->handshaker); in hvsi_interrupt()
/linux-4.4.14/arch/arm/common/
DbL_switcher.c67 long volatile handshake, **handshake_ptr = _arg; in bL_do_switch() local
77 handshake = 0; in bL_do_switch()
78 *handshake_ptr = &handshake; in bL_do_switch()
80 handshake = -1; in bL_do_switch()
103 while (!handshake) { in bL_do_switch()
/linux-4.4.14/include/linux/platform_data/
Ddma-s3c24xx.h29 bool handshake; member
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/
Dlio_main.c192 struct handshake { struct
211 static struct handshake handshake[MAX_OCTEON_DEVICES]; argument
993 struct handshake *hs; in liquidio_probe()
1011 hs = &handshake[oct_dev->octeon_id]; in liquidio_probe()
1041 struct handshake *hs; in octeon_destroy_resources()
1109 hs = &handshake[i]; in octeon_destroy_resources()
1112 handshake[oct->octeon_id].init_ok = 0; in octeon_destroy_resources()
1113 complete(&handshake[oct->octeon_id].init); in octeon_destroy_resources()
1114 handshake[oct->octeon_id].started_ok = 0; in octeon_destroy_resources()
1115 complete(&handshake[oct->octeon_id].started); in octeon_destroy_resources()
[all …]
/linux-4.4.14/drivers/usb/host/
Dpci-quirks.c833 static int handshake(void __iomem *ptr, u32 mask, u32 done, in handshake() function
1011 timeout = handshake(base + ext_cap_offset, XHCI_HC_BIOS_OWNED, in quirk_usb_handoff_xhci()
1040 timeout = handshake(op_reg_base + XHCI_STS_OFFSET, XHCI_STS_CNR, 0, in quirk_usb_handoff_xhci()
1056 timeout = handshake(op_reg_base + XHCI_STS_OFFSET, XHCI_STS_HALT, 1, in quirk_usb_handoff_xhci()
Doxu210hp-hcd.c321 static int handshake(struct oxu_hcd *oxu, void __iomem *ptr, in handshake() function
353 return handshake(oxu, &oxu->regs->status, in ehci_halt()
380 retval = handshake(oxu, &oxu->regs->command, in ehci_reset()
404 if (handshake(oxu, &oxu->regs->status, STS_ASS | STS_PSS, in ehci_quiesce()
416 if (handshake(oxu, &oxu->regs->status, STS_ASS | STS_PSS, in ehci_quiesce()
1509 (void)handshake(oxu, &oxu->regs->status, in qh_link_async()
1886 status = handshake(oxu, &oxu->regs->status, STS_PSS, 0, 9 * 125); in enable_periodic()
1912 status = handshake(oxu, &oxu->regs->status, STS_PSS, STS_PSS, 9 * 125); in disable_periodic()
3284 retval = handshake(oxu, status_reg, in oxu_hub_control()
3309 retval = handshake(oxu, status_reg, in oxu_hub_control()
Dfotg210-hcd.c905 static int handshake(struct fotg210_hcd *fotg210, void __iomem *ptr, in handshake() function
947 return handshake(fotg210, &fotg210->regs->status, in fotg210_halt()
970 retval = handshake(fotg210, &fotg210->regs->command, in fotg210_reset()
996 handshake(fotg210, &fotg210->regs->status, STS_ASS | STS_PSS, temp, in fotg210_quiesce()
1006 handshake(fotg210, &fotg210->regs->status, STS_ASS | STS_PSS, 0, in fotg210_quiesce()
1619 retval = handshake(fotg210, status_reg, in fotg210_hub_control()
1645 retval = handshake(fotg210, status_reg, in fotg210_hub_control()
/linux-4.4.14/Documentation/networking/
Dmac80211-auth-assoc-deauth.txt77 do 4-way-handshake
DPLIP.txt84 before announcing a timeout, when trying to handshake a transfer of some
Dipvs-sysctl.txt183 TCP ESTABLISHED state until the three way handshake is completed.
Ddccp.txt147 handshake does not progress from RESPOND to OPEN (i.e. when no Ack
Dip-sysctl.txt563 connect() to perform a TCP handshake automatically.
/linux-4.4.14/sound/pci/echoaudio/
Dechoaudio_dsp.h650 u32 handshake; /* DSP command handshake 0x010 4 */ member
Dechoaudio_dsp.c50 if (chip->comm_page->handshake) { in wait_handshake()
682 chip->comm_page->handshake = 0xffffffff; in restore_dsp_rettings()
992 chip->comm_page->handshake = 0xffffffff; in init_dsp_comm_page()
Dechoaudio.h455 chip->comm_page->handshake = 0; in clear_handshake()
/linux-4.4.14/drivers/usb/isp1760/
Disp1760-hcd.c378 static int handshake(struct usb_hcd *hcd, u32 reg, in handshake() function
408 retval = handshake(hcd, HC_USBCMD, in ehci_reset()
1321 retval = handshake(hcd, HC_USBCMD, CMD_RUN, CMD_RUN, 250 * 1000); in isp1760_run()
1333 retval = handshake(hcd, HC_CONFIGFLAG, FLAG_CF, FLAG_CF, 250 * 1000); in isp1760_run()
1940 retval = handshake(hcd, HC_PORTSC1, in isp1760_hub_control()
1964 retval = handshake(hcd, HC_PORTSC1, in isp1760_hub_control()
/linux-4.4.14/Documentation/devicetree/bindings/arm/msm/
Dqcom,idle-state.txt54 this essentially is cpu power down. The SPM in this state also may handshake
/linux-4.4.14/Documentation/
Dparport-lowlevel.txt662 0 handshake OK; IEEE 1284 peripheral and mode available
663 -1 handshake failed; peripheral not compliant (or none present)
664 1 handshake OK; IEEE 1284 peripheral present but mode not
1012 - PARPORT_STATUS_ACK (handshake, "nAck")
/linux-4.4.14/drivers/dma/
Ds3c24xx-dma.c913 if (cdata->handshake) in s3c24xx_dma_prep_dma_cyclic()
1002 if (cdata->handshake) in s3c24xx_dma_prep_slave_sg()
/linux-4.4.14/drivers/block/
Dswim.c305 stat = swim_read(base, handshake); in swim_readbit()
/linux-4.4.14/drivers/usb/gadget/udc/
Dnet2280.c364 static int handshake(u32 __iomem *ptr, u32 mask, u32 done, int usec) in handshake() function
700 handshake(statp, BIT(USB_OUT_PING_NAK_SENT), in out_flush()
844 handshake(&dma->dmactl, BIT(DMA_ENABLE), 0, 50); in spin_stop_dma()
/linux-4.4.14/Documentation/scsi/
Darcmsr_spec.txt48 ** bit30 : reserved for BIOS handshake
DChangeLog.megaraid499 iv. Remove yield() while mailbox handshake in synchronous commands
/linux-4.4.14/Documentation/DocBook/
Ddevice-drivers.xml.db510 API-mpt-send-handshake-request
563 API-mpt-handshake-req-reply-wait
/linux-4.4.14/drivers/net/usb/
DKconfig368 # if the handshake/init/reset problems, from original 'plusb',