Home
last modified time | relevance | path

Searched refs:ready (Results 1 – 200 of 305) sorted by relevance

12

/linux-4.1.27/drivers/xen/events/
Devents_fifo.c284 unsigned priority, unsigned long *ready) in consume_one_event() argument
314 clear_bit(priority, ready); in consume_one_event()
325 unsigned long ready; in evtchn_fifo_handle_events() local
330 ready = xchg(&control_block->ready, 0); in evtchn_fifo_handle_events()
332 while (ready) { in evtchn_fifo_handle_events()
333 q = find_first_bit(&ready, EVTCHN_FIFO_MAX_QUEUES); in evtchn_fifo_handle_events()
334 consume_one_event(cpu, control_block, q, &ready); in evtchn_fifo_handle_events()
335 ready |= xchg(&control_block->ready, 0); in evtchn_fifo_handle_events()
/linux-4.1.27/arch/um/drivers/
Dxterm_kern.c14 struct completion ready; member
30 complete(&xterm->ready); in xterm_interrupt()
50 init_completion(&data->ready); in xterm_fd()
65 wait_for_completion(&data->ready); in xterm_fd()
/linux-4.1.27/tools/perf/tests/
Dmmap-thread-lookup.c23 int ready[2]; member
58 ret = write(td->ready[1], &go, sizeof(int)); in thread_fn()
78 if (pipe(td->ready)) in thread_create()
84 ssize_t ret = read(td->ready[0], &go, sizeof(int)); in thread_create()
88 close(td->ready[0]); in thread_create()
89 close(td->ready[1]); in thread_create()
/linux-4.1.27/kernel/power/
Duser.c40 bool ready; member
101 data->ready = false; in snapshot_open()
145 if (!data->ready) { in snapshot_read()
241 if (!data->frozen || data->ready) in snapshot_ioctl()
251 if (data->mode != O_RDONLY || !data->frozen || data->ready) { in snapshot_ioctl()
259 data->ready = !freezer_test_done && !error; in snapshot_ioctl()
277 data->ready = false; in snapshot_ioctl()
294 if (!data->ready) { in snapshot_ioctl()
341 data->ready = false; in snapshot_ioctl()
Dswap.c487 atomic_t ready; /* ready to start flag */ member
506 wait_event(d->go, atomic_read(&d->ready) || in crc32_threadfn()
514 atomic_set(&d->ready, 0); in crc32_threadfn()
529 atomic_t ready; /* ready to start flag */ member
549 wait_event(d->go, atomic_read(&d->ready) || in lzo_compress_threadfn()
558 atomic_set(&d->ready, 0); in lzo_compress_threadfn()
704 atomic_set(&data[thr].ready, 1); in save_image_lzo()
712 atomic_set(&crc->ready, 1); in save_image_lzo()
1018 atomic_t ready; /* ready to start flag */ member
1037 wait_event(d->go, atomic_read(&d->ready) || in lzo_decompress_threadfn()
[all …]
/linux-4.1.27/drivers/video/fbdev/
Dpxa3xx-gcu.c110 struct pxa3xx_gcu_batch *ready; member
218 struct pxa3xx_gcu_batch *ready = priv->ready; in run_ready() local
222 BUG_ON(!ready); in run_ready()
226 while (ready) { in run_ready()
228 shared->buffer[num++] = ready->phys; in run_ready()
229 ready = ready->next; in run_ready()
233 priv->running = priv->ready; in run_ready()
234 priv->ready = priv->ready_last = NULL; in run_ready()
269 if (priv->ready) { in pxa3xx_gcu_handle_irq()
443 if (priv->ready) { in pxa3xx_gcu_write()
[all …]
/linux-4.1.27/drivers/gpu/drm/radeon/
Dvce_v1_0.c169 ring->ready = true; in vce_v1_0_init()
172 ring->ready = false; in vce_v1_0_init()
177 ring->ready = true; in vce_v1_0_init()
180 ring->ready = false; in vce_v1_0_init()
Dradeon_gart.c245 if (!rdev->gart.ready) { in radeon_gart_unbind()
292 if (!rdev->gart.ready) { in radeon_gart_bind()
373 if (rdev->gart.ready) { in radeon_gart_fini()
377 rdev->gart.ready = false; in radeon_gart_fini()
Dradeon_ib.c128 if (!ib->length_dw || !ring->ready) { in radeon_ib_schedule()
265 if (!ring->ready) in radeon_ib_ring_tests()
271 ring->ready = false; in radeon_ib_ring_tests()
Dni_dma.c175 rdev->ring[R600_RING_TYPE_DMA_INDEX].ready = false; in cayman_dma_stop()
176 rdev->ring[CAYMAN_RING_TYPE_DMA1_INDEX].ready = false; in cayman_dma_stop()
248 ring->ready = true; in cayman_dma_resume()
252 ring->ready = false; in cayman_dma_resume()
Duvd_v1_0.c172 ring->ready = true; in uvd_v1_0_init()
175 ring->ready = false; in uvd_v1_0_init()
252 ring->ready = false; in uvd_v1_0_fini()
Dr600_dma.c109 rdev->ring[R600_RING_TYPE_DMA_INDEX].ready = false; in r600_dma_stop()
172 ring->ready = true; in r600_dma_resume()
176 ring->ready = false; in r600_dma_resume()
Dradeon_kms.c457 *value = rdev->ring[RADEON_RING_TYPE_GFX_INDEX].ready; in radeon_info_ioctl()
460 *value = rdev->ring[R600_RING_TYPE_DMA_INDEX].ready; in radeon_info_ioctl()
461 *value |= rdev->ring[CAYMAN_RING_TYPE_DMA1_INDEX].ready; in radeon_info_ioctl()
464 *value = rdev->ring[R600_RING_TYPE_UVD_INDEX].ready; in radeon_info_ioctl()
467 *value = rdev->ring[TN_RING_TYPE_VCE1_INDEX].ready; in radeon_info_ioctl()
Dradeon_test.c526 if (!ringA->ready) in radeon_test_syncing()
531 if (!ringB->ready) in radeon_test_syncing()
545 if (!ringC->ready) in radeon_test_syncing()
Dcik_sdma.c269 rdev->ring[R600_RING_TYPE_DMA_INDEX].ready = false; in cik_sdma_gfx_stop()
270 rdev->ring[CAYMAN_RING_TYPE_DMA1_INDEX].ready = false; in cik_sdma_gfx_stop()
424 ring->ready = true; in cik_sdma_gfx_resume()
428 ring->ready = false; in cik_sdma_gfx_resume()
Dni.c1333 rdev->gart.ready = true; in cayman_pcie_gart_enable()
1451 rdev->ring[RADEON_RING_TYPE_GFX_INDEX].ready = false; in cayman_cp_enable()
1709 rdev->ring[RADEON_RING_TYPE_GFX_INDEX].ready = true; in cayman_cp_resume()
1710 rdev->ring[CAYMAN_RING_TYPE_CP1_INDEX].ready = false; in cayman_cp_resume()
1711 rdev->ring[CAYMAN_RING_TYPE_CP2_INDEX].ready = false; in cayman_cp_resume()
1715 rdev->ring[RADEON_RING_TYPE_GFX_INDEX].ready = false; in cayman_cp_resume()
1716 rdev->ring[CAYMAN_RING_TYPE_CP1_INDEX].ready = false; in cayman_cp_resume()
1717 rdev->ring[CAYMAN_RING_TYPE_CP2_INDEX].ready = false; in cayman_cp_resume()
Dradeon_sync.c153 if (!rdev->ring[i].ready) { in radeon_sync_rings()
Dradeon_ttm.c199 if (rbo->rdev->ring[radeon_copy_ring_index(rbo->rdev)].ready == false) in radeon_evict_flags()
291 if (!rdev->ring[ridx].ready) { in radeon_move_blit()
418 if (!rdev->ring[radeon_copy_ring_index(rdev)].ready || in radeon_bo_move()
Dradeon_ring.c439 ring->ready = false; in radeon_ring_fini()
Dsi.c3467 rdev->ring[RADEON_RING_TYPE_GFX_INDEX].ready = false; in si_cp_enable()
3468 rdev->ring[CAYMAN_RING_TYPE_CP1_INDEX].ready = false; in si_cp_enable()
3469 rdev->ring[CAYMAN_RING_TYPE_CP2_INDEX].ready = false; in si_cp_enable()
3741 rdev->ring[RADEON_RING_TYPE_GFX_INDEX].ready = true; in si_cp_resume()
3742 rdev->ring[CAYMAN_RING_TYPE_CP1_INDEX].ready = true; in si_cp_resume()
3743 rdev->ring[CAYMAN_RING_TYPE_CP2_INDEX].ready = true; in si_cp_resume()
3746 rdev->ring[RADEON_RING_TYPE_GFX_INDEX].ready = false; in si_cp_resume()
3747 rdev->ring[CAYMAN_RING_TYPE_CP1_INDEX].ready = false; in si_cp_resume()
3748 rdev->ring[CAYMAN_RING_TYPE_CP2_INDEX].ready = false; in si_cp_resume()
3753 rdev->ring[CAYMAN_RING_TYPE_CP1_INDEX].ready = false; in si_cp_resume()
[all …]
Drs400.c190 rdev->gart.ready = true; in rs400_gart_enable()
Dradeon_pm.c263 if (!ring->ready) { in radeon_pm_set_clocks()
1088 if (ring->ready) in radeon_dpm_change_power_state_locked()
1802 if (ring->ready) { in radeon_dynpm_idle_work_handler()
/linux-4.1.27/tools/usb/ffs-aio-example/simple/device_app/
Daio_simple.c164 static void handle_ep0(int ep0, bool *ready) in handle_ep0() argument
191 *ready = true; in handle_ep0()
195 *ready = false; in handle_ep0()
220 bool ready; in main() local
294 handle_ep0(ep0, &ready); in main()
297 if (!ready) in main()
/linux-4.1.27/net/rds/
Dtcp_listen.c159 void (*ready)(struct sock *sk); in rds_tcp_listen_data_ready() local
164 ready = sk->sk_user_data; in rds_tcp_listen_data_ready()
165 if (!ready) { /* check for teardown race */ in rds_tcp_listen_data_ready()
166 ready = sk->sk_data_ready; in rds_tcp_listen_data_ready()
181 ready(sk); in rds_tcp_listen_data_ready()
Dib_recv.c93 if (cache->ready) in rds_ib_cache_xfer_to_ready()
94 list_splice_entire_tail(tmp, cache->ready); in rds_ib_cache_xfer_to_ready()
96 cache->ready = tmp; in rds_ib_cache_xfer_to_ready()
115 cache->ready = NULL; in rds_ib_recv_alloc_cache()
148 if (cache->ready) { in rds_ib_cache_splice_all_lists()
149 list_splice_entire_tail(cache->ready, caller_list); in rds_ib_cache_splice_all_lists()
150 cache->ready = NULL; in rds_ib_cache_splice_all_lists()
313 if (!ic->i_cache_incs.ready) in rds_ib_recv_refill_one()
315 if (!ic->i_cache_frags.ready) in rds_ib_recv_refill_one()
462 struct list_head *head = cache->ready; in rds_ib_recv_cache_get()
[all …]
Dtcp_recv.c306 void (*ready)(struct sock *sk); in rds_tcp_data_ready() local
315 ready = sk->sk_data_ready; in rds_tcp_data_ready()
320 ready = tc->t_orig_data_ready; in rds_tcp_data_ready()
327 ready(sk); in rds_tcp_data_ready()
Dib.h55 struct list_head *ready; member
/linux-4.1.27/drivers/net/ethernet/altera/
Daltera_msgdma.c139 u32 ready = 0; in msgdma_tx_completions() local
148 ready = priv->tx_prod - priv->tx_cons - inuse - 1; in msgdma_tx_completions()
153 ready = priv->tx_prod - priv->tx_cons - 1; in msgdma_tx_completions()
155 ready = priv->tx_prod - priv->tx_cons; in msgdma_tx_completions()
157 return ready; in msgdma_tx_completions()
Daltera_sgdma.c215 u32 ready = 0; in sgdma_tx_completions() local
221 ready = 1; in sgdma_tx_completions()
224 return ready; in sgdma_tx_completions()
Daltera_tse_main.c454 u32 ready; in tse_tx_complete() local
461 ready = priv->dmaops->tx_completions(priv); in tse_tx_complete()
464 while (ready && (priv->tx_cons != priv->tx_prod)) { in tse_tx_complete()
479 ready--; in tse_tx_complete()
/linux-4.1.27/drivers/hid/
Dhid-wiimote.h127 struct completion ready; member
306 complete(&wdata->state.ready); in wiimote_cmd_complete()
316 complete(&wdata->state.ready); in wiimote_cmd_abort()
333 reinit_completion(&wdata->state.ready); in wiimote_cmd_set()
351 ret = wait_for_completion_interruptible_timeout(&wdata->state.ready, HZ); in wiimote_cmd_wait()
367 ret = wait_for_completion_timeout(&wdata->state.ready, HZ); in wiimote_cmd_wait_noint()
Dhid-picolcd.h65 struct completion ready; member
130 u8 ready; member
Dhid-picolcd_core.c94 init_completion(&work->ready); in picolcd_send_and_wait()
113 wait_for_completion_interruptible_timeout(&work->ready, HZ*2); in picolcd_send_and_wait()
374 complete(&data->pending->ready); in picolcd_raw_event()
641 complete(&data->pending->ready); in picolcd_remove()
Dhid-picolcd_fb.c226 if (fbdata->ready) in picolcd_fb_reset()
229 fbdata->ready = 1; in picolcd_fb_reset()
245 if (!fbdata->ready && fbdata->picolcd) in picolcd_fb_update()
Dhid-sensor-hub.c300 init_completion(&hsdev->pending.ready); in sensor_hub_input_attr_get_raw_value()
314 &hsdev->pending.ready, HZ*5); in sensor_hub_input_attr_get_raw_value()
510 complete(&hsdev->pending.ready); in sensor_hub_raw_event()
741 complete(&hsdev->pending.ready); in sensor_hub_remove()
/linux-4.1.27/arch/sparc/mm/
Dleon_mm.c76 goto ready; in leon_swprobe()
99 goto ready; in leon_swprobe()
127 goto ready; in leon_swprobe()
150 goto ready; in leon_swprobe()
156 ready: in leon_swprobe()
/linux-4.1.27/sound/soc/txx9/
Dtxx9aclc-ac97.c102 u32 ready = ACINT_CODECRDY(ac97->num) | ACINT_REGACCRDY; in txx9aclc_ac97_cold_reset() local
109 __raw_writel(ready, base + ACINTEN); in txx9aclc_ac97_cold_reset()
111 (__raw_readl(base + ACINTSTS) & ready) == ready, in txx9aclc_ac97_cold_reset()
118 __raw_writel(ready, base + ACINTDIS); in txx9aclc_ac97_cold_reset()
/linux-4.1.27/tools/usb/ffs-aio-example/multibuff/device_app/
Daio_multibuff.c176 static void handle_ep0(int ep0, bool *ready) in handle_ep0() argument
196 *ready = true; in handle_ep0()
200 *ready = false; in handle_ep0()
249 bool ready; in main() local
317 handle_ep0(ep0, &ready); in main()
320 if (!ready) in main()
/linux-4.1.27/drivers/virtio/
Dvirtio_input.c18 bool ready; member
38 if (vi->ready) { in virtinput_recv_events()
75 if (vi->ready) { in virtinput_send_status()
293 vi->ready = true; in virtinput_probe()
303 vi->ready = false; in virtinput_probe()
319 vi->ready = false; in virtinput_remove()
334 vi->ready = false; in virtinput_freeze()
351 vi->ready = true; in virtinput_restore()
/linux-4.1.27/drivers/parisc/
Dpdc_stable.c101 short ready; /* entry record is valid if != 0 */ member
117 .ready = 0, \
173 entry->ready = 1; in pdcspath_fetch()
204 if (!entry->ready) { in pdcspath_store()
221 entry->ready = 2; in pdcspath_store()
245 i = entry->ready; in pdcspath_hwpath_read()
328 entry->ready = 0; in pdcspath_hwpath_write()
366 i = entry->ready; in pdcspath_layer_read()
1000 entry->ready = 2; in pdcs_register_pathentries()
1026 if (entry->ready >= 2) in pdcs_unregister_pathentries()
/linux-4.1.27/drivers/block/paride/
Dpseudo.h51 int (*ready)(void), in ps_set_intr()
59 ps_ready = ready; in ps_set_intr()
/linux-4.1.27/drivers/char/ipmi/
Dipmi_poweroff.c61 static int ready; variable
549 if (!ready) in ipmi_poweroff_function()
565 if (ready) in ipmi_po_new_smi()
636 ready = 1; in ipmi_po_new_smi()
641 if (!ready) in ipmi_po_smi_gone()
647 ready = 0; in ipmi_po_smi_gone()
735 if (ready) { in ipmi_poweroff_cleanup()
/linux-4.1.27/tools/testing/selftests/rcutorture/bin/
Dkvm-test-1-run.sh112 mv $builddir.wait $builddir.ready
120 mv $builddir.wait $builddir.ready
124 while test -f $builddir.ready
/linux-4.1.27/arch/powerpc/sysdev/
Dppc4xx_ocm.c60 int ready; member
228 ocm->ready = 1; in ocm_init_node()
241 if (!ocm || !ocm->ready) in ocm_debugfs_show()
323 if (!ocm || !ocm->ready) in ppc4xx_ocm_alloc()
376 if (!ocm || !ocm->ready) in ppc4xx_ocm_free()
/linux-4.1.27/Documentation/hwmon/
Dabituguru-datasheet80 uGuru ready
84 in "ready" mode.
86 To put the uGuru in ready mode first write 0x00 to DATA and then wait for DATA
93 After reading CMD, DATA should hold 0x08 which means that the uGuru is ready
102 First the uGuru must be in "ready" mode as described above, DATA should hold
106 wait for to DATA to hold 0x08 again indicating that it wants / is ready for
117 which indicates that the uGuru is ready to be read (max 250 reads) and once
125 ready mode, so that it is ready for the next read / write cycle. This way
136 which indicates that the uGuru is ready to be written (max 250 reads) and
145 ready mode, so that it is ready for the next read / write cycle. This way
/linux-4.1.27/tools/perf/bench/
Dsched-messaging.c68 static void ready(int ready_out, int wakefd) in ready() function
88 ready(ctx->ready_out, ctx->wakefd); in sender()
119 ready(ctx->ready_out, ctx->wakefd); in receiver()
/linux-4.1.27/drivers/media/platform/soc_camera/
Domap1_camera.c172 struct omap1_cam_buf *ready; member
353 buf = pcdev->ready; in prepare_next_vb()
360 pcdev->ready = buf; in prepare_next_vb()
503 WARN_ON(pcdev->ready); in omap1_videobuf_queue()
510 pcdev->ready = NULL; in omap1_videobuf_queue()
579 if (!pcdev->ready && result != VIDEOBUF_ERROR) { in videobuf_done()
600 buf = pcdev->ready; in videobuf_done()
602 pcdev->ready = NULL; in videobuf_done()
613 buf = pcdev->ready; in videobuf_done()
615 pcdev->ready = NULL; in videobuf_done()
[all …]
/linux-4.1.27/sound/oss/
Dswarm_cs4297a.c263 unsigned ready:1; // prog_dmabuf_dac()/adc() successful? member
335 s->dma_adc.ready = 1; in prog_dmabuf_adc()
342 s->dma_dac.ready = 1; in prog_dmabuf_dac()
842 && s->dma_dac.ready))) { in start_dac()
891 && s->dma_adc.ready) { in start_adc()
1680 if (!s->dma_adc.ready && (ret = prog_dmabuf_adc(s))) in cs4297a_read()
1804 if (!s->dma_dac.ready && (ret = prog_dmabuf_dac(s))) in cs4297a_write()
1920 if(!s->dma_dac.ready && prog_dmabuf_dac(s)) in cs4297a_poll()
1928 if(!s->dma_dac.ready && prog_dmabuf_adc(s)) in cs4297a_poll()
2054 s->dma_adc.ready = 0; in cs4297a_ioctl()
[all …]
/linux-4.1.27/drivers/mtd/nand/
Dnuc900_nand.c128 int ready; in nuc900_nand_devready() local
132 ready = (nuc900_check_rb(nand)) ? 1 : 0; in nuc900_nand_devready()
133 return ready; in nuc900_nand_devready()
Dpxa3xx_nand.c624 unsigned int ready, cmd_done; in pxa3xx_nand_irq() local
628 ready = NDSR_FLASH_RDY; in pxa3xx_nand_irq()
631 ready = NDSR_RDY; in pxa3xx_nand_irq()
675 if (status & ready) { in pxa3xx_nand_irq()
/linux-4.1.27/drivers/input/
Dmousedev.c107 unsigned char ready, buffer, bufsiz; member
278 if (client->ready && p->buttons != mousedev->packet.buttons) { in mousedev_notify_readers()
307 client->ready = 1; in mousedev_notify_readers()
311 if (client->ready) { in mousedev_notify_readers()
618 client->ready = 0; in mousedev_packet()
720 if (!client->ready && !client->buffer && mousedev->exist && in mousedev_read()
725 !mousedev->exist || client->ready || client->buffer); in mousedev_read()
734 if (!client->buffer && client->ready) { in mousedev_read()
763 if (client->ready || client->buffer) in mousedev_poll()
/linux-4.1.27/arch/m68k/include/asm/
Datari_joystick.h17 int ready; member
/linux-4.1.27/drivers/staging/unisys/common-spar/include/channels/
Dcontrolframework.h42 u16 ready:1; /* Bit 6: service/Guest partition has member
/linux-4.1.27/Documentation/scsi/
Dscsi_eh.txt199 device forget about timed out scmds and make them ready for new
201 lower layers and lower layers are ready to process or fail the scmd
338 either offline or ready, scsi_eh_finish_cmd() is invoked for
342 Note that both offline and ready status mean that the sdev is
343 ready to process new scmds, where processing also implies
356 make failed sdevs ready for new commands.
369 If STU succeeds and the sdev is either offline or ready,
397 scmds on all ready or offline sdevs on the channel are
406 all ready or offline sdevs on the host are EH-finished.
430 all failed scmds and either ready for new commands or offline. Also,
[all …]
Ddpti.txt46 * V2.4 First version ready to be submitted to be embedded in the kernel
63 * now online (at the FW level) when test unit ready or inquiry
Ddtc3x80.txt32 the driver polls for data-ready in the pseudo-DMA transfer routine.
Darcmsr_spec.txt8 ** inDoorBell : bit0 -- data in ready
12 ** outDooeBell: bit0 -- data out ready
/linux-4.1.27/drivers/uwb/
Dlc-rc.c384 rc->ready = 1; in uwb_rc_add()
411 rc->ready = 0; in uwb_rc_rm()
446 if (rc->ready == 0) in find_rc_try_get()
482 if (rc->ready == 0) in uwb_rc_get()
Dpal.c81 if (rc->ready == 0) in find_rc()
Duwbd.c236 if (rc->ready) { in uwbd_event_handle()
/linux-4.1.27/include/linux/
Duinput.h66 unsigned char ready; member
Dauto_dev-ioctl.h108 struct args_ready ready; member
Dhid-sensor-hub.h62 struct completion ready; member
Dcpufreq.h273 void (*ready)(struct cpufreq_policy *policy); member
Duwb.h395 unsigned ready:1; member
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-driver-qla2xxx6 ready for retrieval.
/linux-4.1.27/arch/sparc/include/asm/
Dfloppy_64.h502 int ready; in sun_pci_fd_test_drive() local
518 ready = 0; in sun_pci_fd_test_drive()
520 ready = (status & 0x10) ? 0 : 1; in sun_pci_fd_test_drive()
523 return ready; in sun_pci_fd_test_drive()
/linux-4.1.27/include/kvm/
Darm_vgic.h161 bool ready; member
333 #define vgic_ready(k) ((k)->arch.vgic.ready)
/linux-4.1.27/drivers/staging/media/cxd2099/
Dcxd2099.c49 int ready; member
519 ci->ready = 0; in slot_reset()
536 if (ci->ready) in slot_reset()
606 ci->ready = 0; in campoll()
611 ci->ready = 1; in campoll()
/linux-4.1.27/sound/pci/lola/
Dlola_pcm.c111 bool ready) in lola_stream_wait_for_fifo() argument
113 unsigned int val = ready ? LOLA_DSD_STS_FIFORDY : 0; in lola_stream_wait_for_fifo()
130 bool ready) in lola_sync_wait_for_fifo() argument
132 unsigned int val = ready ? LOLA_DSD_STS_FIFORDY : 0; in lola_sync_wait_for_fifo()
151 if (ready) in lola_sync_wait_for_fifo()
/linux-4.1.27/drivers/staging/fwserial/
DTODO7 driver is not ready for the big leagues yet.
/linux-4.1.27/arch/arm/include/debug/
Dat91.S43 tst \rd, #AT91_DBGU_TXRDY @ DBGU_TXRDY = 1 when ready to transmit
/linux-4.1.27/drivers/pcmcia/
Dsa1111_generic.c74 state->ready = status & PCSR_S0_READY ? 1 : 0; in sa1111_pcmcia_socket_state()
84 state->ready = status & PCSR_S1_READY ? 1 : 0; in sa1111_pcmcia_socket_state()
Dpxa2xx_balloon3.c79 state->ready = !!(status & BALLOON3_CF_nIRQ); in balloon3_pcmcia_socket_state()
Dsoc_common.h77 ready: 1, member
Dpxa2xx_trizeps4.c84 state->ready = 0; in trizeps_pcmcia_socket_state()
Dpxa2xx_mainstone.c81 state->ready = (status & MST_PCMCIA_nIRQ) ? 1 : 0; in mst_pcmcia_socket_state()
Dpxa2xx_colibri.c84 state->ready = !!gpio_get_value(colibri_pcmcia_gpios[READY].gpio); in colibri_pcmcia_socket_state()
Dpxa2xx_sharpsl.c96 state->ready = (csr & 0x0002) ? 1 : 0; in sharpsl_pcmcia_socket_state()
Dsoc_common.c217 state.ready = !!gpio_get_value(skt->stat[SOC_STAT_RDY].gpio); in soc_common_pcmcia_skt_state()
226 stat |= state.ready ? SS_READY : 0; in soc_common_pcmcia_skt_state()
Dcistpl.c964 timing->ready = SPEED_CVT(*p); in parse_timing()
967 timing->ready = 0; in parse_timing()
1139 entry->timing.ready = 0; in parse_cftable_entry()
/linux-4.1.27/Documentation/devicetree/bindings/clock/
Dat91-clock.txt146 0 (AT91_PMC_MOSCS) -> main oscillator ready
147 1 (AT91_PMC_LOCKA) -> PLL A ready
148 2 (AT91_PMC_LOCKB) -> PLL B ready
149 3 (AT91_PMC_MCKRDY) -> master clock ready
150 6 (AT91_PMC_LOCKU) -> UTMI PLL clock ready
151 8 .. 15 (AT91_PMC_PCKRDY(id)) -> programmable clock ready
/linux-4.1.27/fs/ocfs2/cluster/
Dtcp.c602 void (*ready)(struct sock *sk); in o2net_data_ready() local
610 ready = sc->sc_data_ready; in o2net_data_ready()
612 ready = sk->sk_data_ready; in o2net_data_ready()
616 ready(sk); in o2net_data_ready()
2013 void (*ready)(struct sock *sk); in o2net_listen_data_ready() local
2016 ready = sk->sk_user_data; in o2net_listen_data_ready()
2017 if (ready == NULL) { /* check for teardown race */ in o2net_listen_data_ready()
2018 ready = sk->sk_data_ready; in o2net_listen_data_ready()
2038 ready = NULL; in o2net_listen_data_ready()
2043 if (ready != NULL) in o2net_listen_data_ready()
[all …]
/linux-4.1.27/drivers/scsi/
Dst.c788 if (STp->ready != ST_READY) in flush_buffer()
996 STp->ready = ST_READY; in check_tape()
1037 STp->ready = ST_NO_TAPE; in check_tape()
1039 STp->ready = ST_NOT_READY; in check_tape()
1264 if (STp->ready == NO_TAPE) in st_open()
1436 if (STp->ready != ST_READY) { in rw_checks()
1437 if (STp->ready == ST_NO_TAPE) in rw_checks()
2308 if (STp->ready == ST_READY) {
2349 if (STp->ready == ST_READY) {
2364 if (STp->ready == ST_READY)
[all …]
Dst.h142 unsigned char ready; member
Deata_generic.h190 __u8 ready:1; /* drive ready */ member
Dosst.c2694 if (STp->ready != ST_READY) { in osst_configure_onstream()
2896 if (STp->ready != ST_READY) return (-EIO); in osst_get_frame_position()
2976 if (STp->ready != ST_READY) return (-EIO); in osst_set_frame_position()
3197 if (STp->ready != ST_READY) in osst_flush_buffer()
3395 if (STp->ready != ST_READY) { in osst_write()
3396 if (STp->ready == ST_NO_TAPE) in osst_write()
3716 if (STp->ready != ST_READY) { in osst_read()
3717 if (STp->ready == ST_NO_TAPE) in osst_read()
4068 if (STp->ready != ST_READY && cmd_in != MTLOAD) { in osst_int_ioctl()
4069 if (STp->ready == ST_NO_TAPE) in osst_int_ioctl()
[all …]
Dosst.h566 unsigned char ready; member
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dbtcoex.h80 bool ready; member
Dar9003_mci.c331 mci->ready = false; in ar9003_mci_set_full_sleep()
507 if (!mci_hw->ready) in ar9003_mci_check_bt()
724 if (!mci_hw->ready) in ar9003_mci_end_reset()
1013 mci->ready = true; in ar9003_mci_reset()
1032 if (mci_hw->ready && !save_fullsleep) { in ar9003_mci_stop_bt()
1039 mci_hw->ready = false; in ar9003_mci_stop_bt()
1287 if (mci->ready) { in ar9003_mci_state()
Dbtcoex.c177 ah->btcoex_hw.mci.ready = false; in ath9k_hw_btcoex_init_mci()
/linux-4.1.27/Documentation/frv/
Dbooting.txt42 The image is then ready to be executed.
51 The image is then ready to be executed.
63 When finished, the image will then be ready to be executed.
/linux-4.1.27/include/xen/interface/
Devent_channel.h273 uint32_t ready; member
/linux-4.1.27/Documentation/devicetree/bindings/misc/
Dlis302.txt39 - st,irq{1,2}-data-ready: raise IRQ 1/2 on data ready contition
/linux-4.1.27/drivers/mfd/
Dtwl-core.c164 bool ready; /* The core driver is ready to be used */ member
430 if (unlikely(!twl_priv || !twl_priv->ready)) { in twl_get_regmap()
1074 twl_priv->ready = false; in twl_remove()
1181 twl_priv->ready = true; in twl_probe()
Dtwl6040.c238 complete(&twl6040->ready); in twl6040_readyint_handler()
266 time_left = wait_for_completion_timeout(&twl6040->ready, in twl6040_power_up_automatic()
675 init_completion(&twl6040->ready); in twl6040_probe()
/linux-4.1.27/drivers/scsi/qla4xxx/
Dql4_init.c408 int ready = 0; in qla4xxx_fw_ready() local
512 ready = 1; in qla4xxx_fw_ready()
537 ready = 1; in qla4xxx_fw_ready()
542 ready = 1; in qla4xxx_fw_ready()
545 return ready; in qla4xxx_fw_ready()
/linux-4.1.27/Documentation/networking/
Dspider_net.txt27 "full" and "not-in-use". An "empty" or "ready" descriptor is ready
30 descriptor is neither empty or full; it is simply not ready. It may
35 buffers. These are all marked "empty", ready to receive data. This
65 then mark the descr as "empty", ready to receive data. Thus, when there
Dphy.txt72 and drivers need to all have been loaded, so it is ready for the connection.
133 Lastly, once the controller is ready to handle network traffic, you call
134 phy_start(phydev). This tells the PAL that you are ready, and configures the
/linux-4.1.27/arch/arm/boot/dts/
Dmoxart-uc7112lx.dts55 label = "ready-led";
/linux-4.1.27/Documentation/devicetree/bindings/iio/
Dst-sensors.txt17 "data ready" (valid values: 1 or 2). This property is not configurable
/linux-4.1.27/include/linux/mfd/
Dtwl6040.h231 struct completion ready; member
/linux-4.1.27/drivers/net/wimax/i2400m/
Ddriver.c316 i2400m->ready = 1; in __i2400m_dev_start()
349 i2400m->ready = 0; in __i2400m_dev_start()
417 i2400m->ready = 0; /* nobody can queue work anymore */ in __i2400m_dev_stop()
Di2400m.h572 unsigned ready:1; /* Device comm infrastructure ready */ member
/linux-4.1.27/Documentation/networking/caif/
Dspi_porting.txt33 you a chance to set up your hardware to be ready to receive
140 * set up your DMA here and make sure that you are ready to
153 * the master that you are ready to receive the data from the master
/linux-4.1.27/Documentation/arm/
Dcluster-pm-race-avoidance.txt64 suspended, or is ready to be powered off or suspended.
134 A CPU reaches the CPU_DOWN state when it is ready for
153 cluster is set up and coherent. If the cluster is not ready,
273 is trivial and merely resets the state machine ready for the
362 Conditions: cluster torn down and ready to power off
404 Conditions: cluster torn down and ready to power off
/linux-4.1.27/mm/
Ddmapool.c331 goto ready; in dma_pool_alloc()
344 ready: in dma_pool_alloc()
/linux-4.1.27/kernel/
Dsignal.c106 unsigned long ready; in has_pending_signals() local
111 for (i = _NSIG_WORDS, ready = 0; --i >= 0 ;) in has_pending_signals()
112 ready |= signal->sig[i] &~ blocked->sig[i]; in has_pending_signals()
115 case 4: ready = signal->sig[3] &~ blocked->sig[3]; in has_pending_signals()
116 ready |= signal->sig[2] &~ blocked->sig[2]; in has_pending_signals()
117 ready |= signal->sig[1] &~ blocked->sig[1]; in has_pending_signals()
118 ready |= signal->sig[0] &~ blocked->sig[0]; in has_pending_signals()
121 case 2: ready = signal->sig[1] &~ blocked->sig[1]; in has_pending_signals()
122 ready |= signal->sig[0] &~ blocked->sig[0]; in has_pending_signals()
125 case 1: ready = signal->sig[0] &~ blocked->sig[0]; in has_pending_signals()
[all …]
Drelay.c259 size_t ready = buf->subbufs_produced - buf->subbufs_consumed; in relay_buf_full() local
260 return (ready >= buf->chan->n_subbufs) ? 1 : 0; in relay_buf_full()
/linux-4.1.27/drivers/tty/
Dmoxa.c110 unsigned int ready; member
325 if (moxa_boards[i].ready) { in moxa_ioctl()
355 if (!moxa_boards[i].ready) { in moxa_ioctl()
886 brd->ready = 1; in moxa_init_board()
911 brd->ready = 0; in moxa_board_deinit()
1129 if (moxa_boards[i].ready) in moxa_exit()
1181 if (!brd->ready) { in moxa_open()
1446 if (!brd->ready) in moxa_poll()
/linux-4.1.27/Documentation/devicetree/bindings/clock/ti/
Dinterface.txt18 capability for waiting clock to be ready
/linux-4.1.27/drivers/media/platform/exynos4-is/
Dfimc-core.c603 if (ctx->ctrls.ready) in fimc_ctrls_create()
633 ctrls->ready = true; in fimc_ctrls_create()
643 if (ctrls->ready) { in fimc_ctrls_delete()
645 ctrls->ready = false; in fimc_ctrls_delete()
655 if (!ctrls->ready) in fimc_ctrls_activate()
Dfimc-core.h463 bool ready; member
/linux-4.1.27/Documentation/ABI/testing/
Dpstore34 soon after boot to free up space ready for the next
Dsysfs-class-mic.txt44 "offline" - The MIC device is ready to boot the card OS. On
Dsysfs-fs-nilfs28 driver is ready to support.
/linux-4.1.27/arch/powerpc/boot/dts/
Dmotionpro.dts21 &gpt7 { // Motion-PRO ready LED
/linux-4.1.27/drivers/scsi/csiostor/
Dcsio_scsi.c1196 int ready = 0; in csio_abrt_cls() local
1205 ready = csio_is_lnode_ready(ln); in csio_abrt_cls()
1207 rv = csio_do_abrt_cls(hw, ioreq, (ready ? SCSI_ABORT : SCSI_CLOSE)); in csio_abrt_cls()
1209 if (ready) in csio_abrt_cls()
1918 int ready = 0, ret; in csio_eh_abort_handler() local
1945 ready = csio_is_lnode_ready(ln); in csio_eh_abort_handler()
1949 rv = csio_do_abrt_cls(hw, ioreq, (ready ? SCSI_ABORT : SCSI_CLOSE)); in csio_eh_abort_handler()
1959 if (ready) in csio_eh_abort_handler()
Dcsio_init.c1086 int ready; in csio_pci_slot_reset() local
1103 ready = csio_is_hw_ready(hw); in csio_pci_slot_reset()
1106 if (ready) { in csio_pci_slot_reset()
/linux-4.1.27/drivers/usb/misc/sisusbvga/
Dsisusb.h122 int ready; /* !=0 if device is ready for userland */ member
Dsisusb.c2430 if (!sisusb->present || !sisusb->ready) { in sisusb_open()
2529 if (!sisusb->present || !sisusb->ready || !sisusb->sisusb_dev) { in sisusb_read()
2671 if (!sisusb->present || !sisusb->ready || !sisusb->sisusb_dev) { in sisusb_write()
2814 if (!sisusb->present || !sisusb->ready || !sisusb->sisusb_dev) { in sisusb_lseek()
2979 if (!sisusb->present || !sisusb->ready || !sisusb->sisusb_dev) { in sisusb_ioctl()
3187 sisusb->ready = 1; in sisusb_probe()
3235 sisusb->ready = 0; in sisusb_disconnect()
/linux-4.1.27/drivers/crypto/amcc/
Dcrypto4xx_reg_def.h225 u32 ready:1; member
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dhtc.c586 if (htc->control_resp_len < sizeof(msg->hdr) + sizeof(msg->ready)) { in ath10k_htc_wait_target()
594 credit_count = __le16_to_cpu(msg->ready.credit_count); in ath10k_htc_wait_target()
595 credit_size = __le16_to_cpu(msg->ready.credit_size); in ath10k_htc_wait_target()
Dhtc.h167 struct ath10k_htc_ready ready; member
/linux-4.1.27/drivers/message/fusion/
Dmptfc.c196 int ready; in mptfc_block_error_handler() local
203 while ((ready = fc_remote_port_chkready(rport) >> 16) == DID_IMM_RETRY in mptfc_block_error_handler()
211 ready, ioc->active, caller)); in mptfc_block_error_handler()
218 if (ready == DID_NO_CONNECT || !SCpnt->device->hostdata in mptfc_block_error_handler()
224 SCpnt->device->id, SCpnt->device->lun, ready, in mptfc_block_error_handler()
/linux-4.1.27/Documentation/
Dkselftest.txt8 memory to be ready to be offlined. A special hot-plug target is created
Dbtmrvl.txt91 This command displays the value of Tx download ready flag.
DDMA-attributes.txt21 ready and available in memory. The DMA of the "completion indication"
/linux-4.1.27/drivers/s390/scsi/
Dzfcp_dbf.h28 u32 ready; member
Dzfcp_dbf.c275 rec->u.trig.ready++; in zfcp_dbf_rec_trig()
/linux-4.1.27/Documentation/power/
Ddrivers-testing.txt23 without the new driver, you are ready to test it:
/linux-4.1.27/arch/arm/boot/compressed/
Dhead-sharpsl.S144 tst r3, #32 @ Is chip ready?
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
Dmain.c562 W(RGF_USER_BL + offsetof(struct RGF_BL, ready), 0); in wil_target_reset()
604 x = R(RGF_USER_BL + offsetof(struct RGF_BL, ready)); in wil_target_reset()
637 le32_to_cpus(&bl.ready); in wil_get_bl_info()
Dwil6210.h129 u32 ready; /* 0x880A3C bit [0] */ member
/linux-4.1.27/Documentation/usb/
Ddma.txt9 though they still must provide DMA-ready buffers (see
16 manage dma mappings for existing dma-ready buffers (see below).
Dbulk-streams.txt18 an out-of-band mechanism on another endpoint) that data is ready for that stream
/linux-4.1.27/drivers/staging/iio/Documentation/
Doverview.txt42 external signal (trigger). These triggers might be a data ready
/linux-4.1.27/Documentation/ide/
DChangeLog.ide-cd.1994-200411 * which send an interrupt when ready for a command.
56 * some drive not ready errors.
170 * 4.13 May 05, 1998 -- Suppress useless "in progress of becoming ready"
Dide-tape.txt54 isn't ready.
DChangeLog.ide-floppy.1996-200259 * drive before the drive was actually ready.
DChangeLog.ide-tape.1995-2002164 * Wait for the tape to become ready in case it returns
165 * "in the process of becoming ready" on open().
/linux-4.1.27/drivers/parport/
Dieee1284_ops.c73 goto ready; in parport_ieee1284_write_compat()
120 ready: in parport_ieee1284_write_compat()
/linux-4.1.27/Documentation/video4linux/cx2341x/
Dfw-calling.txt57 driver then sets the parameter ready bit (bit 1). The firmware scans the
/linux-4.1.27/Documentation/EDID/
DHOWTO.txt57 file. After the make procedure is repeated, the EDID data set is ready
/linux-4.1.27/drivers/net/hippi/
Drrunner.c458 u32 misc, io, data, i, j, ready, error = 0; in write_eeprom() local
476 ready = 0; in write_eeprom()
479 while(!ready){ in write_eeprom()
483 ready = 1; in write_eeprom()
489 ready = 1; in write_eeprom()
/linux-4.1.27/drivers/net/ethernet/brocade/bna/
Dbfa_msgq.c53 bfa_fsm_state_decl(cmdq, ready, struct bfa_msgq_cmdq, enum cmdq_event);
332 bfa_fsm_state_decl(rspq, ready, struct bfa_msgq_rspq, enum rspq_event);
Dbna_enet.c24 int ready = 0; in ethport_can_be_up() local
26 ready = ((ethport->flags & BNA_ETHPORT_F_ADMIN_UP) && in ethport_can_be_up()
30 ready = ((ethport->flags & BNA_ETHPORT_F_ADMIN_UP) && in ethport_can_be_up()
33 return ready; in ethport_can_be_up()
1396 bfa_fsm_state_decl(bna_ioceth, ready, struct bna_ioceth,
/linux-4.1.27/Documentation/device-mapper/
Dera.txt90 has a spare bitset ready for switching over to a new era. Other than
/linux-4.1.27/arch/arm/mach-pxa/
Dsleep.S125 @ get ready for the change
/linux-4.1.27/drivers/usb/storage/
Dalauda.c391 int ready = 0; in alauda_init_media() local
395 while (ready == 0) { in alauda_init_media()
402 ready = 1; in alauda_init_media()
/linux-4.1.27/arch/unicore32/kernel/
Dentry.S175 @ We are now ready to fill in the remaining blanks on the stack:
204 @ We are now ready to fill in the remaining blanks on the stack:
257 @ get ready to re-enable interrupts if appropriate
/linux-4.1.27/drivers/media/dvb-core/
Ddvb_frontend.c335 int ready = 0; in dvb_frontend_swzigzag_autotune() local
347 while(!ready) { in dvb_frontend_swzigzag_autotune()
362 ready = 1; in dvb_frontend_swzigzag_autotune()
369 ready = 1; in dvb_frontend_swzigzag_autotune()
376 ready = 1; in dvb_frontend_swzigzag_autotune()
385 ready = 1; in dvb_frontend_swzigzag_autotune()
394 if (!ready) fepriv->auto_sub_step++; in dvb_frontend_swzigzag_autotune()
/linux-4.1.27/Documentation/input/
Dwalkera0701.txt2 Walkera WK-0701 transmitter is supplied with a ready to fly Walkera
/linux-4.1.27/drivers/tty/serial/
Dmpsc.c140 u8 ready; member
914 if (!pi->ready) { in mpsc_make_ready()
919 pi->ready = 1; in mpsc_make_ready()
1513 if (pi->ready) { in mpsc_release_port()
1516 pi->ready = 0; in mpsc_release_port()
/linux-4.1.27/drivers/isdn/hisax/
Davm_pci.c887 goto ready; in setup_avm_pcipnp()
894 goto ready; in setup_avm_pcipnp()
900 ready: in setup_avm_pcipnp()
Ddiva.c1258 goto ready; in setup_diva()
1266 goto ready; in setup_diva()
1275 ready: in setup_diva()
Dsedlbauer.c710 goto ready; in setup_sedlbauer()
720 ready: in setup_sedlbauer()
/linux-4.1.27/Documentation/ko_KR/
DHOWTO254 - 이러한 프로세스는 커널이 "준비(ready)"되었다고 여겨질때까지 계속된다.
/linux-4.1.27/drivers/input/touchscreen/
Dcyttsp4_core.h322 bool ready; member
/linux-4.1.27/drivers/cpufreq/
Dcpufreq-dt.c369 .ready = cpufreq_ready,
/linux-4.1.27/Documentation/cpu-freq/
Dcore.txt104 a ready to use conversion routine to translate the OPP layer's internal
/linux-4.1.27/drivers/atm/
Dambassador.h316 u32 ready; member
/linux-4.1.27/Documentation/infiniband/
Dcore_locking.txt99 A low-level driver announces that a device is ready for use by
/linux-4.1.27/Documentation/RCU/
Dtrace.txt137 grace period to start, waiting for grace period to end, ready
144 ready to be handled by the next grace period, and thus
149 ready to be handled by the next grace period.
167 of RCU callbacks is ready to invoke, then the remainder will
423 that had passed through a grace period, and were thus ready
/linux-4.1.27/drivers/usb/musb/
DKconfig2 # USB Dual Role (OTG-ready) Controller Drivers
Dmusb_host.c354 int ready = qh->is_ready; in musb_advance_schedule() local
373 qh->is_ready = ready; in musb_advance_schedule()
2356 int ready = qh->is_ready; in musb_urb_dequeue() local
2360 qh->is_ready = ready; in musb_urb_dequeue()
2365 if (ready && list_empty(&qh->hep->urb_list)) { in musb_urb_dequeue()
/linux-4.1.27/Documentation/devicetree/bindings/pinctrl/
Dmarvell,armada-370-pinctrl.txt59 mpp38 38 gpio, dev(ready), uart1(cts), uart0(cts)
Dmarvell,armada-38x-pinctrl.txt42 mpp24 24 gpio, spi0(miso), ua0(cts), ua1(rxd), sd0(d4), dev(ready)
/linux-4.1.27/include/pcmcia/
Dcistpl.h412 u_int ready, rdyscale; member
/linux-4.1.27/Documentation/phy/
Dsamsung-usb2.txt135 After completing these steps the support for the new SoC should be ready.
/linux-4.1.27/Documentation/video4linux/
Dmeye.txt108 This ioctl blocks until the buffer is filled and ready
Dsi476x.txt137 0x07 | snr_ready | Indicates that SNR metrics is ready
/linux-4.1.27/drivers/net/ethernet/3com/
Dtyphoon.c490 u32 ready; in typhoon_process_response() local
493 ready = le32_to_cpu(indexes->respReady); in typhoon_process_response()
494 while(cleared != ready) { in typhoon_process_response()
1629 typhoon_rx(struct typhoon *tp, struct basic_ring *rxRing, volatile __le32 * ready, in typhoon_rx() argument
1644 local_ready = le32_to_cpu(*ready); in typhoon_rx()
/linux-4.1.27/Documentation/wimax/
DREADME.i2400m114 i2400m_usb 5-4:1.0: WiMAX interface wmx0 (00:1d:e1:01:94:2c) ready
116 At this point the device is ready to work.
/linux-4.1.27/Documentation/filesystems/
Drelay.txt70 The relay interface itself is ready to use, but to make things easier,
304 relay_late_setup_files() when the kernel is ready to handle files,
363 current set of ready sub-buffers. For the relay_buf_full() function
369 ready sub-buffers will relay_buf_full() return 0, in which case the
/linux-4.1.27/drivers/scsi/be2iscsi/
Dbe_cmds.c592 u32 ready; in be_mbox_db_ready_wait() local
602 ready = ioread32(db) & MPU_MAILBOX_DB_RDY_MASK; in be_mbox_db_ready_wait()
603 if (ready) { in be_mbox_db_ready_wait()
/linux-4.1.27/net/vmw_vsock/
Daf_vsock.c1722 s64 ready = vsock_stream_has_data(vsk); in vsock_stream_recvmsg() local
1724 if (ready < 0) { in vsock_stream_recvmsg()
1731 } else if (ready > 0) { in vsock_stream_recvmsg()
/linux-4.1.27/Documentation/devicetree/bindings/arm/msm/
Dqcom,idle-state.txt39 system state including cache hierarchy is ready before allowing core to
/linux-4.1.27/drivers/input/joystick/
DKconfig201 supplied with a ready to fly micro electric indoor helicopters
313 supplied with a ready to fly Walkera helicopters such as HM36,
/linux-4.1.27/Documentation/filesystems/caching/
Dobject.txt104 (1) Preparation: states that wait for the parent objects to become ready. The
274 ready to be deleted. The object processor shouldn't ever see an object in
/linux-4.1.27/Documentation/development-process/
D7.AdvancedTopics48 When you are ready to start putting up git trees for others to look at, you
62 from development branches when they are in complete form and ready to go -
D5.Posting3 Sooner or later, the time comes when your work is ready to be presented to
17 completely "ready." For simple patches, that is not a problem. If the
23 When posting code which is not yet considered ready for inclusion, it is a
/linux-4.1.27/arch/avr32/
DKconfig133 video decoder the board is ready for video processing.
/linux-4.1.27/drivers/char/xillybus/
Dxillybus_core.c677 int empty, reached_eof, exhausted, ready; in xillybus_read() local
698 ready = !empty || channel->wr_ready; in xillybus_read()
817 if (ready) in xillybus_read()
/linux-4.1.27/Documentation/serial/
Dtty.txt16 discipline must be ready to use and it is possible it will get used before
189 reception when it is ready to process more data.
/linux-4.1.27/drivers/ata/
Dlibata-core.c3427 int ready, tmp; in ata_wait_ready() local
3429 ready = tmp = check_ready(link); in ata_wait_ready()
3430 if (ready > 0) in ata_wait_ready()
3444 if (ready == -ENODEV) { in ata_wait_ready()
3446 ready = 0; in ata_wait_ready()
3450 ready = 0; in ata_wait_ready()
3453 if (ready) in ata_wait_ready()
3454 return ready; in ata_wait_ready()
/linux-4.1.27/drivers/md/
Dmd.h235 int ready; /* See when safe to pass member
/linux-4.1.27/drivers/net/wan/
Dz85230.c1589 int ready=c->dma_ready; in z8530_rx_done() local
1612 if(ready) in z8530_rx_done()
/linux-4.1.27/Documentation/aoe/
Daoe.txt71 is ready for I/O and "down" if detected but unusable. The
/linux-4.1.27/Documentation/x86/
Dearlyprintk.txt108 Now this channel of kernel messages is ready to be used: start
/linux-4.1.27/Documentation/isdn/
DINTERFACE.CAPI260 signal controller ready/not ready
/linux-4.1.27/Documentation/fmc/
Dmezzanine.txt19 Therefore, drivers must be ready to deal with NULL base pointers, and
/linux-4.1.27/sound/core/
DKconfig209 So, say Y only if you are ready to be annoyed.
/linux-4.1.27/Documentation/locking/
Dmutex-design.txt57 while the lock owner is running and there are no other tasks ready
/linux-4.1.27/fs/autofs4/
Ddev-ioctl.c318 token = (autofs_wqt_t) param->ready.token; in autofs_dev_ioctl_ready()
/linux-4.1.27/drivers/net/ethernet/marvell/
Dskge.c1091 goto ready; in __xm_phy_read()
1095 goto ready; in __xm_phy_read()
1100 ready: in __xm_phy_read()
1121 goto ready; in xm_phy_write()
1126 ready: in xm_phy_write()
1921 goto ready; in __gm_phy_read()
1925 ready: in __gm_phy_read()
/linux-4.1.27/Documentation/misc-devices/mei/
Dmei.txt117 ENODEV Device or Connection is not initialized or ready.
/linux-4.1.27/include/net/bluetooth/
Dl2cap.h603 void (*ready) (struct l2cap_chan *chan); member
/linux-4.1.27/drivers/scsi/mvsas/
Dmv_sas.c1993 int ready; in mvs_int_port() local
2000 ready = mvs_is_phy_ready(mvi, phy_no); in mvs_int_port()
2001 if (ready || dev_sata) { in mvs_int_port()
/linux-4.1.27/virt/kvm/arm/
Dvgic-v2-emul.c531 dist->ready = true; in vgic_v2_map_resources()

12