/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | vport.c | 230 struct mlx5_hca_vport_context *rep) in mlx5_query_hca_vport_context() argument 269 rep->field_select = MLX5_GET_PR(hca_vport_context, ctx, field_select); in mlx5_query_hca_vport_context() 270 rep->sm_virt_aware = MLX5_GET_PR(hca_vport_context, ctx, sm_virt_aware); in mlx5_query_hca_vport_context() 271 rep->has_smi = MLX5_GET_PR(hca_vport_context, ctx, has_smi); in mlx5_query_hca_vport_context() 272 rep->has_raw = MLX5_GET_PR(hca_vport_context, ctx, has_raw); in mlx5_query_hca_vport_context() 273 rep->policy = MLX5_GET_PR(hca_vport_context, ctx, vport_state_policy); in mlx5_query_hca_vport_context() 274 rep->phys_state = MLX5_GET_PR(hca_vport_context, ctx, in mlx5_query_hca_vport_context() 276 rep->vport_state = MLX5_GET_PR(hca_vport_context, ctx, vport_state); in mlx5_query_hca_vport_context() 277 rep->port_physical_state = MLX5_GET_PR(hca_vport_context, ctx, in mlx5_query_hca_vport_context() 279 rep->port_guid = MLX5_GET64_PR(hca_vport_context, ctx, port_guid); in mlx5_query_hca_vport_context() [all …]
|
/linux-4.4.14/tools/perf/ |
D | builtin-report.c | 71 struct report *rep = cb; in report__config() local 78 rep->min_percent = strtof(value, NULL); in report__config() 86 rep->queue_size = perf_config_u64(var, value); in report__config() 98 struct report *rep = arg; in hist_iter__report_callback() local 108 rep->nonany_branch_mode); in hist_iter__report_callback() 118 } else if (rep->mem_mode) { in hist_iter__report_callback() 144 struct report *rep = container_of(tool, struct report, tool); in process_sample_event() local 149 .hide_unresolved = rep->hide_unresolved, in process_sample_event() 160 if (rep->hide_unresolved && al.sym == NULL) in process_sample_event() 163 if (rep->cpu_list && !test_bit(sample->cpu, rep->cpu_bitmap)) in process_sample_event() [all …]
|
/linux-4.4.14/net/ceph/crush/ |
D | mapper.c | 425 int rep; in crush_choose_firstn() local 442 for (rep = outpos; rep < numrep && count > 0 ; rep++) { in crush_choose_firstn() 455 r = rep + parent_r; in crush_choose_firstn() 605 int rep; in crush_choose_indep() local 617 for (rep = outpos; rep < endpos; rep++) { in crush_choose_indep() 618 out[rep] = CRUSH_ITEM_UNDEF; in crush_choose_indep() 620 out2[rep] = CRUSH_ITEM_UNDEF; in crush_choose_indep() 627 for (rep = outpos; rep < endpos; rep++) { in crush_choose_indep() 628 dprintk(" %d", out[rep]); in crush_choose_indep() 632 for (rep = outpos; rep < endpos; rep++) { in crush_choose_indep() [all …]
|
/linux-4.4.14/net/tipc/ |
D | netlink_compat.c | 59 struct sk_buff *rep; member 205 if (tipc_skb_tailroom(msg->rep) <= 1) { in __tipc_nl_compat_dumpit() 225 if ((TIPC_SKB_MAX - msg->rep->len) <= 1) { in __tipc_nl_compat_dumpit() 226 char *tail = skb_tail_pointer(msg->rep); in __tipc_nl_compat_dumpit() 248 msg->rep = tipc_tlv_alloc(msg->rep_size); in tipc_nl_compat_dumpit() 249 if (!msg->rep) in tipc_nl_compat_dumpit() 253 tipc_tlv_init(msg->rep, msg->rep_type); in tipc_nl_compat_dumpit() 260 kfree_skb(msg->rep); in tipc_nl_compat_dumpit() 266 kfree_skb(msg->rep); in tipc_nl_compat_dumpit() 338 msg->rep = tipc_tlv_alloc(0); in tipc_nl_compat_doit() [all …]
|
D | bearer.c | 720 struct sk_buff *rep; in tipc_nl_bearer_get() local 739 rep = nlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in tipc_nl_bearer_get() 740 if (!rep) in tipc_nl_bearer_get() 743 msg.skb = rep; in tipc_nl_bearer_get() 759 return genlmsg_reply(rep, info); in tipc_nl_bearer_get() 762 nlmsg_free(rep); in tipc_nl_bearer_get() 982 struct sk_buff *rep; in tipc_nl_media_get() local 998 rep = nlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in tipc_nl_media_get() 999 if (!rep) in tipc_nl_media_get() 1002 msg.skb = rep; in tipc_nl_media_get() [all …]
|
/linux-4.4.14/net/sunrpc/xprtrdma/ |
D | verbs.c | 187 struct rpcrdma_rep *rep = in rpcrdma_receive_worker() local 190 rpcrdma_reply_handler(rep); in rpcrdma_receive_worker() 196 struct rpcrdma_rep *rep = in rpcrdma_recvcq_process_wc() local 208 __func__, rep, wc->byte_len); in rpcrdma_recvcq_process_wc() 210 rep->rr_len = wc->byte_len; in rpcrdma_recvcq_process_wc() 211 ib_dma_sync_single_for_cpu(rep->rr_device, in rpcrdma_recvcq_process_wc() 212 rdmab_addr(rep->rr_rdmabuf), in rpcrdma_recvcq_process_wc() 213 rep->rr_len, DMA_FROM_DEVICE); in rpcrdma_recvcq_process_wc() 214 prefetch(rdmab_to_msg(rep->rr_rdmabuf)); in rpcrdma_recvcq_process_wc() 217 queue_work(rpcrdma_receive_wq, &rep->rr_work); in rpcrdma_recvcq_process_wc() [all …]
|
D | backchannel.c | 88 struct rpcrdma_rep *rep; in rpcrdma_bc_setup_reps() local 93 rep = rpcrdma_create_rep(r_xprt); in rpcrdma_bc_setup_reps() 94 if (IS_ERR(rep)) { in rpcrdma_bc_setup_reps() 97 rc = PTR_ERR(rep); in rpcrdma_bc_setup_reps() 102 list_add(&rep->rr_list, &buffers->rb_recv_bufs); in rpcrdma_bc_setup_reps() 297 struct rpcrdma_rep *rep) in rpcrdma_bc_receive_call() argument 308 headerp = rdmab_to_msg(rep->rr_rdmabuf); in rpcrdma_bc_receive_call() 311 __func__, be32_to_cpu(headerp->rm_xid), rep->rr_len); in rpcrdma_bc_receive_call() 312 pr_info("RPC: %s: %*ph\n", __func__, rep->rr_len, headerp); in rpcrdma_bc_receive_call() 321 if (rep->rr_len < RPCRDMA_HDRLEN_MIN + 24) in rpcrdma_bc_receive_call() [all …]
|
D | rpc_rdma.c | 575 rpcrdma_count_chunks(struct rpcrdma_rep *rep, unsigned int max, int wrchunk, __be32 **iptrp) in rpcrdma_count_chunks() argument 579 char *base = (char *)rdmab_to_msg(rep->rr_rdmabuf); in rpcrdma_count_chunks() 607 if ((char *)cur_wchunk > base + rep->rr_len) in rpcrdma_count_chunks() 768 rpcrdma_reply_handler(struct rpcrdma_rep *rep) in rpcrdma_reply_handler() argument 773 struct rpcrdma_xprt *r_xprt = rep->rr_rxprt; in rpcrdma_reply_handler() 780 dprintk("RPC: %s: incoming rep %p\n", __func__, rep); in rpcrdma_reply_handler() 782 if (rep->rr_len == RPCRDMA_BAD_LEN) in rpcrdma_reply_handler() 784 if (rep->rr_len < RPCRDMA_HDRLEN_MIN) in rpcrdma_reply_handler() 787 headerp = rdmab_to_msg(rep->rr_rdmabuf); in rpcrdma_reply_handler() 809 __func__, rep, req, rqst, in rpcrdma_reply_handler() [all …]
|
/linux-4.4.14/drivers/staging/rdma/amso1100/ |
D | c2_wr.h | 330 struct c2wr_rnic_open_rep rep; member 376 struct c2wr_rnic_query_rep rep; member 399 struct c2wr_rnic_getconfig_rep rep; member 419 struct c2wr_rnic_setconfig_rep rep; member 436 struct c2wr_rnic_close_rep rep; member 461 struct c2wr_cq_create_rep rep; member 478 struct c2wr_cq_modify_rep rep; member 493 struct c2wr_cq_destroy_rep rep; member 511 struct c2wr_pd_alloc_rep rep; member 526 struct c2wr_pd_dealloc_rep rep; member [all …]
|
/linux-4.4.14/net/netlink/ |
D | diag.c | 62 struct netlink_diag_msg *rep; in sk_diag_fill() local 65 nlh = nlmsg_put(skb, portid, seq, SOCK_DIAG_BY_FAMILY, sizeof(*rep), in sk_diag_fill() 70 rep = nlmsg_data(nlh); in sk_diag_fill() 71 rep->ndiag_family = AF_NETLINK; in sk_diag_fill() 72 rep->ndiag_type = sk->sk_type; in sk_diag_fill() 73 rep->ndiag_protocol = sk->sk_protocol; in sk_diag_fill() 74 rep->ndiag_state = sk->sk_state; in sk_diag_fill() 76 rep->ndiag_ino = sk_ino; in sk_diag_fill() 77 rep->ndiag_portid = nlk->portid; in sk_diag_fill() 78 rep->ndiag_dst_portid = nlk->dst_portid; in sk_diag_fill() [all …]
|
D | af_netlink.c | 2956 struct nlmsghdr *rep; in netlink_ack() local 2983 rep = __nlmsg_put(skb, NETLINK_CB(in_skb).portid, nlh->nlmsg_seq, in netlink_ack() 2985 errmsg = nlmsg_data(rep); in netlink_ack()
|
/linux-4.4.14/net/unix/ |
D | diag.c | 116 struct unix_diag_msg *rep; in sk_diag_fill() local 118 nlh = nlmsg_put(skb, portid, seq, SOCK_DIAG_BY_FAMILY, sizeof(*rep), in sk_diag_fill() 123 rep = nlmsg_data(nlh); in sk_diag_fill() 124 rep->udiag_family = AF_UNIX; in sk_diag_fill() 125 rep->udiag_type = sk->sk_type; in sk_diag_fill() 126 rep->udiag_state = sk->sk_state; in sk_diag_fill() 127 rep->pad = 0; in sk_diag_fill() 128 rep->udiag_ino = sk_ino; in sk_diag_fill() 129 sock_diag_save_cookie(sk, rep->udiag_cookie); in sk_diag_fill() 249 struct sk_buff *rep; in unix_diag_get_exact() local [all …]
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | conn.c | 39 struct nvif_notify_conn_rep_v0 rep; in nvkm_connector_hpd() local 45 rep.mask = NVIF_NOTIFY_CONN_V0_UNPLUG; in nvkm_connector_hpd() 47 rep.mask = NVIF_NOTIFY_CONN_V0_PLUG; in nvkm_connector_hpd() 48 rep.version = 0; in nvkm_connector_hpd() 50 nvkm_event_send(&disp->hpd, rep.mask, index, &rep, sizeof(rep)); in nvkm_connector_hpd()
|
D | outpdp.c | 142 struct nvif_notify_conn_rep_v0 rep = {}; in nvkm_output_dp_hpd() local 148 rep.mask |= NVIF_NOTIFY_CONN_V0_UNPLUG; in nvkm_output_dp_hpd() 150 rep.mask |= NVIF_NOTIFY_CONN_V0_PLUG; in nvkm_output_dp_hpd() 152 nvkm_event_send(&disp->hpd, rep.mask, conn->index, &rep, sizeof(rep)); in nvkm_output_dp_hpd() 163 struct nvif_notify_conn_rep_v0 rep = { in nvkm_output_dp_irq() local 170 nvkm_event_send(&disp->hpd, rep.mask, conn->index, &rep, sizeof(rep)); in nvkm_output_dp_irq()
|
D | channv50.c | 124 } rep; in nv50_disp_chan_uevent_send() local 126 nvkm_event_send(&disp->uevent, 1, chid, &rep, sizeof(rep)); in nv50_disp_chan_uevent_send()
|
D | base.c | 85 struct nvif_notify_head_rep_v0 rep = {}; in nvkm_disp_vblank() local 86 nvkm_event_send(&disp->vblank, 1, head, &rep, sizeof(rep)); in nvkm_disp_vblank()
|
/linux-4.4.14/lib/raid6/ |
D | unroll.awk | 12 if (/\$\$/) { rep = n } else { rep = 1 } 13 for (i = 0; i < rep; ++i) {
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_surface.c | 701 struct drm_vmw_surface_arg *rep = &arg->rep; in vmw_surface_define_ioctl() local 876 rep->sid = user_srf->prime.base.hash.key; in vmw_surface_define_ioctl() 989 struct drm_vmw_surface_create_req *rep = &arg->rep; in vmw_surface_reference_ioctl() local 1005 rep->flags = srf->flags; in vmw_surface_reference_ioctl() 1006 rep->format = srf->format; in vmw_surface_reference_ioctl() 1007 memcpy(rep->mip_levels, srf->mip_levels, sizeof(srf->mip_levels)); in vmw_surface_reference_ioctl() 1009 rep->size_addr; in vmw_surface_reference_ioctl() 1288 struct drm_vmw_gb_surface_create_rep *rep = &arg->rep; in vmw_gb_surface_define_ioctl() local 1366 rep->handle = user_srf->prime.base.hash.key; in vmw_gb_surface_define_ioctl() 1367 rep->backup_size = res->backup_size; in vmw_gb_surface_define_ioctl() [all …]
|
D | vmwgfx_context.c | 825 struct drm_vmw_context_arg *rep = &arg->rep; in vmw_extended_context_define_ioctl() local 829 return vmw_context_define(dev, rep, file_priv, false); in vmw_extended_context_define_ioctl() 831 return vmw_context_define(dev, rep, file_priv, true); in vmw_extended_context_define_ioctl()
|
D | vmwgfx_resource.c | 693 struct drm_vmw_dmabuf_rep *rep = &arg->rep; in vmw_dmabuf_alloc_ioctl() local 708 rep->handle = handle; in vmw_dmabuf_alloc_ioctl() 709 rep->map_handle = drm_vma_node_offset_addr(&dma_buf->base.vma_node); in vmw_dmabuf_alloc_ioctl() 710 rep->cur_gmr_id = handle; in vmw_dmabuf_alloc_ioctl() 711 rep->cur_gmr_offset = 0; in vmw_dmabuf_alloc_ioctl()
|
/linux-4.4.14/arch/x86/boot/ |
D | copy.S | 27 rep; movsl 30 rep; movsb 43 rep; stosl 46 rep; stosb
|
D | bioscall.S | 38 rep; movsd 73 rep; movsd
|
/linux-4.4.14/drivers/net/wireless/ath/ath5k/ |
D | eeprom.c | 1601 struct ath5k_edge_power *rep; in ath5k_eeprom_read_ctl_info() local 1625 rep = ee->ee_ctl_pwr; in ath5k_eeprom_read_ctl_info() 1641 rep += AR5K_EEPROM_N_EDGES; in ath5k_eeprom_read_ctl_info() 1647 rep[j].freq = (val >> 8) & fmask; in ath5k_eeprom_read_ctl_info() 1648 rep[j + 1].freq = val & fmask; in ath5k_eeprom_read_ctl_info() 1652 rep[j].edge = (val >> 8) & pmask; in ath5k_eeprom_read_ctl_info() 1653 rep[j].flag = (val >> 14) & 1; in ath5k_eeprom_read_ctl_info() 1654 rep[j + 1].edge = val & pmask; in ath5k_eeprom_read_ctl_info() 1655 rep[j + 1].flag = (val >> 6) & 1; in ath5k_eeprom_read_ctl_info() 1659 rep[0].freq = (val >> 9) & fmask; in ath5k_eeprom_read_ctl_info() [all …]
|
D | phy.c | 2773 struct ath5k_edge_power *rep = ee->ee_ctl_pwr; in ath5k_get_max_ctl_power() local 2829 if (target <= rep[rep_idx].freq) in ath5k_get_max_ctl_power() 2830 edge_pwr = (s16) rep[rep_idx].edge; in ath5k_get_max_ctl_power()
|
/linux-4.4.14/include/uapi/drm/ |
D | vmwgfx_drm.h | 232 struct drm_vmw_surface_arg rep; member 260 struct drm_vmw_surface_create_req rep; member 412 struct drm_vmw_dmabuf_rep rep; member 963 struct drm_vmw_gb_surface_create_rep rep; member 1005 struct drm_vmw_gb_surface_ref_rep rep; member 1090 struct drm_vmw_context_arg rep; member
|
/linux-4.4.14/net/ipv4/ |
D | udp_diag.c | 40 struct sk_buff *rep; in udp_dump_one() local 69 rep = nlmsg_new(sizeof(struct inet_diag_msg) + in udp_dump_one() 72 if (!rep) in udp_dump_one() 75 err = inet_sk_diag_fill(sk, NULL, rep, req, in udp_dump_one() 81 kfree_skb(rep); in udp_dump_one() 84 err = netlink_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid, in udp_dump_one()
|
D | tcp_ipv4.c | 590 } rep; in tcp_v4_send_reset() local 612 memset(&rep, 0, sizeof(rep)); in tcp_v4_send_reset() 613 rep.th.dest = th->source; in tcp_v4_send_reset() 614 rep.th.source = th->dest; in tcp_v4_send_reset() 615 rep.th.doff = sizeof(struct tcphdr) / 4; in tcp_v4_send_reset() 616 rep.th.rst = 1; in tcp_v4_send_reset() 619 rep.th.seq = th->ack_seq; in tcp_v4_send_reset() 621 rep.th.ack = 1; in tcp_v4_send_reset() 622 rep.th.ack_seq = htonl(ntohl(th->seq) + th->syn + th->fin + in tcp_v4_send_reset() 627 arg.iov[0].iov_base = (unsigned char *)&rep; in tcp_v4_send_reset() [all …]
|
D | inet_diag.c | 359 struct sk_buff *rep; in inet_diag_dump_one_icsk() local 388 rep = nlmsg_new(inet_sk_attr_size(), GFP_KERNEL); in inet_diag_dump_one_icsk() 389 if (!rep) { in inet_diag_dump_one_icsk() 394 err = sk_diag_fill(sk, rep, req, in inet_diag_dump_one_icsk() 400 nlmsg_free(rep); in inet_diag_dump_one_icsk() 403 err = netlink_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid, in inet_diag_dump_one_icsk()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_usif.c | 78 } *rep = header; in usif_notify() local 83 if (length == sizeof(rep->v0) && rep->v0.version == 0) { in usif_notify() 84 if (WARN_ON(!(ntfy = (void *)(unsigned long)rep->v0.token))) in usif_notify() 86 BUG_ON(rep->v0.route != NVDRM_NOTIFY_USIF); in usif_notify() 98 switch (rep->v0.version) { in usif_notify() 100 struct nvif_notify_rep_v0 *rep = (void *)ntfy->p->e.data; in usif_notify() local 101 rep->route = ntfy->route; in usif_notify() 102 rep->token = ntfy->token; in usif_notify()
|
D | nouveau_gem.c | 226 struct drm_nouveau_gem_info *rep) in nouveau_gem_info() argument 233 rep->domain = nvbo->valid_domains; in nouveau_gem_info() 235 rep->domain = NOUVEAU_GEM_DOMAIN_GART; in nouveau_gem_info() 237 rep->domain = NOUVEAU_GEM_DOMAIN_VRAM; in nouveau_gem_info() 238 rep->offset = nvbo->bo.offset; in nouveau_gem_info() 244 rep->offset = vma->offset; in nouveau_gem_info() 247 rep->size = nvbo->bo.mem.num_pages << PAGE_SHIFT; in nouveau_gem_info() 248 rep->map_handle = drm_vma_node_offset_addr(&nvbo->bo.vma_node); in nouveau_gem_info() 249 rep->tile_mode = nvbo->tile_mode; in nouveau_gem_info() 250 rep->tile_flags = nvbo->tile_flags; in nouveau_gem_info()
|
D | nouveau_connector.c | 963 const struct nvif_notify_conn_rep_v0 *rep = notify->data; in nouveau_connector_hotplug() local 966 if (rep->mask & NVIF_NOTIFY_CONN_V0_IRQ) { in nouveau_connector_hotplug() 968 bool plugged = (rep->mask != NVIF_NOTIFY_CONN_V0_UNPLUG); in nouveau_connector_hotplug()
|
/linux-4.4.14/drivers/staging/lustre/lnet/selftest/ |
D | framework.c | 1433 srpc_stat_reply_t *rep = &msg->msg_body.stat_reply; in sfw_unpack_message() local 1435 __swab32s(&rep->str_status); in sfw_unpack_message() 1436 sfw_unpack_sid(rep->str_sid); in sfw_unpack_message() 1437 sfw_unpack_fw_counters(rep->str_fw); in sfw_unpack_message() 1438 sfw_unpack_rpc_counters(rep->str_rpc); in sfw_unpack_message() 1439 sfw_unpack_lnet_counters(rep->str_lnet); in sfw_unpack_message() 1453 srpc_mksn_reply_t *rep = &msg->msg_body.mksn_reply; in sfw_unpack_message() local 1455 __swab32s(&rep->mksn_status); in sfw_unpack_message() 1456 __swab32s(&rep->mksn_timeout); in sfw_unpack_message() 1457 sfw_unpack_sid(rep->mksn_sid); in sfw_unpack_message() [all …]
|
D | ping_test.c | 178 srpc_ping_reply_t *rep = &rpc->srpc_replymsg.msg_body.ping_reply; in ping_server_handle() local 198 rep->pnr_seq = req->pnr_seq; in ping_server_handle() 199 rep->pnr_magic = LST_PING_TEST_MAGIC; in ping_server_handle() 203 rep->pnr_status = EPROTO; in ping_server_handle()
|
D | conrpc.c | 390 srpc_generic_reply_t *rep; in lstcon_rpc_get_reply() local 410 rep = &(*msgpp)->msg_body.reply; in lstcon_rpc_get_reply() 412 if (rep->sid.ses_nid == LNET_NID_ANY) in lstcon_rpc_get_reply() 414 else if (lstcon_session_match(rep->sid)) in lstcon_rpc_get_reply() 426 srpc_msg_t *rep; in lstcon_rpc_trans_stat() local 438 error = lstcon_rpc_get_reply(crpc, &rep); in lstcon_rpc_trans_stat() 449 lstcon_rpc_stat_reply(trans, rep, crpc->crp_node, stat); in lstcon_rpc_trans_stat() 475 srpc_generic_reply_t *rep; in lstcon_rpc_trans_interpreter() local 522 rep = (srpc_generic_reply_t *)&msg->msg_body.reply; in lstcon_rpc_trans_interpreter() 525 &rep->sid, sizeof(lst_sid_t)) || in lstcon_rpc_trans_interpreter() [all …]
|
D | console.c | 376 srpc_debug_reply_t *rep; in lstcon_sesrpc_readent() local 384 rep = &msg->msg_body.dbg_reply; in lstcon_sesrpc_readent() 387 &rep->dbg_timeout, sizeof(int)) || in lstcon_sesrpc_readent() 389 &rep->dbg_name, LST_NAME_SIZE)) in lstcon_sesrpc_readent() 1382 srpc_batch_reply_t *rep = &msg->msg_body.bat_reply; in lstcon_tsbrpc_readent() local 1389 &rep->bar_active, sizeof(rep->bar_active))) in lstcon_tsbrpc_readent() 1461 srpc_stat_reply_t *rep = &msg->msg_body.stat_reply; in lstcon_statrpc_readent() local 1466 if (rep->str_status != 0) in lstcon_statrpc_readent() 1473 if (copy_to_user(sfwk_stat, &rep->str_fw, sizeof(*sfwk_stat)) || in lstcon_statrpc_readent() 1474 copy_to_user(srpc_stat, &rep->str_rpc, sizeof(*srpc_stat)) || in lstcon_statrpc_readent() [all …]
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/core/ |
D | client.c | 40 } rep; member 48 return client->ntfy(¬ify->rep, notify->size, n->data, n->size); in nvkm_client_notify() 119 notify->size = sizeof(notify->rep.v0); in nvkm_client_notify_new() 120 notify->rep.v0.version = req->v0.version; in nvkm_client_notify_new() 121 notify->rep.v0.route = req->v0.route; in nvkm_client_notify_new() 122 notify->rep.v0.token = req->v0.token; in nvkm_client_notify_new()
|
/linux-4.4.14/fs/cachefiles/ |
D | namei.c | 269 struct dentry *rep, in cachefiles_bury_object() argument 278 _enter(",'%pd','%pd'", dir, rep); in cachefiles_bury_object() 280 _debug("remove %p from %p", rep, dir); in cachefiles_bury_object() 283 if (!d_is_dir(rep)) { in cachefiles_bury_object() 288 ret = security_path_unlink(&path, rep); in cachefiles_bury_object() 292 ret = vfs_unlink(d_inode(dir), rep, NULL); in cachefiles_bury_object() 295 cachefiles_mark_object_buried(cache, rep, why); in cachefiles_bury_object() 321 if (rep->d_parent != dir) { in cachefiles_bury_object() 335 if (trap == rep) { in cachefiles_bury_object() 341 if (d_mountpoint(rep)) { in cachefiles_bury_object() [all …]
|
/linux-4.4.14/arch/x86/lib/ |
D | memset_64.S | 39 rep stosq 41 rep stosb 62 rep stosb
|
D | clear_page_64.S | 23 rep stosq 52 rep stosb
|
D | memcpy_64.S | 36 rep movsq 38 rep movsb 50 rep movsb
|
D | copy_user_64.S | 54 rep 185 1: rep 188 3: rep 219 1: rep
|
D | iomap_copy_64.S | 25 rep movsd
|
D | memmove_64.S | 88 rep movsq 105 rep movsq
|
D | copy_page_64.S | 17 rep movsq
|
D | checksum_32.S | 386 rep ; stosb 476 rep; stosb
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/ |
D | base.c | 155 struct nvkm_gpio_ntfy_rep rep = { in nvkm_gpio_intr() local 159 nvkm_event_send(&gpio->event, rep.mask, i, &rep, sizeof(rep)); in nvkm_gpio_intr()
|
/linux-4.4.14/drivers/input/keyboard/ |
D | spear-keyboard.c | 64 bool rep; member 161 kbd->rep = true; in spear_kbd_parse_dt() 220 kbd->rep = pdata->rep; in spear_kbd_probe() 249 if (kbd->rep) in spear_kbd_probe()
|
D | tca8418_keypad.c | 273 bool rep = false; in tca8418_keypad_probe() local 287 rep = pdata->rep; in tca8418_keypad_probe() 296 rep = of_property_read_bool(np, "keypad,autorepeat"); in tca8418_keypad_probe() 352 if (rep) in tca8418_keypad_probe()
|
D | atkbd.c | 508 atkbd->time = jiffies + msecs_to_jiffies(dev->rep[REP_DELAY]) / 2; in atkbd_interrupt() 547 while (i < ARRAY_SIZE(period) - 1 && period[i] < dev->rep[REP_PERIOD]) in atkbd_set_repeat_rate() 549 dev->rep[REP_PERIOD] = period[i]; in atkbd_set_repeat_rate() 551 while (j < ARRAY_SIZE(delay) - 1 && delay[j] < dev->rep[REP_DELAY]) in atkbd_set_repeat_rate() 553 dev->rep[REP_DELAY] = delay[j]; in atkbd_set_repeat_rate() 1099 input_dev->rep[REP_DELAY] = 250; in atkbd_set_device_attrs() 1100 input_dev->rep[REP_PERIOD] = 33; in atkbd_set_device_attrs()
|
D | gpio_keys_polled.c | 164 pdata->rep = device_property_present(dev, "autorepeat"); in gpio_keys_polled_get_devtree_pdata() 299 if (pdata->rep) in gpio_keys_polled_probe()
|
D | davinci_keyscan.c | 244 if (pdata->rep) in davinci_ks_probe()
|
D | gpio_keys.c | 629 pdata->rep = !!of_get_property(node, "autorepeat", NULL); in gpio_keys_get_devtree_pdata() 751 if (pdata->rep) in gpio_keys_probe()
|
D | omap-keypad.c | 312 if (pdata->rep) in omap_kp_probe()
|
D | tca6416-keypad.c | 252 if (pdata->rep) in tca6416_keypad_probe()
|
D | twl4030_keypad.c | 370 kp->autorepeat = pdata->rep; in twl4030_kp_probe()
|
/linux-4.4.14/lib/842/ |
D | 842_decompress.c | 287 u64 op, rep, tmp, bytes, total; in sw842_decompress() local 310 ret = next_bits(&p, &rep, REPEAT_BITS); in sw842_decompress() 318 rep++; in sw842_decompress() 320 if (rep * 8 > p.olen) in sw842_decompress() 323 while (rep-- > 0) { in sw842_decompress()
|
/linux-4.4.14/drivers/infiniband/hw/mlx5/ |
D | main.c | 407 struct mlx5_hca_vport_context *rep; in mlx5_query_hca_port() local 414 rep = kzalloc(sizeof(*rep), GFP_KERNEL); in mlx5_query_hca_port() 415 if (!rep) { in mlx5_query_hca_port() 422 err = mlx5_query_hca_vport_context(mdev, 0, port, 0, rep); in mlx5_query_hca_port() 426 props->lid = rep->lid; in mlx5_query_hca_port() 427 props->lmc = rep->lmc; in mlx5_query_hca_port() 428 props->sm_lid = rep->sm_lid; in mlx5_query_hca_port() 429 props->sm_sl = rep->sm_sl; in mlx5_query_hca_port() 430 props->state = rep->vport_state; in mlx5_query_hca_port() 431 props->phys_state = rep->port_physical_state; in mlx5_query_hca_port() [all …]
|
/linux-4.4.14/drivers/media/platform/ |
D | sh_veu.c | 664 u32 *mant, u32 *frac, u32 *rep) in sh_veu_calc_scale() argument 669 *rep = *mant = *frac = 0; in sh_veu_calc_scale() 685 *rep = 1; in sh_veu_calc_scale() 688 *rep = 3; in sh_veu_calc_scale() 691 *rep = 7; in sh_veu_calc_scale() 694 if (*rep) in sh_veu_calc_scale() 718 u32 mant, frac, value, rep; in sh_veu_scale_v() local 720 sh_veu_calc_scale(veu, size_in, size_out, crop_out, &mant, &frac, &rep); in sh_veu_scale_v() 730 (((rep << 12) | crop_out) << 16); in sh_veu_scale_v() 740 u32 mant, frac, value, rep; in sh_veu_scale_h() local [all …]
|
/linux-4.4.14/drivers/isdn/gigaset/ |
D | ev-layer.c | 1532 struct reply_t *rep; in process_event() local 1565 rep = at_state->replystruct; in process_event() 1600 for (;; rep++) { in process_event() 1601 rcode = rep->resp_code; in process_event() 1610 && ((int) at_state->ConState >= rep->min_ConState) in process_event() 1611 && (rep->max_ConState < 0 in process_event() 1612 || (int) at_state->ConState <= rep->max_ConState) in process_event() 1613 && (rep->parameter < 0 || rep->parameter == ev->parameter)) in process_event() 1617 p_command = rep->command; in process_event() 1623 do_action(rep->action[curact], cs, bcs, &at_state, &p_command, in process_event() [all …]
|
/linux-4.4.14/arch/x86/kernel/ |
D | relocate_kernel_64.S | 250 rep ; movsq 255 rep ; movsq 260 rep ; movsq
|
D | relocate_kernel_32.S | 255 rep ; movsl 260 rep ; movsl 265 rep ; movsl
|
D | head_32.S | 126 rep ; stosl 138 rep 145 rep
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | base.c | 153 struct nvif_notify_uevent_rep rep = { in nvkm_fifo_uevent() local 155 nvkm_event_send(&fifo->uevent, 1, 0, &rep, sizeof(rep)); in nvkm_fifo_uevent()
|
/linux-4.4.14/include/linux/input/ |
D | tca8418_keypad.h | 40 bool rep; member
|
/linux-4.4.14/include/linux/ |
D | tca6416_keypad.h | 28 unsigned int rep:1; /* enable input subsystem auto repeat */ member
|
D | gpio_keys.h | 52 unsigned int rep:1; member
|
D | hid.h | 618 #define HID_REPORT_ID(rep) \ argument 619 .report_type = (rep) 802 void __hid_request(struct hid_device *hid, struct hid_report *rep, int reqtype);
|
D | vt_kern.h | 31 extern int kbd_rate(struct kbd_repeat *rep);
|
D | input.h | 156 int rep[REP_CNT]; member
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
D | base.c | 149 struct nvkm_i2c_ntfy_rep rep = { in nvkm_i2c_intr() local 152 nvkm_event_send(&i2c->event, rep.mask, aux->id, in nvkm_i2c_intr() 153 &rep, sizeof(rep)); in nvkm_i2c_intr()
|
/linux-4.4.14/include/linux/platform_data/ |
D | keyscan-davinci.h | 35 u8 rep:1; member
|
D | keypad-omap.h | 22 bool rep; member
|
D | keyboard-spear.h | 159 bool rep; member
|
/linux-4.4.14/arch/x86/boot/compressed/ |
D | head_32.S | 170 rep movsl 192 rep stosl
|
D | head_64.S | 128 rep stosl 352 rep movsq 387 rep stosq
|
/linux-4.4.14/drivers/tty/vt/ |
D | keyboard.c | 129 static char rep; /* flag telling character repeat */ variable 283 rpt[1].delay = dev->rep[REP_DELAY]; in kbd_rate_helper() 284 rpt[1].period = dev->rep[REP_PERIOD]; in kbd_rate_helper() 469 if (rep) in fn_caps_toggle() 477 if (rep) in fn_caps_on() 495 if (rep || !tty) in fn_hold() 525 if (!rep) in fn_bare_num() 801 if (rep) in k_shift() 874 if (up_flag || rep) in k_lock() 883 if (up_flag || rep) in k_slock() [all …]
|
/linux-4.4.14/firmware/dsp56k/ |
D | bootstrap.asm | 42 ; rep #256 47 ; rep #256
|
/linux-4.4.14/include/linux/mlx5/ |
D | vport.h | 49 struct mlx5_hca_vport_context *rep);
|
/linux-4.4.14/arch/arm64/kernel/ |
D | kuser32.S | 72 .rep 5
|
/linux-4.4.14/arch/x86/crypto/sha-mb/ |
D | sha1_x8_avx2.S | 329 .rep 2 372 .rep 16 381 .rep 4 389 .rep 20 397 .rep 20 405 .rep 20
|
D | sha1_mb_mgr_flush_avx2.S | 162 .rep 8
|
/linux-4.4.14/drivers/input/ |
D | input.c | 78 dev->rep[REP_PERIOD] && dev->rep[REP_DELAY] && in input_start_autorepeat() 82 jiffies + msecs_to_jiffies(dev->rep[REP_DELAY])); in input_start_autorepeat() 200 if (dev->rep[REP_PERIOD]) in input_repeat_key() 202 msecs_to_jiffies(dev->rep[REP_PERIOD])); in input_repeat_key() 351 if (code <= REP_MAX && value >= 0 && dev->rep[code] != value) { in input_get_disposition() 352 dev->rep[code] = value; in input_get_disposition() 1650 dev->event(dev, EV_REP, REP_PERIOD, dev->rep[REP_PERIOD]); in input_dev_toggle() 1651 dev->event(dev, EV_REP, REP_DELAY, dev->rep[REP_DELAY]); in input_dev_toggle() 2059 dev->rep[REP_DELAY] = delay; in input_enable_softrepeat() 2060 dev->rep[REP_PERIOD] = period; in input_enable_softrepeat() [all …]
|
D | evdev.c | 1087 if (put_user(dev->rep[REP_DELAY], ip)) in evdev_do_ioctl() 1089 if (put_user(dev->rep[REP_PERIOD], ip + 1)) in evdev_do_ioctl()
|
/linux-4.4.14/drivers/infiniband/core/ |
D | cma.c | 3058 struct ib_cm_sidr_rep_event_param *rep = &ib_event->param.sidr_rep_rcvd; in cma_sidr_rep_handler() local 3073 if (rep->status != IB_SIDR_SUCCESS) { in cma_sidr_rep_handler() 3078 ret = cma_set_qkey(id_priv, rep->qkey); in cma_sidr_rep_handler() 3087 event.param.ud.qp_num = rep->qpn; in cma_sidr_rep_handler() 3088 event.param.ud.qkey = rep->qkey; in cma_sidr_rep_handler() 3317 struct ib_cm_rep_param rep; in cma_accept_ib() local 3328 memset(&rep, 0, sizeof rep); in cma_accept_ib() 3329 rep.qp_num = id_priv->qp_num; in cma_accept_ib() 3330 rep.starting_psn = id_priv->seq_num; in cma_accept_ib() 3331 rep.private_data = conn_param->private_data; in cma_accept_ib() [all …]
|
D | cm.c | 135 static CM_COUNTER_ATTR(rep, CM_REP_COUNTER);
|
/linux-4.4.14/arch/x86/platform/intel-mid/device_libs/ |
D | platform_gpio_keys.c | 43 .rep = 1,
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | board-ldp.c | 86 .rep = 1, 158 .rep = 1,
|
D | board-rx51-peripherals.c | 448 .rep = 1,
|
/linux-4.4.14/arch/x86/power/ |
D | hibernate_asm_32.S | 52 rep
|
D | hibernate_asm_64.S | 89 rep
|
/linux-4.4.14/drivers/hid/ |
D | hid-input.c | 1336 struct hid_report *rep; in report_features() local 1340 list_for_each_entry(rep, &rep_enum->report_list, list) in report_features() 1341 for (i = 0; i < rep->maxfield; i++) { in report_features() 1343 if (rep->field[i]->report_count < 1) in report_features() 1346 for (j = 0; j < rep->field[i]->maxusage; j++) { in report_features() 1348 hidinput_setup_battery(hid, HID_FEATURE_REPORT, rep->field[i]); in report_features() 1351 drv->feature_mapping(hid, rep->field[i], in report_features() 1352 rep->field[i]->usage + j); in report_features()
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | omap3-devkit8000-lcd-common.dtsi | 67 ti,debounce-rep = /bits/ 16 <1>;
|
D | at91sam9261ek.dts | 139 ti,debounce-rep = /bits/ 16 <0>;
|
D | omap3-cm-t3x.dtsi | 239 ti,debounce-rep = /bits/ 16 <1>;
|
D | omap5-cm-t54.dts | 360 ti,debounce-rep = /bits/ 16 <1>;
|
/linux-4.4.14/lib/ |
D | bch.c | 700 const struct gf_poly *a, int *rep) in gf_poly_logrep() argument 706 rep[i] = a->c[i] ? mod_s(bch, a_log(bch, a->c[i])+l) : -1; in gf_poly_logrep() 713 const struct gf_poly *b, int *rep) in gf_poly_mod() argument 723 if (!rep) { in gf_poly_mod() 724 rep = bch->cache; in gf_poly_mod() 725 gf_poly_logrep(bch, b, rep); in gf_poly_mod() 733 m = rep[i]; in gf_poly_mod()
|
/linux-4.4.14/drivers/infiniband/ulp/ipoib/ |
D | ipoib_cm.c | 425 struct ib_cm_rep_param rep = {}; in ipoib_cm_send_rep() local 430 rep.private_data = &data; in ipoib_cm_send_rep() 431 rep.private_data_len = sizeof data; in ipoib_cm_send_rep() 432 rep.flow_control = 0; in ipoib_cm_send_rep() 433 rep.rnr_retry_count = req->rnr_retry_count; in ipoib_cm_send_rep() 434 rep.srq = ipoib_cm_has_srq(dev); in ipoib_cm_send_rep() 435 rep.qp_num = qp->qp_num; in ipoib_cm_send_rep() 436 rep.starting_psn = psn; in ipoib_cm_send_rep() 437 return ib_send_cm_rep(cm_id, &rep); in ipoib_cm_send_rep()
|
/linux-4.4.14/arch/x86/xen/ |
D | xen-asm_32.S | 232 rep movsl
|
/linux-4.4.14/arch/arm/mach-imx/ |
D | mach-pcm037_eet.c | 159 .rep = 0, /* No auto-repeat */
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
D | dvb-usb-remote.c | 213 input_dev->rep[REP_PERIOD] = d->props.rc.legacy.rc_interval; in legacy_dvb_usb_remote_init() 214 input_dev->rep[REP_DELAY] = d->props.rc.legacy.rc_interval + 150; in legacy_dvb_usb_remote_init()
|
/linux-4.4.14/arch/arm/mach-omap1/ |
D | board-htcherald.c | 241 .rep = true, 283 .rep = true,
|
D | board-palmte.c | 85 .rep = true,
|
D | board-palmz71.c | 83 .rep = true,
|
D | board-h2.c | 262 .rep = true,
|
D | board-h3.c | 299 .rep = true,
|
/linux-4.4.14/include/scsi/ |
D | osd_ore.h | 188 int ore_check_io(struct ore_io_state *ios, ore_on_dev_error rep);
|
/linux-4.4.14/drivers/input/misc/ |
D | ati_remote2.c | 403 ar2->jiffies = jiffies + msecs_to_jiffies(idev->rep[REP_DELAY]); in ati_remote2_input_key() 415 ar2->jiffies = jiffies + msecs_to_jiffies(idev->rep[REP_PERIOD]); in ati_remote2_input_key() 610 idev->rep[REP_DELAY] = 250; in ati_remote2_input_init() 611 idev->rep[REP_PERIOD] = 33; in ati_remote2_input_init()
|
D | soc_button_array.c | 114 gpio_keys_pdata->rep = autorepeat; in soc_button_device_create()
|
/linux-4.4.14/drivers/iio/magnetometer/ |
D | bmc150_magn.c | 102 #define BMC150_MAGN_REPXY_TO_REGVAL(rep) (((rep) - 1) / 2) argument 103 #define BMC150_MAGN_REPZ_TO_REGVAL(rep) ((rep) - 1) argument
|
/linux-4.4.14/arch/x86/crypto/ |
D | aesni-intel_avx-x86_64.S | 235 .rep 9 405 .rep \num_initial_blocks 416 .rep \num_initial_blocks 424 .rep 9 428 .rep \num_initial_blocks 442 .rep \num_initial_blocks 450 .rep \num_initial_blocks 469 .rep \num_initial_blocks 530 .rep 9 # do 9 rounds 902 .rep 8 [all …]
|
D | salsa20-x86_64-asm_64.S | 87 rep movsb 761 rep movsb
|
D | sha1_ssse3_asm.S | 100 rep stosq
|
D | salsa20-i586-asm_32.S | 116 rep movsb 902 rep movsb
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lustre_dlm.h | 1276 int intent_disposition(struct ldlm_reply *rep, int flag); 1277 void intent_set_disposition(struct ldlm_reply *rep, int flag);
|
/linux-4.4.14/sound/usb/ |
D | midi.c | 1276 struct snd_usb_midi_endpoint *rep) in snd_usbmidi_in_endpoint_create() argument 1284 rep->in = NULL; in snd_usbmidi_in_endpoint_create() 1321 rep->in = ep; in snd_usbmidi_in_endpoint_create() 1352 struct snd_usb_midi_endpoint *rep) in snd_usbmidi_out_endpoint_create() argument 1359 rep->out = NULL; in snd_usbmidi_out_endpoint_create() 1436 rep->out = ep; in snd_usbmidi_out_endpoint_create()
|
/linux-4.4.14/Documentation/devicetree/bindings/input/ |
D | ads7846.txt | 61 ti,debounce-rep Additional consecutive good readings
|
/linux-4.4.14/drivers/media/rc/ |
D | rc-ir-raw.c | 119 delay = MS_TO_NS(dev->input_dev->rep[REP_DELAY]); in ir_raw_event_store_edge()
|
D | rc-main.c | 1413 dev->input_dev->rep[REP_DELAY] = 500; in rc_register_device() 1420 dev->input_dev->rep[REP_PERIOD] = 125; in rc_register_device()
|
D | ati_remote.c | 910 ati_remote->rdev->input_dev->rep[REP_DELAY] = repeat_delay; in ati_remote_probe()
|
D | imon.c | 1700 if (msec < ictx->idev->rep[REP_DELAY]) { in imon_incoming_packet()
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | eeprom_9287.c | 564 struct cal_ctl_data_ar9287 *rep; in ath9k_hw_set_ar9287_power_per_rate_table() local 651 rep = &(pEepData->ctlData[i]); in ath9k_hw_set_ar9287_power_per_rate_table() 653 rep->ctlEdges[ar5416_get_ntxchains(tx_chainmask) - 1]; in ath9k_hw_set_ar9287_power_per_rate_table()
|
D | eeprom_4k.c | 477 struct cal_ctl_data_4k *rep; in ath9k_hw_set_4k_power_per_rate_table() local 546 rep = &(pEepData->ctlData[i]); in ath9k_hw_set_4k_power_per_rate_table() 550 rep->ctlEdges[ in ath9k_hw_set_4k_power_per_rate_table()
|
D | eeprom_def.c | 975 struct cal_ctl_data *rep; in ath9k_hw_set_def_power_per_rate_table() local 1087 rep = &(pEepData->ctlData[i]); in ath9k_hw_set_def_power_per_rate_table() 1090 rep->ctlEdges[ar5416_get_ntxchains(tx_chainmask) - 1], in ath9k_hw_set_def_power_per_rate_table()
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_request.c | 2092 struct ldlm_reply *rep; in osc_enqueue_fini() local 2094 rep = req_capsule_server_get(&req->rq_pill, in osc_enqueue_fini() 2097 LASSERT(rep != NULL); in osc_enqueue_fini() 2098 rep->lock_policy_res1 = in osc_enqueue_fini() 2099 ptlrpc_status_ntoh(rep->lock_policy_res1); in osc_enqueue_fini() 2100 if (rep->lock_policy_res1) in osc_enqueue_fini() 2101 rc = rep->lock_policy_res1; in osc_enqueue_fini()
|
/linux-4.4.14/drivers/gpu/drm/i2c/ |
D | tda998x_drv.c | 903 u8 reg, div, rep; in tda998x_encoder_mode_set() local 995 rep = 0; in tda998x_encoder_mode_set() 1001 PLL_SERIAL_2_SRL_PR(rep)); in tda998x_encoder_mode_set()
|
/linux-4.4.14/drivers/macintosh/ |
D | adbhid.c | 901 input_dev->rep[REP_DELAY] = 500; /* input layer default: 250 */ in adbhid_input_register() 902 input_dev->rep[REP_PERIOD] = 66; /* input layer default: 33 */ in adbhid_input_register()
|
/linux-4.4.14/include/linux/i2c/ |
D | twl.h | 625 bool rep; member
|
/linux-4.4.14/arch/arm/mach-davinci/ |
D | board-dm365-evm.c | 227 .rep = 1,
|
/linux-4.4.14/drivers/hid/usbhid/ |
D | hid-core.c | 1214 static void usbhid_request(struct hid_device *hid, struct hid_report *rep, int reqtype) in usbhid_request() argument 1218 usbhid_submit_report(hid, rep, USB_DIR_IN); in usbhid_request() 1221 usbhid_submit_report(hid, rep, USB_DIR_OUT); in usbhid_request()
|
/linux-4.4.14/arch/mips/alchemy/devboards/ |
D | db1300.c | 403 .rep = 1,
|
/linux-4.4.14/arch/arm/mach-pxa/ |
D | raumfeld.c | 451 .rep = 0,
|
/linux-4.4.14/net/netfilter/ipset/ |
D | ip_set_core.c | 1466 struct nlmsghdr *rep, *nlh = nlmsg_hdr(skb); in call_ad() local 1479 rep = __nlmsg_put(skb2, NETLINK_CB(skb).portid, in call_ad() 1481 errmsg = nlmsg_data(rep); in call_ad()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | ctxnv50.c | 1890 int acnt = 0x10, rep, i; in nv50_gr_construct_gene_vfetch() local 2047 rep = 0xc; in nv50_gr_construct_gene_vfetch() 2049 rep = 4; in nv50_gr_construct_gene_vfetch() 2050 for (i = 0; i < rep; i++) { in nv50_gr_construct_gene_vfetch()
|
/linux-4.4.14/drivers/infiniband/hw/cxgb3/ |
D | iwch_cm.c | 1714 struct cpl_rdma_ec_status *rep = cplhdr(skb); in ec_status() local 1718 rep->status); in ec_status() 1719 if (rep->status) { in ec_status()
|
/linux-4.4.14/Documentation/ |
D | coccinelle.txt | 68 'rep+ctxt' runs successively the report mode and the context mode.
|
D | kmemcheck.txt | 506 ffffffff8104ede8: rep movsl %ds:(%rsi),%es:(%rdi) 516 As expected, it's the "rep movsl" instruction from the memcpy() that causes
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_dp_mst_topology.c | 306 static void drm_dp_encode_sideband_reply(struct drm_dp_sideband_msg_reply_body *rep, in drm_dp_encode_sideband_reply() argument 312 buf[idx++] = (rep->reply_type & 0x1) << 7 | (rep->req_type & 0x7f); in drm_dp_encode_sideband_reply()
|
/linux-4.4.14/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_sli.h | 1302 struct ocrdma_mbx_rsp rep; member
|