/linux-4.4.14/arch/powerpc/kernel/ |
D | smp-tbsync.c | 27 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/ |
D | dsp56k.c | 60 #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/ |
D | pc110pad.c | 62 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/ |
D | drbd-connection-state-overview.dot | 21 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/ |
D | hvsi.c | 402 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/ |
D | bL_switcher.c | 67 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/ |
D | dma-s3c24xx.h | 29 bool handshake; member
|
/linux-4.4.14/drivers/net/ethernet/cavium/liquidio/ |
D | lio_main.c | 192 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/ |
D | pci-quirks.c | 833 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()
|
D | oxu210hp-hcd.c | 321 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()
|
D | fotg210-hcd.c | 905 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/ |
D | mac80211-auth-assoc-deauth.txt | 77 do 4-way-handshake
|
D | PLIP.txt | 84 before announcing a timeout, when trying to handshake a transfer of some
|
D | ipvs-sysctl.txt | 183 TCP ESTABLISHED state until the three way handshake is completed.
|
D | dccp.txt | 147 handshake does not progress from RESPOND to OPEN (i.e. when no Ack
|
D | ip-sysctl.txt | 563 connect() to perform a TCP handshake automatically.
|
/linux-4.4.14/sound/pci/echoaudio/ |
D | echoaudio_dsp.h | 650 u32 handshake; /* DSP command handshake 0x010 4 */ member
|
D | echoaudio_dsp.c | 50 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()
|
D | echoaudio.h | 455 chip->comm_page->handshake = 0; in clear_handshake()
|
/linux-4.4.14/drivers/usb/isp1760/ |
D | isp1760-hcd.c | 378 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/ |
D | qcom,idle-state.txt | 54 this essentially is cpu power down. The SPM in this state also may handshake
|
/linux-4.4.14/Documentation/ |
D | parport-lowlevel.txt | 662 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/ |
D | s3c24xx-dma.c | 913 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/ |
D | swim.c | 305 stat = swim_read(base, handshake); in swim_readbit()
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | net2280.c | 364 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/ |
D | arcmsr_spec.txt | 48 ** bit30 : reserved for BIOS handshake
|
D | ChangeLog.megaraid | 499 iv. Remove yield() while mailbox handshake in synchronous commands
|
/linux-4.4.14/Documentation/DocBook/ |
D | device-drivers.xml.db | 510 API-mpt-send-handshake-request 563 API-mpt-handshake-req-reply-wait
|
/linux-4.4.14/drivers/net/usb/ |
D | Kconfig | 368 # if the handshake/init/reset problems, from original 'plusb',
|