/linux-4.1.27/tools/perf/ |
D | builtin-report.c | 67 struct report *rep = cb; in report__config() local 74 rep->min_percent = strtof(value, NULL); in report__config() 82 rep->queue_size = perf_config_u64(var, value); in report__config() 94 struct report *rep = arg; in hist_iter__report_callback() local 111 } else if (rep->mem_mode) { in hist_iter__report_callback() 137 struct report *rep = container_of(tool, struct report, tool); in process_sample_event() local 140 .hide_unresolved = rep->hide_unresolved, in process_sample_event() 151 if (rep->hide_unresolved && al.sym == NULL) in process_sample_event() 154 if (rep->cpu_list && !test_bit(sample->cpu, rep->cpu_bitmap)) in process_sample_event() 159 else if (rep->mem_mode) in process_sample_event() [all …]
|
/linux-4.1.27/net/tipc/ |
D | netlink_compat.c | 58 struct sk_buff *rep; member 203 if (tipc_skb_tailroom(msg->rep) <= 1) { in __tipc_nl_compat_dumpit() 223 if ((TIPC_SKB_MAX - msg->rep->len) <= 1) { in __tipc_nl_compat_dumpit() 224 char *tail = skb_tail_pointer(msg->rep); in __tipc_nl_compat_dumpit() 246 msg->rep = tipc_tlv_alloc(msg->rep_size); in tipc_nl_compat_dumpit() 247 if (!msg->rep) in tipc_nl_compat_dumpit() 251 tipc_tlv_init(msg->rep, msg->rep_type); in tipc_nl_compat_dumpit() 258 kfree_skb(msg->rep); in tipc_nl_compat_dumpit() 264 kfree_skb(msg->rep); in tipc_nl_compat_dumpit() 336 msg->rep = tipc_tlv_alloc(0); in tipc_nl_compat_doit() [all …]
|
D | bearer.c | 674 struct sk_buff *rep; in tipc_nl_bearer_get() local 693 rep = nlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in tipc_nl_bearer_get() 694 if (!rep) in tipc_nl_bearer_get() 697 msg.skb = rep; in tipc_nl_bearer_get() 713 return genlmsg_reply(rep, info); in tipc_nl_bearer_get() 716 nlmsg_free(rep); in tipc_nl_bearer_get() 936 struct sk_buff *rep; in tipc_nl_media_get() local 952 rep = nlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL); in tipc_nl_media_get() 953 if (!rep) in tipc_nl_media_get() 956 msg.skb = rep; in tipc_nl_media_get() [all …]
|
/linux-4.1.27/net/ceph/crush/ |
D | mapper.c | 418 int rep; in crush_choose_firstn() local 435 for (rep = outpos; rep < numrep && count > 0 ; rep++) { in crush_choose_firstn() 448 r = rep + parent_r; in crush_choose_firstn() 594 int rep; in crush_choose_indep() local 606 for (rep = outpos; rep < endpos; rep++) { in crush_choose_indep() 607 out[rep] = CRUSH_ITEM_UNDEF; in crush_choose_indep() 609 out2[rep] = CRUSH_ITEM_UNDEF; in crush_choose_indep() 613 for (rep = outpos; rep < endpos; rep++) { in crush_choose_indep() 614 if (out[rep] != CRUSH_ITEM_UNDEF) in crush_choose_indep() 629 r = rep + parent_r; in crush_choose_indep() [all …]
|
/linux-4.1.27/drivers/infiniband/hw/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.1.27/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 | 2852 struct nlmsghdr *rep; in netlink_ack() local 2876 rep = __nlmsg_put(skb, NETLINK_CB(in_skb).portid, nlh->nlmsg_seq, in netlink_ack() 2878 errmsg = nlmsg_data(rep); in netlink_ack()
|
/linux-4.1.27/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.1.27/net/sunrpc/xprtrdma/ |
D | verbs.c | 82 struct rpcrdma_rep *rep; in rpcrdma_run_tasklet() local 89 rep = list_entry(rpcrdma_tasklets_g.next, in rpcrdma_run_tasklet() 91 list_del(&rep->rr_list); in rpcrdma_run_tasklet() 92 func = rep->rr_func; in rpcrdma_run_tasklet() 93 rep->rr_func = NULL; in rpcrdma_run_tasklet() 97 func(rep); in rpcrdma_run_tasklet() 99 rpcrdma_recv_buffer_put(rep); in rpcrdma_run_tasklet() 279 struct rpcrdma_rep *rep = in rpcrdma_recvcq_process_wc() local 291 __func__, rep, wc->byte_len); in rpcrdma_recvcq_process_wc() 293 rep->rr_len = wc->byte_len; in rpcrdma_recvcq_process_wc() [all …]
|
D | rpc_rdma.c | 568 rpcrdma_count_chunks(struct rpcrdma_rep *rep, unsigned int max, int wrchunk, __be32 **iptrp) in rpcrdma_count_chunks() argument 572 char *base = (char *)rdmab_to_msg(rep->rr_rdmabuf); in rpcrdma_count_chunks() 600 if ((char *)cur_wchunk > base + rep->rr_len) in rpcrdma_count_chunks() 730 rpcrdma_reply_handler(struct rpcrdma_rep *rep) in rpcrdma_reply_handler() argument 735 struct rpc_xprt *xprt = rep->rr_xprt; in rpcrdma_reply_handler() 743 if (rep->rr_len == ~0U) { in rpcrdma_reply_handler() 744 rpcrdma_recv_buffer_put(rep); in rpcrdma_reply_handler() 751 if (rep->rr_len < RPCRDMA_HDRLEN_MIN) { in rpcrdma_reply_handler() 755 headerp = rdmab_to_msg(rep->rr_rdmabuf); in rpcrdma_reply_handler() 769 __func__, rep, be32_to_cpu(headerp->rm_xid), in rpcrdma_reply_handler() [all …]
|
/linux-4.1.27/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 | 145 struct nvif_notify_conn_rep_v0 rep = {}; in nvkm_output_dp_hpd() local 154 rep.mask |= NVIF_NOTIFY_CONN_V0_UNPLUG; in nvkm_output_dp_hpd() 156 rep.mask |= NVIF_NOTIFY_CONN_V0_PLUG; in nvkm_output_dp_hpd() 158 nvkm_event_send(&disp->hpd, rep.mask, conn->index, in nvkm_output_dp_hpd() 159 &rep, sizeof(rep)); in nvkm_output_dp_hpd() 174 struct nvif_notify_conn_rep_v0 rep = { in nvkm_output_dp_irq() local 182 nvkm_event_send(&disp->hpd, rep.mask, index, &rep, sizeof(rep)); in nvkm_output_dp_irq()
|
D | base.c | 62 struct nvif_notify_head_rep_v0 rep = {}; in nvkm_disp_vblank() local 63 nvkm_event_send(&disp->vblank, 1, head, &rep, sizeof(rep)); in nvkm_disp_vblank()
|
D | nv50.c | 109 } rep; in nv50_disp_chan_uevent_send() local 111 nvkm_event_send(&priv->uevent, 1, chid, &rep, sizeof(rep)); in nv50_disp_chan_uevent_send()
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_surface.c | 697 struct drm_vmw_surface_arg *rep = &arg->rep; in vmw_surface_define_ioctl() local 871 rep->sid = user_srf->prime.base.hash.key; in vmw_surface_define_ioctl() 978 struct drm_vmw_surface_create_req *rep = &arg->rep; in vmw_surface_reference_ioctl() local 994 rep->flags = srf->flags; in vmw_surface_reference_ioctl() 995 rep->format = srf->format; in vmw_surface_reference_ioctl() 996 memcpy(rep->mip_levels, srf->mip_levels, sizeof(srf->mip_levels)); in vmw_surface_reference_ioctl() 998 rep->size_addr; in vmw_surface_reference_ioctl() 1244 struct drm_vmw_gb_surface_create_rep *rep = &arg->rep; in vmw_gb_surface_define_ioctl() local 1346 rep->handle = user_srf->prime.base.hash.key; in vmw_gb_surface_define_ioctl() 1347 rep->backup_size = res->backup_size; in vmw_gb_surface_define_ioctl() [all …]
|
D | vmwgfx_resource.c | 695 struct drm_vmw_dmabuf_rep *rep = &arg->rep; in vmw_dmabuf_alloc_ioctl() local 710 rep->handle = handle; in vmw_dmabuf_alloc_ioctl() 711 rep->map_handle = drm_vma_node_offset_addr(&dma_buf->base.vma_node); in vmw_dmabuf_alloc_ioctl() 712 rep->cur_gmr_id = handle; in vmw_dmabuf_alloc_ioctl() 713 rep->cur_gmr_offset = 0; in vmw_dmabuf_alloc_ioctl()
|
/linux-4.1.27/lib/raid6/ |
D | unroll.awk | 12 if (/\$\$/) { rep = n } else { rep = 1 } 13 for (i = 0; i < rep; ++i) {
|
/linux-4.1.27/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.1.27/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.1.27/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 | 587 } rep; in tcp_v4_send_reset() local 609 memset(&rep, 0, sizeof(rep)); in tcp_v4_send_reset() 610 rep.th.dest = th->source; in tcp_v4_send_reset() 611 rep.th.source = th->dest; in tcp_v4_send_reset() 612 rep.th.doff = sizeof(struct tcphdr) / 4; in tcp_v4_send_reset() 613 rep.th.rst = 1; in tcp_v4_send_reset() 616 rep.th.seq = th->ack_seq; in tcp_v4_send_reset() 618 rep.th.ack = 1; in tcp_v4_send_reset() 619 rep.th.ack_seq = htonl(ntohl(th->seq) + th->syn + th->fin + in tcp_v4_send_reset() 624 arg.iov[0].iov_base = (unsigned char *)&rep; in tcp_v4_send_reset() [all …]
|
D | inet_diag.c | 355 struct sk_buff *rep; in inet_diag_dump_one_icsk() local 384 rep = nlmsg_new(inet_sk_attr_size(), GFP_KERNEL); in inet_diag_dump_one_icsk() 385 if (!rep) { in inet_diag_dump_one_icsk() 390 err = sk_diag_fill(sk, rep, req, in inet_diag_dump_one_icsk() 396 nlmsg_free(rep); in inet_diag_dump_one_icsk() 399 err = netlink_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid, in inet_diag_dump_one_icsk()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/core/ |
D | client.c | 41 } rep; member 49 return client->ntfy(¬ify->rep, notify->size, n->data, n->size); in nvkm_client_notify() 120 notify->size = sizeof(notify->rep.v0); in nvkm_client_notify_new() 121 notify->rep.v0.version = req->v0.version; in nvkm_client_notify_new() 122 notify->rep.v0.route = req->v0.route; in nvkm_client_notify_new() 123 notify->rep.v0.token = req->v0.token; in nvkm_client_notify_new()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_usif.c | 77 } *rep = header; in usif_notify() local 82 if (length == sizeof(rep->v0) && rep->v0.version == 0) { in usif_notify() 83 if (WARN_ON(!(ntfy = (void *)(unsigned long)rep->v0.token))) in usif_notify() 85 BUG_ON(rep->v0.route != NVDRM_NOTIFY_USIF); in usif_notify() 97 switch (rep->v0.version) { in usif_notify() 99 struct nvif_notify_rep_v0 *rep = (void *)ntfy->p->e.data; in usif_notify() local 100 rep->route = ntfy->route; in usif_notify() 101 rep->token = ntfy->token; in usif_notify()
|
D | nouveau_gem.c | 224 struct drm_nouveau_gem_info *rep) in nouveau_gem_info() argument 231 rep->domain = nvbo->valid_domains; in nouveau_gem_info() 233 rep->domain = NOUVEAU_GEM_DOMAIN_GART; in nouveau_gem_info() 235 rep->domain = NOUVEAU_GEM_DOMAIN_VRAM; in nouveau_gem_info() 236 rep->offset = nvbo->bo.offset; in nouveau_gem_info() 242 rep->offset = vma->offset; in nouveau_gem_info() 245 rep->size = nvbo->bo.mem.num_pages << PAGE_SHIFT; in nouveau_gem_info() 246 rep->map_handle = drm_vma_node_offset_addr(&nvbo->bo.vma_node); in nouveau_gem_info() 247 rep->tile_mode = nvbo->tile_mode; in nouveau_gem_info() 248 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.1.27/drivers/staging/lustre/lnet/selftest/ |
D | framework.c | 1437 srpc_stat_reply_t *rep = &msg->msg_body.stat_reply; in sfw_unpack_message() local 1439 __swab32s(&rep->str_status); in sfw_unpack_message() 1440 sfw_unpack_sid(rep->str_sid); in sfw_unpack_message() 1441 sfw_unpack_fw_counters(rep->str_fw); in sfw_unpack_message() 1442 sfw_unpack_rpc_counters(rep->str_rpc); in sfw_unpack_message() 1443 sfw_unpack_lnet_counters(rep->str_lnet); in sfw_unpack_message() 1457 srpc_mksn_reply_t *rep = &msg->msg_body.mksn_reply; in sfw_unpack_message() local 1459 __swab32s(&rep->mksn_status); in sfw_unpack_message() 1460 __swab32s(&rep->mksn_timeout); in sfw_unpack_message() 1461 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 | 391 srpc_generic_reply_t *rep; in lstcon_rpc_get_reply() local 411 rep = &(*msgpp)->msg_body.reply; in lstcon_rpc_get_reply() 413 if (rep->sid.ses_nid == LNET_NID_ANY) in lstcon_rpc_get_reply() 415 else if (lstcon_session_match(rep->sid)) in lstcon_rpc_get_reply() 427 srpc_msg_t *rep; in lstcon_rpc_trans_stat() local 439 error = lstcon_rpc_get_reply(crpc, &rep); in lstcon_rpc_trans_stat() 450 lstcon_rpc_stat_reply(trans, rep, crpc->crp_node, stat); in lstcon_rpc_trans_stat() 476 srpc_generic_reply_t *rep; in lstcon_rpc_trans_interpreter() local 523 rep = (srpc_generic_reply_t *)&msg->msg_body.reply; in lstcon_rpc_trans_interpreter() 526 &rep->sid, sizeof(lst_sid_t)) || in lstcon_rpc_trans_interpreter() [all …]
|
D | console.c | 377 srpc_debug_reply_t *rep; in lstcon_sesrpc_readent() local 385 rep = &msg->msg_body.dbg_reply; in lstcon_sesrpc_readent() 388 &rep->dbg_timeout, sizeof(int)) || in lstcon_sesrpc_readent() 390 &rep->dbg_name, LST_NAME_SIZE)) in lstcon_sesrpc_readent() 1383 srpc_batch_reply_t *rep = &msg->msg_body.bat_reply; in lstcon_tsbrpc_readent() local 1390 &rep->bar_active, sizeof(rep->bar_active))) in lstcon_tsbrpc_readent() 1462 srpc_stat_reply_t *rep = &msg->msg_body.stat_reply; in lstcon_statrpc_readent() local 1467 if (rep->str_status != 0) in lstcon_statrpc_readent() 1474 if (copy_to_user(sfwk_stat, &rep->str_fw, sizeof(*sfwk_stat)) || in lstcon_statrpc_readent() 1475 copy_to_user(srpc_stat, &rep->str_rpc, sizeof(*srpc_stat)) || in lstcon_statrpc_readent() [all …]
|
/linux-4.1.27/include/uapi/drm/ |
D | vmwgfx_drm.h | 229 struct drm_vmw_surface_arg rep; member 257 struct drm_vmw_surface_create_req rep; member 407 struct drm_vmw_dmabuf_rep rep; member 957 struct drm_vmw_gb_surface_create_rep rep; member 999 struct drm_vmw_gb_surface_ref_rep rep; member
|
/linux-4.1.27/fs/cachefiles/ |
D | namei.c | 267 struct dentry *rep, in cachefiles_bury_object() argument 275 _enter(",'%pd','%pd'", dir, rep); in cachefiles_bury_object() 277 _debug("remove %p from %p", rep, dir); in cachefiles_bury_object() 280 if (!d_is_dir(rep)) { in cachefiles_bury_object() 285 ret = security_path_unlink(&path, rep); in cachefiles_bury_object() 289 ret = vfs_unlink(d_inode(dir), rep, NULL); in cachefiles_bury_object() 292 cachefiles_mark_object_buried(cache, rep); in cachefiles_bury_object() 318 if (rep->d_parent != dir) { in cachefiles_bury_object() 332 if (trap == rep) { in cachefiles_bury_object() 338 if (d_mountpoint(rep)) { in cachefiles_bury_object() [all …]
|
/linux-4.1.27/arch/x86/lib/ |
D | memset_64.S | 40 rep stosq 42 rep stosb 63 rep stosb
|
D | clear_page_64.S | 25 rep stosq 58 rep stosb
|
D | copy_user_64.S | 84 rep 219 1: rep 222 3: rep 255 1: rep
|
D | memcpy_64.S | 37 rep movsq 39 rep movsb 51 rep movsb
|
D | iomap_copy_64.S | 27 rep movsd
|
D | memmove_64.S | 90 rep movsq 107 rep movsq
|
D | copy_page_64.S | 19 rep movsq
|
D | checksum_32.S | 393 rep ; stosb 485 rep; stosb
|
/linux-4.1.27/drivers/input/keyboard/ |
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 | 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 | 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 | 122 pdata->rep = device_property_present(dev, "autorepeat"); in gpio_keys_polled_get_devtree_pdata() 231 if (pdata->rep) in gpio_keys_polled_probe()
|
D | davinci_keyscan.c | 244 if (pdata->rep) in davinci_ks_probe()
|
D | gpio_keys.c | 618 pdata->rep = !!of_get_property(node, "autorepeat", NULL); in gpio_keys_get_devtree_pdata() 738 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.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/ |
D | base.c | 146 struct nvkm_gpio_ntfy_rep rep = { in nvkm_gpio_intr() local 150 nvkm_event_send(&gpio->event, rep.mask, i, &rep, sizeof(rep)); in nvkm_gpio_intr()
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/include/linux/input/ |
D | tca8418_keypad.h | 40 bool rep; member
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | base.c | 194 struct nvif_notify_uevent_rep rep = { in nvkm_fifo_uevent() local 196 nvkm_event_send(&fifo->uevent, 1, 0, &rep, sizeof(rep)); in nvkm_fifo_uevent()
|
/linux-4.1.27/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.1.27/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.1.27/drivers/tty/vt/ |
D | keyboard.c | 128 static char rep; /* flag telling character repeat */ variable 282 rpt[1].delay = dev->rep[REP_DELAY]; in kbd_rate_helper() 283 rpt[1].period = dev->rep[REP_PERIOD]; in kbd_rate_helper() 468 if (rep) in fn_caps_toggle() 476 if (rep) in fn_caps_on() 494 if (rep || !tty) in fn_hold() 524 if (!rep) in fn_bare_num() 800 if (rep) in k_shift() 873 if (up_flag || rep) in k_lock() 882 if (up_flag || rep) in k_slock() [all …]
|
/linux-4.1.27/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.1.27/drivers/infiniband/core/ |
D | cma.c | 2668 struct ib_cm_sidr_rep_event_param *rep = &ib_event->param.sidr_rep_rcvd; in cma_sidr_rep_handler() local 2683 if (rep->status != IB_SIDR_SUCCESS) { in cma_sidr_rep_handler() 2688 ret = cma_set_qkey(id_priv, rep->qkey); in cma_sidr_rep_handler() 2697 event.param.ud.qp_num = rep->qpn; in cma_sidr_rep_handler() 2698 event.param.ud.qkey = rep->qkey; in cma_sidr_rep_handler() 2931 struct ib_cm_rep_param rep; in cma_accept_ib() local 2942 memset(&rep, 0, sizeof rep); in cma_accept_ib() 2943 rep.qp_num = id_priv->qp_num; in cma_accept_ib() 2944 rep.starting_psn = id_priv->seq_num; in cma_accept_ib() 2945 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.1.27/firmware/dsp56k/ |
D | bootstrap.asm | 42 ; rep #256 47 ; rep #256
|
/linux-4.1.27/arch/arm64/kernel/ |
D | kuser32.S | 72 .rep 5
|
/linux-4.1.27/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.1.27/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() 2121 if (!dev->rep[REP_DELAY] && !dev->rep[REP_PERIOD]) { in input_register_device() 2124 dev->rep[REP_DELAY] = 250; in input_register_device() [all …]
|
D | evdev.c | 882 if (put_user(dev->rep[REP_DELAY], ip)) in evdev_do_ioctl() 884 if (put_user(dev->rep[REP_PERIOD], ip + 1)) in evdev_do_ioctl()
|
/linux-4.1.27/arch/x86/platform/intel-mid/device_libs/ |
D | platform_gpio_keys.c | 43 .rep = 1,
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | board-ldp.c | 86 .rep = 1, 158 .rep = 1,
|
D | board-omap3pandora.c | 231 .rep = 1,
|
D | board-cm-t35.c | 393 .rep = 1,
|
D | board-rx51-peripherals.c | 448 .rep = 1,
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
D | base.c | 378 struct nvkm_i2c_ntfy_rep rep = { in nvkm_i2c_intr() local 381 nvkm_event_send(&i2c->event, rep.mask, in nvkm_i2c_intr() 382 port->index, &rep, in nvkm_i2c_intr() 383 sizeof(rep)); in nvkm_i2c_intr()
|
/linux-4.1.27/arch/x86/power/ |
D | hibernate_asm_32.S | 52 rep
|
D | hibernate_asm_64.S | 89 rep
|
/linux-4.1.27/drivers/hid/ |
D | hid-input.c | 1332 struct hid_report *rep; in report_features() local 1336 list_for_each_entry(rep, &rep_enum->report_list, list) in report_features() 1337 for (i = 0; i < rep->maxfield; i++) { in report_features() 1339 if (rep->field[i]->report_count < 1) in report_features() 1342 for (j = 0; j < rep->field[i]->maxusage; j++) { in report_features() 1344 hidinput_setup_battery(hid, HID_FEATURE_REPORT, rep->field[i]); in report_features() 1347 drv->feature_mapping(hid, rep->field[i], in report_features() 1348 rep->field[i]->usage + j); in report_features()
|
/linux-4.1.27/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.1.27/arch/x86/xen/ |
D | xen-asm_32.S | 232 rep movsl
|
/linux-4.1.27/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.1.27/arch/arm/mach-imx/ |
D | mach-pcm037_eet.c | 159 .rep = 0, /* No auto-repeat */
|
/linux-4.1.27/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.1.27/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.1.27/include/scsi/ |
D | osd_ore.h | 188 int ore_check_io(struct ore_io_state *ios, ore_on_dev_error rep);
|
/linux-4.1.27/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 | 115 gpio_keys_pdata->rep = autorepeat; in soc_button_device_create()
|
/linux-4.1.27/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.1.27/arch/arm/boot/dts/ |
D | at91sam9261ek.dts | 147 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.1.27/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.1.27/Documentation/devicetree/bindings/input/ |
D | ads7846.txt | 61 ti,debounce-rep Additional consecutive good readings
|
/linux-4.1.27/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 | 1390 dev->input_dev->rep[REP_DELAY] = 500; in rc_register_device() 1397 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.1.27/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.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_dlm.h | 1401 int intent_disposition(struct ldlm_reply *rep, int flag); 1402 void intent_set_disposition(struct ldlm_reply *rep, int flag);
|
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
D | osc_request.c | 2152 struct ldlm_reply *rep; in osc_enqueue_fini() local 2153 rep = req_capsule_server_get(&req->rq_pill, in osc_enqueue_fini() 2156 LASSERT(rep != NULL); in osc_enqueue_fini() 2157 rep->lock_policy_res1 = in osc_enqueue_fini() 2158 ptlrpc_status_ntoh(rep->lock_policy_res1); in osc_enqueue_fini() 2159 if (rep->lock_policy_res1) in osc_enqueue_fini() 2160 rc = rep->lock_policy_res1; in osc_enqueue_fini()
|
/linux-4.1.27/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.1.27/include/linux/i2c/ |
D | twl.h | 625 bool rep; member
|
/linux-4.1.27/arch/arm/mach-davinci/ |
D | board-dm365-evm.c | 227 .rep = 1,
|
/linux-4.1.27/drivers/gpu/drm/i2c/ |
D | tda998x_drv.c | 851 uint8_t reg, div, rep; in tda998x_encoder_mode_set() local 943 rep = 0; in tda998x_encoder_mode_set() 949 PLL_SERIAL_2_SRL_PR(rep)); in tda998x_encoder_mode_set()
|
/linux-4.1.27/drivers/hid/usbhid/ |
D | hid-core.c | 1213 static void usbhid_request(struct hid_device *hid, struct hid_report *rep, int reqtype) in usbhid_request() argument 1217 usbhid_submit_report(hid, rep, USB_DIR_IN); in usbhid_request() 1220 usbhid_submit_report(hid, rep, USB_DIR_OUT); in usbhid_request()
|
/linux-4.1.27/arch/mips/alchemy/devboards/ |
D | db1300.c | 402 .rep = 1,
|
/linux-4.1.27/arch/arm/mach-pxa/ |
D | raumfeld.c | 451 .rep = 0,
|
/linux-4.1.27/net/netfilter/ipset/ |
D | ip_set_core.c | 1422 struct nlmsghdr *rep, *nlh = nlmsg_hdr(skb); in call_ad() local 1435 rep = __nlmsg_put(skb2, NETLINK_CB(skb).portid, in call_ad() 1437 errmsg = nlmsg_data(rep); in call_ad()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | ctxnv50.c | 1889 int acnt = 0x10, rep, i; in nv50_gr_construct_gene_vfetch() local 2046 rep = 0xc; in nv50_gr_construct_gene_vfetch() 2048 rep = 4; in nv50_gr_construct_gene_vfetch() 2049 for (i = 0; i < rep; i++) { in nv50_gr_construct_gene_vfetch()
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/drivers/infiniband/hw/ocrdma/ |
D | ocrdma_sli.h | 1244 struct ocrdma_mbx_rsp rep; member
|