/drivers/misc/sgi-xp/ |
D | xpc_sn2.c | 1682 ch_sn2->local_GP->put = 0; in xpc_teardown_msg_structures_sn2() 1684 ch_sn2->remote_GP.put = 0; in xpc_teardown_msg_structures_sn2() 1686 ch_sn2->w_local_GP.put = 0; in xpc_teardown_msg_structures_sn2() 1688 ch_sn2->w_remote_GP.put = 0; in xpc_teardown_msg_structures_sn2() 1708 xpc_notify_senders_sn2(struct xpc_channel *ch, enum xp_retval reason, s64 put) in xpc_notify_senders_sn2() argument 1714 while (++get < put && atomic_read(&ch->n_to_notify) > 0) { in xpc_notify_senders_sn2() 1752 xpc_notify_senders_sn2(ch, ch->reason, ch->sn.sn2.w_local_GP.put); in xpc_notify_senders_of_disconnect_sn2() 1783 s64 put, remote_nentries = ch->remote_nentries; in xpc_clear_remote_msgqueue_flags_sn2() local 1786 if (ch_sn2->remote_GP.put < remote_nentries) in xpc_clear_remote_msgqueue_flags_sn2() 1789 put = max(ch_sn2->w_remote_GP.put, remote_nentries); in xpc_clear_remote_msgqueue_flags_sn2() [all …]
|
/drivers/usb/gadget/legacy/ |
D | hid.c | 108 goto put; in do_config() 113 goto put; in do_config() 118 put: in do_config() 155 goto put; in hid_bind() 172 goto put; in hid_bind() 182 goto put; in hid_bind() 202 put: in hid_bind()
|
D | gmidi.c | 170 goto put; in midi_bind() 177 goto put; in midi_bind() 181 put: in midi_bind()
|
/drivers/gpu/drm/nouveau/ |
D | nouveau_dma.h | 149 if (chan->dma.cur == chan->dma.put) in FIRE_RING() 154 nv50_dma_push(chan, chan->push.buffer, chan->dma.put << 2, in FIRE_RING() 155 (chan->dma.cur - chan->dma.put) << 2); in FIRE_RING() 160 chan->dma.put = chan->dma.cur; in FIRE_RING() 166 chan->dma.cur = chan->dma.put; in WIND_RING()
|
D | nouveau_dma.c | 170 chan->dma.put = 0; in nv50_dma_wait() 247 chan->dma.put = NOUVEAU_DMA_SKIPS; in nouveau_dma_wait()
|
D | nouveau_chan.h | 30 int put; member
|
/drivers/net/wireless/cw1200/ |
D | fwio.c | 59 u32 put = 0, get = 0; in cw1200_load_firmware_cw1200() local 198 if ((put - get) <= in cw1200_load_firmware_cw1200() 204 if ((put - get) > (DOWNLOAD_FIFO_SIZE - DOWNLOAD_BLOCK_SIZE)) { in cw1200_load_firmware_cw1200() 211 tx_size = block_size = min_t(size_t, firmware->size - put, in cw1200_load_firmware_cw1200() 214 memcpy(buf, &firmware->data[put], block_size); in cw1200_load_firmware_cw1200() 224 (put & (DOWNLOAD_FIFO_SIZE - 1))), in cw1200_load_firmware_cw1200() 228 put & (DOWNLOAD_FIFO_SIZE - 1)); in cw1200_load_firmware_cw1200() 233 put += block_size; in cw1200_load_firmware_cw1200() 234 APB_WRITE2(DOWNLOAD_PUT_REG, put); in cw1200_load_firmware_cw1200()
|
D | hwio.h | 46 u32 put; member 62 (DOWNLOAD_CTRL_OFFSET + offsetof(struct download_cntl_t, put))
|
/drivers/staging/lustre/lnet/lnet/ |
D | lib-move.c | 1373 msg->msg_ack = (!lnet_is_wire_handle_none(&hdr->msg.put.ack_wmd) && in lnet_recv_put() 1388 hdr->msg.put.match_bits = le64_to_cpu(hdr->msg.put.match_bits); in lnet_parse_put() 1389 hdr->msg.put.ptl_index = le32_to_cpu(hdr->msg.put.ptl_index); in lnet_parse_put() 1390 hdr->msg.put.offset = le32_to_cpu(hdr->msg.put.offset); in lnet_parse_put() 1395 info.mi_portal = hdr->msg.put.ptl_index; in lnet_parse_put() 1397 info.mi_roffset = hdr->msg.put.offset; in lnet_parse_put() 1398 info.mi_mbits = hdr->msg.put.match_bits; in lnet_parse_put() 1673 hdr->msg.put.ptl_index, in lnet_print_hdr() 1674 hdr->msg.put.ack_wmd.wh_interface_cookie, in lnet_print_hdr() 1675 hdr->msg.put.ack_wmd.wh_object_cookie, in lnet_print_hdr() [all …]
|
D | lib-msg.c | 95 ev->pt_index = hdr->msg.put.ptl_index; in lnet_build_msg_event() 96 ev->match_bits = hdr->msg.put.match_bits; in lnet_build_msg_event() 97 ev->hdr_data = hdr->msg.put.hdr_data; in lnet_build_msg_event() 116 ev->pt_index = le32_to_cpu(hdr->msg.put.ptl_index); in lnet_build_msg_event() 117 ev->match_bits = le64_to_cpu(hdr->msg.put.match_bits); in lnet_build_msg_event() 118 ev->offset = le32_to_cpu(hdr->msg.put.offset); in lnet_build_msg_event() 121 ev->hdr_data = le64_to_cpu(hdr->msg.put.hdr_data); in lnet_build_msg_event() 378 ack_wmd = msg->msg_hdr.msg.put.ack_wmd; in lnet_complete_msg_locked()
|
D | api-ni.c | 231 CLASSERT((int)offsetof(lnet_hdr_t, msg.put.ack_wmd) == 32); in lnet_assert_wire_constants() 232 CLASSERT((int)sizeof(((lnet_hdr_t *)0)->msg.put.ack_wmd) == 16); in lnet_assert_wire_constants() 233 CLASSERT((int)offsetof(lnet_hdr_t, msg.put.match_bits) == 48); in lnet_assert_wire_constants() 234 CLASSERT((int)sizeof(((lnet_hdr_t *)0)->msg.put.match_bits) == 8); in lnet_assert_wire_constants() 235 CLASSERT((int)offsetof(lnet_hdr_t, msg.put.hdr_data) == 56); in lnet_assert_wire_constants() 236 CLASSERT((int)sizeof(((lnet_hdr_t *)0)->msg.put.hdr_data) == 8); in lnet_assert_wire_constants() 237 CLASSERT((int)offsetof(lnet_hdr_t, msg.put.ptl_index) == 64); in lnet_assert_wire_constants() 238 CLASSERT((int)sizeof(((lnet_hdr_t *)0)->msg.put.ptl_index) == 4); in lnet_assert_wire_constants() 239 CLASSERT((int)offsetof(lnet_hdr_t, msg.put.offset) == 68); in lnet_assert_wire_constants() 240 CLASSERT((int)sizeof(((lnet_hdr_t *)0)->msg.put.offset) == 4); in lnet_assert_wire_constants()
|
/drivers/infiniband/core/ |
D | addr.c | 266 goto put; in addr4_resolve() 272 goto put; in addr4_resolve() 276 put: in addr4_resolve() 304 goto put; in addr6_resolve() 314 goto put; in addr6_resolve() 320 goto put; in addr6_resolve() 324 put: in addr6_resolve()
|
/drivers/char/agp/ |
D | amd64-agp.c | 410 goto put; in uli_agp_init() 420 goto put; in uli_agp_init() 434 put: in uli_agp_init() 473 goto put; in nforce3_agp_init() 489 goto put; in nforce3_agp_init() 506 put: in nforce3_agp_init()
|
/drivers/misc/ |
D | kgdbts.c | 175 char *put; member 723 ts.tst[ts.idx].put); in validate_simple_test() 725 chk_str = ts.tst[ts.idx].put; in validate_simple_test() 782 if (ts.tst[ts.idx].get[0] == '\0' && ts.tst[ts.idx].put[0] == '\0' && in run_simple_test() 816 ts.name, ts.idx, ts.tst[ts.idx].put, put_buf); in run_simple_test()
|
/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | ramgm107.c | 30 .put = gf100_ram_put,
|
D | rammcp77.c | 57 .put = nv50_ram_put,
|
/drivers/pwm/ |
D | core.c | 597 goto put; in of_pwm_get() 604 goto put; in of_pwm_get() 609 goto put; in of_pwm_get() 625 put: in of_pwm_get()
|
/drivers/misc/mic/card/ |
D | mic_device.c | 304 goto put; in mic_driver_init() 337 put: in mic_driver_init()
|
/drivers/media/v4l2-core/ |
D | videobuf2-memops.c | 120 h->put(h->arg); in vb2_common_vm_close()
|
D | videobuf2-vmalloc.c | 49 buf->handler.put = vb2_vmalloc_put; in vb2_vmalloc_alloc() 428 .put = vb2_vmalloc_put,
|
/drivers/media/pci/cx88/ |
D | cx88-alsa.c | 729 .put = snd_cx88_volume_put, 772 .put = snd_cx88_switch_put, 781 .put = snd_cx88_switch_put, 817 .put = snd_cx88_alc_put,
|
/drivers/gpu/drm/omapdrm/ |
D | TODO | 4 to put a cap on the # of pages that can be pin'd.
|
/drivers/staging/lustre/lnet/ |
D | Kconfig | 11 can put into its transport.
|
/drivers/bcma/ |
D | README | 8 1) Broadcom specific AMBA device. It is put on AMBA bus, but can not be treated
|
/drivers/media/pci/ivtv/ |
D | ivtv-alsa-mixer.c | 145 .put = snd_ivtv_mixer_tv_volume_put,
|