/linux-4.1.27/drivers/xen/events/ |
D | events_fifo.c | 284 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/ |
D | xterm_kern.c | 14 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/ |
D | mmap-thread-lookup.c | 23 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/ |
D | user.c | 40 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()
|
D | swap.c | 487 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/ |
D | pxa3xx-gcu.c | 110 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/ |
D | vce_v1_0.c | 169 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()
|
D | radeon_gart.c | 245 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()
|
D | radeon_ib.c | 128 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()
|
D | ni_dma.c | 175 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()
|
D | uvd_v1_0.c | 172 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()
|
D | r600_dma.c | 109 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()
|
D | radeon_kms.c | 457 *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()
|
D | radeon_test.c | 526 if (!ringA->ready) in radeon_test_syncing() 531 if (!ringB->ready) in radeon_test_syncing() 545 if (!ringC->ready) in radeon_test_syncing()
|
D | cik_sdma.c | 269 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()
|
D | ni.c | 1333 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()
|
D | radeon_sync.c | 153 if (!rdev->ring[i].ready) { in radeon_sync_rings()
|
D | radeon_ttm.c | 199 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()
|
D | radeon_ring.c | 439 ring->ready = false; in radeon_ring_fini()
|
D | si.c | 3467 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 …]
|
D | rs400.c | 190 rdev->gart.ready = true; in rs400_gart_enable()
|
D | radeon_pm.c | 263 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/ |
D | aio_simple.c | 164 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/ |
D | tcp_listen.c | 159 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()
|
D | ib_recv.c | 93 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 …]
|
D | tcp_recv.c | 306 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()
|
D | ib.h | 55 struct list_head *ready; member
|
/linux-4.1.27/drivers/net/ethernet/altera/ |
D | altera_msgdma.c | 139 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()
|
D | altera_sgdma.c | 215 u32 ready = 0; in sgdma_tx_completions() local 221 ready = 1; in sgdma_tx_completions() 224 return ready; in sgdma_tx_completions()
|
D | altera_tse_main.c | 454 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/ |
D | hid-wiimote.h | 127 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()
|
D | hid-picolcd.h | 65 struct completion ready; member 130 u8 ready; member
|
D | hid-picolcd_core.c | 94 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()
|
D | hid-picolcd_fb.c | 226 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()
|
D | hid-sensor-hub.c | 300 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/ |
D | leon_mm.c | 76 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/ |
D | txx9aclc-ac97.c | 102 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/ |
D | aio_multibuff.c | 176 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/ |
D | virtio_input.c | 18 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/ |
D | pdc_stable.c | 101 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/ |
D | pseudo.h | 51 int (*ready)(void), in ps_set_intr() 59 ps_ready = ready; in ps_set_intr()
|
/linux-4.1.27/drivers/char/ipmi/ |
D | ipmi_poweroff.c | 61 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/ |
D | kvm-test-1-run.sh | 112 mv $builddir.wait $builddir.ready 120 mv $builddir.wait $builddir.ready 124 while test -f $builddir.ready
|
/linux-4.1.27/arch/powerpc/sysdev/ |
D | ppc4xx_ocm.c | 60 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/ |
D | abituguru-datasheet | 80 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/ |
D | sched-messaging.c | 68 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/ |
D | omap1_camera.c | 172 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/ |
D | swarm_cs4297a.c | 263 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/ |
D | nuc900_nand.c | 128 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()
|
D | pxa3xx_nand.c | 624 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/ |
D | mousedev.c | 107 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/ |
D | atari_joystick.h | 17 int ready; member
|
/linux-4.1.27/drivers/staging/unisys/common-spar/include/channels/ |
D | controlframework.h | 42 u16 ready:1; /* Bit 6: service/Guest partition has member
|
/linux-4.1.27/Documentation/scsi/ |
D | scsi_eh.txt | 199 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 …]
|
D | dpti.txt | 46 * 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
|
D | dtc3x80.txt | 32 the driver polls for data-ready in the pseudo-DMA transfer routine.
|
D | arcmsr_spec.txt | 8 ** inDoorBell : bit0 -- data in ready 12 ** outDooeBell: bit0 -- data out ready
|
/linux-4.1.27/drivers/uwb/ |
D | lc-rc.c | 384 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()
|
D | pal.c | 81 if (rc->ready == 0) in find_rc()
|
D | uwbd.c | 236 if (rc->ready) { in uwbd_event_handle()
|
/linux-4.1.27/include/linux/ |
D | uinput.h | 66 unsigned char ready; member
|
D | auto_dev-ioctl.h | 108 struct args_ready ready; member
|
D | hid-sensor-hub.h | 62 struct completion ready; member
|
D | cpufreq.h | 273 void (*ready)(struct cpufreq_policy *policy); member
|
D | uwb.h | 395 unsigned ready:1; member
|
/linux-4.1.27/Documentation/ABI/stable/ |
D | sysfs-driver-qla2xxx | 6 ready for retrieval.
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | floppy_64.h | 502 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/ |
D | arm_vgic.h | 161 bool ready; member 333 #define vgic_ready(k) ((k)->arch.vgic.ready)
|
/linux-4.1.27/drivers/staging/media/cxd2099/ |
D | cxd2099.c | 49 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/ |
D | lola_pcm.c | 111 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/ |
D | TODO | 7 driver is not ready for the big leagues yet.
|
/linux-4.1.27/arch/arm/include/debug/ |
D | at91.S | 43 tst \rd, #AT91_DBGU_TXRDY @ DBGU_TXRDY = 1 when ready to transmit
|
/linux-4.1.27/drivers/pcmcia/ |
D | sa1111_generic.c | 74 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()
|
D | pxa2xx_balloon3.c | 79 state->ready = !!(status & BALLOON3_CF_nIRQ); in balloon3_pcmcia_socket_state()
|
D | soc_common.h | 77 ready: 1, member
|
D | pxa2xx_trizeps4.c | 84 state->ready = 0; in trizeps_pcmcia_socket_state()
|
D | pxa2xx_mainstone.c | 81 state->ready = (status & MST_PCMCIA_nIRQ) ? 1 : 0; in mst_pcmcia_socket_state()
|
D | pxa2xx_colibri.c | 84 state->ready = !!gpio_get_value(colibri_pcmcia_gpios[READY].gpio); in colibri_pcmcia_socket_state()
|
D | pxa2xx_sharpsl.c | 96 state->ready = (csr & 0x0002) ? 1 : 0; in sharpsl_pcmcia_socket_state()
|
D | soc_common.c | 217 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()
|
D | cistpl.c | 964 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/ |
D | at91-clock.txt | 146 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/ |
D | tcp.c | 602 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/ |
D | st.c | 788 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 …]
|
D | st.h | 142 unsigned char ready; member
|
D | eata_generic.h | 190 __u8 ready:1; /* drive ready */ member
|
D | osst.c | 2694 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 …]
|
D | osst.h | 566 unsigned char ready; member
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | btcoex.h | 80 bool ready; member
|
D | ar9003_mci.c | 331 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()
|
D | btcoex.c | 177 ah->btcoex_hw.mci.ready = false; in ath9k_hw_btcoex_init_mci()
|
/linux-4.1.27/Documentation/frv/ |
D | booting.txt | 42 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/ |
D | event_channel.h | 273 uint32_t ready; member
|
/linux-4.1.27/Documentation/devicetree/bindings/misc/ |
D | lis302.txt | 39 - st,irq{1,2}-data-ready: raise IRQ 1/2 on data ready contition
|
/linux-4.1.27/drivers/mfd/ |
D | twl-core.c | 164 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()
|
D | twl6040.c | 238 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/ |
D | ql4_init.c | 408 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/ |
D | spider_net.txt | 27 "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
|
D | phy.txt | 72 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/ |
D | moxart-uc7112lx.dts | 55 label = "ready-led";
|
/linux-4.1.27/Documentation/devicetree/bindings/iio/ |
D | st-sensors.txt | 17 "data ready" (valid values: 1 or 2). This property is not configurable
|
/linux-4.1.27/include/linux/mfd/ |
D | twl6040.h | 231 struct completion ready; member
|
/linux-4.1.27/drivers/net/wimax/i2400m/ |
D | driver.c | 316 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()
|
D | i2400m.h | 572 unsigned ready:1; /* Device comm infrastructure ready */ member
|
/linux-4.1.27/Documentation/networking/caif/ |
D | spi_porting.txt | 33 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/ |
D | cluster-pm-race-avoidance.txt | 64 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/ |
D | dmapool.c | 331 goto ready; in dma_pool_alloc() 344 ready: in dma_pool_alloc()
|
/linux-4.1.27/kernel/ |
D | signal.c | 106 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 …]
|
D | relay.c | 259 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/ |
D | moxa.c | 110 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/ |
D | interface.txt | 18 capability for waiting clock to be ready
|
/linux-4.1.27/drivers/media/platform/exynos4-is/ |
D | fimc-core.c | 603 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()
|
D | fimc-core.h | 463 bool ready; member
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | pstore | 34 soon after boot to free up space ready for the next
|
D | sysfs-class-mic.txt | 44 "offline" - The MIC device is ready to boot the card OS. On
|
D | sysfs-fs-nilfs2 | 8 driver is ready to support.
|
/linux-4.1.27/arch/powerpc/boot/dts/ |
D | motionpro.dts | 21 &gpt7 { // Motion-PRO ready LED
|
/linux-4.1.27/drivers/scsi/csiostor/ |
D | csio_scsi.c | 1196 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()
|
D | csio_init.c | 1086 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/ |
D | sisusb.h | 122 int ready; /* !=0 if device is ready for userland */ member
|
D | sisusb.c | 2430 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/ |
D | crypto4xx_reg_def.h | 225 u32 ready:1; member
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
D | htc.c | 586 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()
|
D | htc.h | 167 struct ath10k_htc_ready ready; member
|
/linux-4.1.27/drivers/message/fusion/ |
D | mptfc.c | 196 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/ |
D | kselftest.txt | 8 memory to be ready to be offlined. A special hot-plug target is created
|
D | btmrvl.txt | 91 This command displays the value of Tx download ready flag.
|
D | DMA-attributes.txt | 21 ready and available in memory. The DMA of the "completion indication"
|
/linux-4.1.27/drivers/s390/scsi/ |
D | zfcp_dbf.h | 28 u32 ready; member
|
D | zfcp_dbf.c | 275 rec->u.trig.ready++; in zfcp_dbf_rec_trig()
|
/linux-4.1.27/Documentation/power/ |
D | drivers-testing.txt | 23 without the new driver, you are ready to test it:
|
/linux-4.1.27/arch/arm/boot/compressed/ |
D | head-sharpsl.S | 144 tst r3, #32 @ Is chip ready?
|
/linux-4.1.27/drivers/net/wireless/ath/wil6210/ |
D | main.c | 562 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()
|
D | wil6210.h | 129 u32 ready; /* 0x880A3C bit [0] */ member
|
/linux-4.1.27/Documentation/usb/ |
D | dma.txt | 9 though they still must provide DMA-ready buffers (see 16 manage dma mappings for existing dma-ready buffers (see below).
|
D | bulk-streams.txt | 18 an out-of-band mechanism on another endpoint) that data is ready for that stream
|
/linux-4.1.27/drivers/staging/iio/Documentation/ |
D | overview.txt | 42 external signal (trigger). These triggers might be a data ready
|
/linux-4.1.27/Documentation/ide/ |
D | ChangeLog.ide-cd.1994-2004 | 11 * 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"
|
D | ide-tape.txt | 54 isn't ready.
|
D | ChangeLog.ide-floppy.1996-2002 | 59 * drive before the drive was actually ready.
|
D | ChangeLog.ide-tape.1995-2002 | 164 * 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/ |
D | ieee1284_ops.c | 73 goto ready; in parport_ieee1284_write_compat() 120 ready: in parport_ieee1284_write_compat()
|
/linux-4.1.27/Documentation/video4linux/cx2341x/ |
D | fw-calling.txt | 57 driver then sets the parameter ready bit (bit 1). The firmware scans the
|
/linux-4.1.27/Documentation/EDID/ |
D | HOWTO.txt | 57 file. After the make procedure is repeated, the EDID data set is ready
|
/linux-4.1.27/drivers/net/hippi/ |
D | rrunner.c | 458 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/ |
D | bfa_msgq.c | 53 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);
|
D | bna_enet.c | 24 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/ |
D | era.txt | 90 has a spare bitset ready for switching over to a new era. Other than
|
/linux-4.1.27/arch/arm/mach-pxa/ |
D | sleep.S | 125 @ get ready for the change
|
/linux-4.1.27/drivers/usb/storage/ |
D | alauda.c | 391 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/ |
D | entry.S | 175 @ 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/ |
D | dvb_frontend.c | 335 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/ |
D | walkera0701.txt | 2 Walkera WK-0701 transmitter is supplied with a ready to fly Walkera
|
/linux-4.1.27/drivers/tty/serial/ |
D | mpsc.c | 140 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/ |
D | avm_pci.c | 887 goto ready; in setup_avm_pcipnp() 894 goto ready; in setup_avm_pcipnp() 900 ready: in setup_avm_pcipnp()
|
D | diva.c | 1258 goto ready; in setup_diva() 1266 goto ready; in setup_diva() 1275 ready: in setup_diva()
|
D | sedlbauer.c | 710 goto ready; in setup_sedlbauer() 720 ready: in setup_sedlbauer()
|
/linux-4.1.27/Documentation/ko_KR/ |
D | HOWTO | 254 - 이러한 프로세스는 커널이 "준비(ready)"되었다고 여겨질때까지 계속된다.
|
/linux-4.1.27/drivers/input/touchscreen/ |
D | cyttsp4_core.h | 322 bool ready; member
|
/linux-4.1.27/drivers/cpufreq/ |
D | cpufreq-dt.c | 369 .ready = cpufreq_ready,
|
/linux-4.1.27/Documentation/cpu-freq/ |
D | core.txt | 104 a ready to use conversion routine to translate the OPP layer's internal
|
/linux-4.1.27/drivers/atm/ |
D | ambassador.h | 316 u32 ready; member
|
/linux-4.1.27/Documentation/infiniband/ |
D | core_locking.txt | 99 A low-level driver announces that a device is ready for use by
|
/linux-4.1.27/Documentation/RCU/ |
D | trace.txt | 137 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/ |
D | Kconfig | 2 # USB Dual Role (OTG-ready) Controller Drivers
|
D | musb_host.c | 354 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/ |
D | marvell,armada-370-pinctrl.txt | 59 mpp38 38 gpio, dev(ready), uart1(cts), uart0(cts)
|
D | marvell,armada-38x-pinctrl.txt | 42 mpp24 24 gpio, spi0(miso), ua0(cts), ua1(rxd), sd0(d4), dev(ready)
|
/linux-4.1.27/include/pcmcia/ |
D | cistpl.h | 412 u_int ready, rdyscale; member
|
/linux-4.1.27/Documentation/phy/ |
D | samsung-usb2.txt | 135 After completing these steps the support for the new SoC should be ready.
|
/linux-4.1.27/Documentation/video4linux/ |
D | meye.txt | 108 This ioctl blocks until the buffer is filled and ready
|
D | si476x.txt | 137 0x07 | snr_ready | Indicates that SNR metrics is ready
|
/linux-4.1.27/drivers/net/ethernet/3com/ |
D | typhoon.c | 490 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/ |
D | README.i2400m | 114 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/ |
D | relay.txt | 70 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/ |
D | be_cmds.c | 592 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/ |
D | af_vsock.c | 1722 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/ |
D | qcom,idle-state.txt | 39 system state including cache hierarchy is ready before allowing core to
|
/linux-4.1.27/drivers/input/joystick/ |
D | Kconfig | 201 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/ |
D | object.txt | 104 (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/ |
D | 7.AdvancedTopics | 48 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 -
|
D | 5.Posting | 3 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/ |
D | Kconfig | 133 video decoder the board is ready for video processing.
|
/linux-4.1.27/drivers/char/xillybus/ |
D | xillybus_core.c | 677 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/ |
D | tty.txt | 16 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/ |
D | libata-core.c | 3427 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/ |
D | md.h | 235 int ready; /* See when safe to pass member
|
/linux-4.1.27/drivers/net/wan/ |
D | z85230.c | 1589 int ready=c->dma_ready; in z8530_rx_done() local 1612 if(ready) in z8530_rx_done()
|
/linux-4.1.27/Documentation/aoe/ |
D | aoe.txt | 71 is ready for I/O and "down" if detected but unusable. The
|
/linux-4.1.27/Documentation/x86/ |
D | earlyprintk.txt | 108 Now this channel of kernel messages is ready to be used: start
|
/linux-4.1.27/Documentation/isdn/ |
D | INTERFACE.CAPI | 260 signal controller ready/not ready
|
/linux-4.1.27/Documentation/fmc/ |
D | mezzanine.txt | 19 Therefore, drivers must be ready to deal with NULL base pointers, and
|
/linux-4.1.27/sound/core/ |
D | Kconfig | 209 So, say Y only if you are ready to be annoyed.
|
/linux-4.1.27/Documentation/locking/ |
D | mutex-design.txt | 57 while the lock owner is running and there are no other tasks ready
|
/linux-4.1.27/fs/autofs4/ |
D | dev-ioctl.c | 318 token = (autofs_wqt_t) param->ready.token; in autofs_dev_ioctl_ready()
|
/linux-4.1.27/drivers/net/ethernet/marvell/ |
D | skge.c | 1091 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/ |
D | mei.txt | 117 ENODEV Device or Connection is not initialized or ready.
|
/linux-4.1.27/include/net/bluetooth/ |
D | l2cap.h | 603 void (*ready) (struct l2cap_chan *chan); member
|
/linux-4.1.27/drivers/scsi/mvsas/ |
D | mv_sas.c | 1993 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/ |
D | vgic-v2-emul.c | 531 dist->ready = true; in vgic_v2_map_resources()
|