Searched refs:rep (Results 101 - 125 of 181) sorted by relevance

12345678

/linux-master/include/linux/mlx5/
H A Dvport.h90 struct mlx5_hca_vport_context *rep);
/linux-master/include/linux/
H A Dvt_kern.h20 int kbd_rate(struct kbd_repeat *rep);
/linux-master/arch/x86/power/
H A Dhibernate_asm_64.S139 rep
/linux-master/arch/x86/lib/
H A Dmemcpy_64.S28 * The 'rep movsb' itself is small enough to replace the call, but the
38 rep movsb
/linux-master/drivers/tty/vt/
H A Dkeyboard.c150 static bool rep; /* flag telling character repeat */ variable
305 rpt[1].delay = dev->rep[REP_DELAY];
306 rpt[1].period = dev->rep[REP_PERIOD];
491 if (rep)
499 if (rep)
517 if (rep || !tty)
547 if (!rep)
856 if (rep)
931 if (up_flag || rep)
940 if (up_flag || rep)
[all...]
/linux-master/tools/arch/x86/lib/
H A Dmemcpy_64.S27 * The 'rep movsb' itself is small enough to replace the call, but the
37 rep movsb
/linux-master/drivers/input/keyboard/
H A Dgpio_keys_polled.c164 pdata->rep = device_property_present(dev, "autorepeat");
276 if (pdata->rep)
H A Dtca6416-keypad.c232 if (pdata->rep)
/linux-master/sound/soc/generic/
H A Daudio-graph-card2.c325 struct device_node *rep = NULL; local
350 rep = of_graph_get_remote_endpoint(ep);
356 return rep;
852 struct device_node *rep = of_graph_get_remote_endpoint(ep); local
864 * => lnk: port@0 { ep: { ... = rep }; };
875 * rport: port@0 { rep: { ... = ep } };
899 * => lnk: port@0 { ep: { ... = rep; }; };
906 * rport: port@0 { rep: { ... = ep; }; };
926 graph_parse_convert(rep, dai_props); /* at node of <CPU/Codec> */
933 of_node_put(rep);
[all...]
/linux-master/drivers/usb/gadget/function/
H A Df_midi2.c458 struct snd_ump_stream_msg_ep_info rep = { local
469 reply_ep_in(ep, &rep, sizeof(rep));
475 struct snd_ump_stream_msg_devince_info rep = { local
486 reply_ep_in(ep, &rep, sizeof(rep));
562 struct snd_ump_stream_msg_stream_cfg rep = { local
569 rep.protocol = UMP_STREAM_MSG_EP_INFO_CAP_MIDI2 >> 8;
571 rep.protocol = UMP_STREAM_MSG_EP_INFO_CAP_MIDI1 >> 8;
573 reply_ep_in(ep, &rep, sizeo
580 struct snd_ump_stream_msg_fb_info rep = { local
[all...]
/linux-master/include/trace/events/
H A Drpcrdma.h290 const struct rpcrdma_rep *rep
293 TP_ARGS(rep),
299 __string(addr, rpcrdma_addrstr(rep->rr_rxprt))
300 __string(port, rpcrdma_portstr(rep->rr_rxprt))
304 __entry->xid = be32_to_cpu(rep->rr_xid);
305 __entry->version = be32_to_cpu(rep->rr_vers);
306 __entry->proc = be32_to_cpu(rep->rr_proc);
307 __assign_str(addr, rpcrdma_addrstr(rep->rr_rxprt));
308 __assign_str(port, rpcrdma_portstr(rep->rr_rxprt));
321 const struct rpcrdma_rep *rep \
[all...]
/linux-master/lib/
H A Dbch.c733 const struct gf_poly *a, int *rep)
737 /* represent 0 values with -1; warning, rep[d] is not set to 1 */
739 rep[i] = a->c[i] ? mod_s(bch, a_log(bch, a->c[i])+l) : -1;
746 const struct gf_poly *b, int *rep)
756 if (!rep) {
757 rep = bch->cache;
758 gf_poly_logrep(bch, b, rep);
766 m = rep[i];
732 gf_poly_logrep(struct bch_control *bch, const struct gf_poly *a, int *rep) argument
745 gf_poly_mod(struct bch_control *bch, struct gf_poly *a, const struct gf_poly *b, int *rep) argument
/linux-master/drivers/hid/
H A Dhid-input.c1958 struct hid_report *rep; local
1962 list_for_each_entry(rep, &rep_enum->report_list, list) {
1964 rep, true);
1967 ret = __hid_request(hid, rep, HID_REQ_SET_REPORT);
1970 rep, false);
1984 struct hid_report *rep; local
1989 list_for_each_entry(rep, &rep_enum->report_list, list)
1990 for (i = 0; i < rep->maxfield; i++) {
1992 if (rep->field[i]->report_count < 1)
1995 for (j = 0; j < rep
[all...]
H A Dhid-multitouch.c1536 struct hid_report *rep; local
1543 list_for_each_entry(rep, &rep_enum->report_list, list) {
1546 for (i = 0; i < rep->maxfield; i++) {
1548 if (rep->field[i]->report_count < 1)
1551 for (j = 0; j < rep->field[i]->maxusage; j++) {
1552 usage = &rep->field[i]->usage[j];
1555 rep->field[i],
1566 hid_hw_request(hdev, rep, HID_REQ_SET_REPORT);
H A Dhid-core.c1100 struct hid_report *rep; local
1132 list_for_each_entry(rep, &rep_enum->report_list, list) {
1133 for (i = 0; i < rep->maxfield; i++) {
1134 field = rep->field[i];
1168 struct hid_report *rep; local
1173 list_for_each_entry(rep, &rep_enum->report_list, list) {
1174 for (i = 0; i < rep->maxfield; i++) {
1176 if (rep->field[i]->report_count < 1)
1179 for (j = 0; j < rep->field[i]->maxusage; j++) {
1180 usage = &rep
[all...]
/linux-master/drivers/input/
H A Dinput.c89 dev->rep[REP_PERIOD] && dev->rep[REP_DELAY] &&
93 jiffies + msecs_to_jiffies(dev->rep[REP_DELAY]));
331 if (code <= REP_MAX && value >= 0 && dev->rep[code] != value) {
332 dev->rep[code] = value;
1748 dev->event(dev, EV_REP, REP_PERIOD, dev->rep[REP_PERIOD]);
1749 dev->event(dev, EV_REP, REP_DELAY, dev->rep[REP_DELAY]);
2265 if (dev->rep[REP_PERIOD])
2267 msecs_to_jiffies(dev->rep[REP_PERIOD]));
2284 dev->rep[REP_DELA
[all...]
/linux-master/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c427 struct ib_cm_rep_param rep = {}; local
432 rep.private_data = &data;
433 rep.private_data_len = sizeof(data);
434 rep.flow_control = 0;
435 rep.rnr_retry_count = req->rnr_retry_count;
436 rep.srq = ipoib_cm_has_srq(dev);
437 rep.qp_num = qp->qp_num;
438 rep.starting_psn = psn;
439 return ib_send_cm_rep(cm_id, &rep);
/linux-master/arch/x86/entry/
H A Dentry_32.S435 rep movsl
505 * whether we return to VM86 mode or not. With that it uses 'rep movsl'
540 rep movsl
595 rep movsl
/linux-master/drivers/infiniband/hw/erdma/
H A Derdma_cm.c572 struct mpa_rr *rep; local
581 rep = &cep->mpa.hdr;
583 if (memcmp(rep->key, MPA_KEY_REP, MPA_KEY_SIZE)) {
588 if (rep->params.bits & MPA_RR_FLAG_REJECT) {
594 if ((rep->params.bits & MPA_RR_FLAG_MARKERS) ||
595 (rep->params.bits & MPA_RR_FLAG_CRC)) {
/linux-master/drivers/media/usb/dvb-usb/
H A Ddvb-usb-remote.c219 input_dev->rep[REP_PERIOD] = d->props.rc.legacy.rc_interval;
220 input_dev->rep[REP_DELAY] = d->props.rc.legacy.rc_interval + 150;
/linux-master/drivers/media/rc/
H A Drc-main.c714 if (input->rep[REP_PERIOD])
716 msecs_to_jiffies(input->rep[REP_PERIOD]));
828 dev->input_dev->rep[REP_PERIOD] &&
829 !dev->input_dev->rep[REP_DELAY]) {
832 msecs_to_jiffies(dev->input_dev->rep[REP_PERIOD]));
1864 dev->input_dev->rep[REP_DELAY] = 0;
1866 dev->input_dev->rep[REP_DELAY] = 500;
1873 dev->input_dev->rep[REP_PERIOD] = 125;
/linux-master/arch/x86/crypto/
H A Daesni-intel_avx-x86_64.S253 .rep \REP
979 .rep \num_initial_blocks
990 .rep \num_initial_blocks
998 .rep \REP
1002 .rep \num_initial_blocks
1015 .rep \num_initial_blocks
1023 .rep \num_initial_blocks
1041 .rep \num_initial_blocks
1102 .rep \REP # do REP rounds
1472 .rep (\RE
[all...]
/linux-master/drivers/input/misc/
H A Dati_remote2.c398 ar2->jiffies = jiffies + msecs_to_jiffies(idev->rep[REP_DELAY]);
410 ar2->jiffies = jiffies + msecs_to_jiffies(idev->rep[REP_PERIOD]);
605 idev->rep[REP_DELAY] = 250;
606 idev->rep[REP_PERIOD] = 33;
/linux-master/drivers/iio/magnetometer/
H A Dbmc150_magn.c96 #define BMC150_MAGN_REPXY_TO_REGVAL(rep) (((rep) - 1) / 2)
97 #define BMC150_MAGN_REPZ_TO_REGVAL(rep) ((rep) - 1)
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_context.c785 struct drm_vmw_context_arg *rep = &arg->rep; local
789 return vmw_context_define(dev, rep, file_priv, false);
791 return vmw_context_define(dev, rep, file_priv, true);

Completed in 278 milliseconds

12345678