Home
last modified time | relevance | path

Searched refs:rep (Results 1 – 25 of 201) sorted by relevance

123456789

/Linux-v6.1/tools/perf/
Dbuiltin-report.c120 struct report *rep = cb; in report__config() local
129 rep->min_percent = pcnt; in report__config()
138 return perf_config_u64(&rep->queue_size, var, value); in report__config()
146 rep->skip_empty = perf_config_bool(var, value); in report__config()
158 struct report *rep = arg; in hist_iter__report_callback() local
165 if (!ui__has_annotation() && !rep->symbol_ipc) in hist_iter__report_callback()
176 } else if (rep->mem_mode) { in hist_iter__report_callback()
201 struct report *rep = arg; in hist_iter__branch_callback() local
207 branch_type_count(&rep->brtype_stat, &bi->flags, in hist_iter__branch_callback()
210 if (!ui__has_annotation() && !rep->symbol_ipc) in hist_iter__branch_callback()
[all …]
/Linux-v6.1/drivers/infiniband/hw/mlx5/
Dib_rep.c12 struct mlx5_eswitch_rep *rep, in mlx5_ib_set_vport_rep() argument
21 ibdev->port[vport_index].rep = rep; in mlx5_ib_set_vport_rep()
22 rep->rep_data[REP_IB].priv = ibdev; in mlx5_ib_set_vport_rep()
25 mlx5_ib_get_rep_netdev(rep->esw, rep->vport); in mlx5_ib_set_vport_rep()
34 mlx5_ib_vport_rep_load(struct mlx5_core_dev *dev, struct mlx5_eswitch_rep *rep) in mlx5_ib_vport_rep_load() argument
44 vport_index = rep->vport_index; in mlx5_ib_vport_rep_load()
53 if (rep->vport == MLX5_VPORT_UPLINK) in mlx5_ib_vport_rep_load()
60 if (rep->vport == MLX5_VPORT_UPLINK) in mlx5_ib_vport_rep_load()
63 return mlx5_ib_set_vport_rep(dev, rep, vport_index); in mlx5_ib_vport_rep_load()
77 vport_index = rep->vport_index; in mlx5_ib_vport_rep_load()
[all …]
Dstd_types.c117 struct mlx5_eswitch_rep *rep; in fill_switchdev_info() local
121 rep = dev->port[port_num - 1].rep; in fill_switchdev_info()
122 if (!rep) in fill_switchdev_info()
125 mdev = mlx5_eswitch_get_core_dev(rep->esw); in fill_switchdev_info()
129 info->vport = rep->vport; in fill_switchdev_info()
132 if (rep->vport != MLX5_VPORT_UPLINK) { in fill_switchdev_info()
133 err = fill_vport_vhca_id(mdev, rep->vport, info); in fill_switchdev_info()
141 err = fill_vport_icm_addr(mdev, rep->vport, info); in fill_switchdev_info()
145 if (mlx5_eswitch_vport_match_metadata_enabled(rep->esw)) { in fill_switchdev_info()
147 rep->esw, rep->vport); in fill_switchdev_info()
/Linux-v6.1/lib/zstd/compress/
Dzstd_lazy.h32 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
35 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
38 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
41 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
45 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
48 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
51 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
54 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
58 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
61 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
[all …]
Dzstd_opt.h21 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
24 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
27 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
32 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
35 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
39 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
42 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
Dzstd_fast.c48 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast_generic()
68 U32 offset_1=rep[0], offset_2=rep[1]; in ZSTD_compressBlock_fast_generic()
178 rep[0] = offset_1 ? offset_1 : offsetSaved; in ZSTD_compressBlock_fast_generic()
179 rep[1] = offset_2 ? offset_2 : offsetSaved; in ZSTD_compressBlock_fast_generic()
187 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast()
196 return ZSTD_compressBlock_fast_generic(ms, seqStore, rep, src, srcSize, 4); in ZSTD_compressBlock_fast()
198 return ZSTD_compressBlock_fast_generic(ms, seqStore, rep, src, srcSize, 5); in ZSTD_compressBlock_fast()
200 return ZSTD_compressBlock_fast_generic(ms, seqStore, rep, src, srcSize, 6); in ZSTD_compressBlock_fast()
202 return ZSTD_compressBlock_fast_generic(ms, seqStore, rep, src, srcSize, 7); in ZSTD_compressBlock_fast()
208 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_fast_dictMatchState_generic()
[all …]
Dzstd_double_fast.c52 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast_generic()
71 U32 offset_1=rep[0], offset_2=rep[1]; in ZSTD_compressBlock_doubleFast_generic()
309 rep[0] = offset_1 ? offset_1 : offsetSaved; in ZSTD_compressBlock_doubleFast_generic()
310 rep[1] = offset_2 ? offset_2 : offsetSaved; in ZSTD_compressBlock_doubleFast_generic()
318 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast()
326 … return ZSTD_compressBlock_doubleFast_generic(ms, seqStore, rep, src, srcSize, 4, ZSTD_noDict); in ZSTD_compressBlock_doubleFast()
328 … return ZSTD_compressBlock_doubleFast_generic(ms, seqStore, rep, src, srcSize, 5, ZSTD_noDict); in ZSTD_compressBlock_doubleFast()
330 … return ZSTD_compressBlock_doubleFast_generic(ms, seqStore, rep, src, srcSize, 6, ZSTD_noDict); in ZSTD_compressBlock_doubleFast()
332 … return ZSTD_compressBlock_doubleFast_generic(ms, seqStore, rep, src, srcSize, 7, ZSTD_noDict); in ZSTD_compressBlock_doubleFast()
338 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_doubleFast_dictMatchState()
[all …]
Dzstd_opt.c526 const U32 rep[ZSTD_REP_NUM], in ZSTD_insertBtAndGetAllMatches()
579 U32 const repOffset = (repCode==ZSTD_REP_NUM) ? (rep[0] - 1) : rep[repCode]; in ZSTD_insertBtAndGetAllMatches()
760 const U32 rep[ZSTD_REP_NUM], in ZSTD_BtGetAllMatches()
771 …rtBtAndGetAllMatches(matches, ms, nextToUpdate3, ip, iHighLimit, dictMode, rep, ll0, lengthToBeat,… in ZSTD_BtGetAllMatches()
773 …rtBtAndGetAllMatches(matches, ms, nextToUpdate3, ip, iHighLimit, dictMode, rep, ll0, lengthToBeat,… in ZSTD_BtGetAllMatches()
774 …rtBtAndGetAllMatches(matches, ms, nextToUpdate3, ip, iHighLimit, dictMode, rep, ll0, lengthToBeat,… in ZSTD_BtGetAllMatches()
776 …rtBtAndGetAllMatches(matches, ms, nextToUpdate3, ip, iHighLimit, dictMode, rep, ll0, lengthToBeat,… in ZSTD_BtGetAllMatches()
945 U32 rep[ZSTD_REP_NUM], in ZSTD_compressBlock_opt_generic()
987 …atches = ZSTD_BtGetAllMatches(matches, ms, &nextToUpdate3, ip, iend, dictMode, rep, ll0, minMatch); in ZSTD_compressBlock_opt_generic()
993 { U32 i ; for (i=0; i<ZSTD_REP_NUM; i++) opt[0].rep[i] = rep[i]; } in ZSTD_compressBlock_opt_generic()
[all …]
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/
Den_rep.c173 struct mlx5_eswitch_rep *rep = rpriv->rep; in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS() local
178 err = mlx5_eswitch_get_vport_stats(esw, rep->vport, &vf_stats); in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS()
181 rep->vport, err); in MLX5E_DECLARE_STATS_GRP_OP_UPDATE_STATS()
317 struct mlx5_eswitch_rep *rep) in mlx5e_sqs2vport_stop() argument
325 rpriv = mlx5e_rep_to_rep_priv(rep); in mlx5e_sqs2vport_stop()
336 struct mlx5_eswitch_rep *rep, in mlx5e_sqs2vport_start() argument
349 rpriv = mlx5e_rep_to_rep_priv(rep); in mlx5e_sqs2vport_start()
362 flow_rule = mlx5_eswitch_add_send_to_vport_rule(esw, esw, rep, in mlx5e_sqs2vport_start()
374 rep, sqns_array[i]); in mlx5e_sqs2vport_start()
393 mlx5e_sqs2vport_stop(esw, rep); in mlx5e_sqs2vport_start()
[all …]
Dvport.c650 struct mlx5_hca_vport_context *rep) in mlx5_query_hca_vport_context() argument
685 rep->field_select = MLX5_GET_PR(hca_vport_context, ctx, field_select); in mlx5_query_hca_vport_context()
686 rep->sm_virt_aware = MLX5_GET_PR(hca_vport_context, ctx, sm_virt_aware); in mlx5_query_hca_vport_context()
687 rep->has_smi = MLX5_GET_PR(hca_vport_context, ctx, has_smi); in mlx5_query_hca_vport_context()
688 rep->has_raw = MLX5_GET_PR(hca_vport_context, ctx, has_raw); in mlx5_query_hca_vport_context()
689 rep->policy = MLX5_GET_PR(hca_vport_context, ctx, vport_state_policy); in mlx5_query_hca_vport_context()
690 rep->phys_state = MLX5_GET_PR(hca_vport_context, ctx, in mlx5_query_hca_vport_context()
692 rep->vport_state = MLX5_GET_PR(hca_vport_context, ctx, vport_state); in mlx5_query_hca_vport_context()
693 rep->port_physical_state = MLX5_GET_PR(hca_vport_context, ctx, in mlx5_query_hca_vport_context()
695 rep->port_guid = MLX5_GET64_PR(hca_vport_context, ctx, port_guid); in mlx5_query_hca_vport_context()
[all …]
Deswitch_offloads.c54 #define mlx5_esw_for_each_rep(esw, i, rep) \ argument
55 xa_for_each(&((esw)->offloads.vport_reps), i, rep)
57 #define mlx5_esw_for_each_sf_rep(esw, i, rep) \ argument
58 xa_for_each_marked(&((esw)->offloads.vport_reps), i, rep, MLX5_ESW_VPT_SF)
60 #define mlx5_esw_for_each_vf_rep(esw, index, rep) \ argument
62 rep, (esw)->esw_funcs.num_vfs, MLX5_ESW_VPT_VF)
283 else if (mlx5_esw_indir_table_needed(esw, attr, esw_attr->dests[i].rep->vport, in esw_put_dest_tables_loop()
285 mlx5_esw_indir_table_put(esw, attr, esw_attr->dests[i].rep->vport, in esw_put_dest_tables_loop()
354 if (esw_attr->dests[i].rep && in esw_is_indir_table()
355 mlx5_esw_indir_table_needed(esw, attr, esw_attr->dests[i].rep->vport, in esw_is_indir_table()
[all …]
/Linux-v6.1/net/sunrpc/xprtrdma/
Dverbs.c72 static void rpcrdma_rep_destroy(struct rpcrdma_rep *rep);
162 struct rpcrdma_rep *rep = container_of(cqe, struct rpcrdma_rep, in rpcrdma_wc_receive() local
167 trace_xprtrdma_wc_receive(wc, &rep->rr_cid); in rpcrdma_wc_receive()
173 rpcrdma_set_xdrlen(&rep->rr_hdrbuf, wc->byte_len); in rpcrdma_wc_receive()
174 rep->rr_wc_flags = wc->wc_flags; in rpcrdma_wc_receive()
175 rep->rr_inv_rkey = wc->ex.invalidate_rkey; in rpcrdma_wc_receive()
177 ib_dma_sync_single_for_cpu(rdmab_device(rep->rr_rdmabuf), in rpcrdma_wc_receive()
178 rdmab_addr(rep->rr_rdmabuf), in rpcrdma_wc_receive()
181 rpcrdma_reply_handler(rep); in rpcrdma_wc_receive()
186 rpcrdma_rep_put(&r_xprt->rx_buf, rep); in rpcrdma_wc_receive()
[all …]
Drpc_rdma.c523 struct rpcrdma_rep *rep = req->rl_reply; in rpcrdma_sendctx_done() local
525 rpcrdma_complete_rqst(rep); in rpcrdma_sendctx_done()
526 rep->rr_rxprt->rx_stats.reply_waits_for_send++; in rpcrdma_sendctx_done()
1121 rpcrdma_is_bcall(struct rpcrdma_xprt *r_xprt, struct rpcrdma_rep *rep) in rpcrdma_is_bcall() argument
1125 struct xdr_stream *xdr = &rep->rr_stream; in rpcrdma_is_bcall()
1128 if (rep->rr_proc != rdma_msg) in rpcrdma_is_bcall()
1143 if (*p++ != rep->rr_xid) in rpcrdma_is_bcall()
1159 rpcrdma_bc_receive_call(r_xprt, rep); in rpcrdma_is_bcall()
1262 rpcrdma_decode_msg(struct rpcrdma_xprt *r_xprt, struct rpcrdma_rep *rep, in rpcrdma_decode_msg() argument
1265 struct xdr_stream *xdr = &rep->rr_stream; in rpcrdma_decode_msg()
[all …]
/Linux-v6.1/net/ceph/crush/
Dmapper.c467 int rep; in crush_choose_firstn() local
484 for (rep = stable ? 0 : outpos; rep < numrep && count > 0 ; rep++) { in crush_choose_firstn()
497 r = rep + parent_r; in crush_choose_firstn()
658 int rep; in crush_choose_indep() local
670 for (rep = outpos; rep < endpos; rep++) { in crush_choose_indep()
671 out[rep] = CRUSH_ITEM_UNDEF; in crush_choose_indep()
673 out2[rep] = CRUSH_ITEM_UNDEF; in crush_choose_indep()
680 for (rep = outpos; rep < endpos; rep++) { in crush_choose_indep()
681 dprintk(" %d", out[rep]); in crush_choose_indep()
685 for (rep = outpos; rep < endpos; rep++) { in crush_choose_indep()
[all …]
/Linux-v6.1/net/tipc/
Dnetlink_compat.c60 struct sk_buff *rep; member
242 if (tipc_skb_tailroom(msg->rep) <= 1) { in __tipc_nl_compat_dumpit()
264 if ((TIPC_SKB_MAX - msg->rep->len) <= 1) { in __tipc_nl_compat_dumpit()
265 char *tail = skb_tail_pointer(msg->rep); in __tipc_nl_compat_dumpit()
289 msg->rep = tipc_tlv_alloc(msg->rep_size); in tipc_nl_compat_dumpit()
290 if (!msg->rep) in tipc_nl_compat_dumpit()
294 tipc_tlv_init(msg->rep, msg->rep_type); in tipc_nl_compat_dumpit()
299 kfree_skb(msg->rep); in tipc_nl_compat_dumpit()
300 msg->rep = NULL; in tipc_nl_compat_dumpit()
307 kfree_skb(msg->rep); in tipc_nl_compat_dumpit()
[all …]
/Linux-v6.1/net/vmw_vsock/
Ddiag.c18 struct vsock_diag_msg *rep; in sk_diag_fill() local
21 nlh = nlmsg_put(skb, portid, seq, SOCK_DIAG_BY_FAMILY, sizeof(*rep), in sk_diag_fill()
26 rep = nlmsg_data(nlh); in sk_diag_fill()
27 rep->vdiag_family = AF_VSOCK; in sk_diag_fill()
34 rep->vdiag_type = sk->sk_type; in sk_diag_fill()
35 rep->vdiag_state = sk->sk_state; in sk_diag_fill()
36 rep->vdiag_shutdown = sk->sk_shutdown; in sk_diag_fill()
37 rep->vdiag_src_cid = vsk->local_addr.svm_cid; in sk_diag_fill()
38 rep->vdiag_src_port = vsk->local_addr.svm_port; in sk_diag_fill()
39 rep->vdiag_dst_cid = vsk->remote_addr.svm_cid; in sk_diag_fill()
[all …]
/Linux-v6.1/drivers/hid/
Dhid-ft260.c391 struct ft260_i2c_write_request_report *rep = in ft260_i2c_write() local
400 rep->report = FT260_I2C_DATA_REPORT_ID(len); in ft260_i2c_write()
401 rep->address = addr; in ft260_i2c_write()
402 rep->length = len; in ft260_i2c_write()
403 rep->flag = flag; in ft260_i2c_write()
405 memcpy(rep->data, &data[idx], len); in ft260_i2c_write()
408 rep->report, addr, idx, len, data[0]); in ft260_i2c_write()
410 ret = ft260_hid_output_report_check_status(dev, (u8 *)rep, in ft260_i2c_write()
432 struct ft260_i2c_write_request_report *rep = in ft260_smbus_write() local
435 if (data_len >= sizeof(rep->data)) in ft260_smbus_write()
[all …]
/Linux-v6.1/net/netlink/
Ddiag.c49 struct netlink_diag_msg *rep; in sk_diag_fill() local
52 nlh = nlmsg_put(skb, portid, seq, SOCK_DIAG_BY_FAMILY, sizeof(*rep), in sk_diag_fill()
57 rep = nlmsg_data(nlh); in sk_diag_fill()
58 rep->ndiag_family = AF_NETLINK; in sk_diag_fill()
59 rep->ndiag_type = sk->sk_type; in sk_diag_fill()
60 rep->ndiag_protocol = sk->sk_protocol; in sk_diag_fill()
61 rep->ndiag_state = sk->sk_state; in sk_diag_fill()
63 rep->ndiag_ino = sk_ino; in sk_diag_fill()
64 rep->ndiag_portid = nlk->portid; in sk_diag_fill()
65 rep->ndiag_dst_portid = nlk->dst_portid; in sk_diag_fill()
[all …]
/Linux-v6.1/net/unix/
Ddiag.c129 struct unix_diag_msg *rep; in sk_diag_fill() local
131 nlh = nlmsg_put(skb, portid, seq, SOCK_DIAG_BY_FAMILY, sizeof(*rep), in sk_diag_fill()
136 rep = nlmsg_data(nlh); in sk_diag_fill()
137 rep->udiag_family = AF_UNIX; in sk_diag_fill()
138 rep->udiag_type = sk->sk_type; in sk_diag_fill()
139 rep->udiag_state = sk->sk_state; in sk_diag_fill()
140 rep->pad = 0; in sk_diag_fill()
141 rep->udiag_ino = sk_ino; in sk_diag_fill()
142 sock_diag_save_cookie(sk, rep->udiag_cookie); in sk_diag_fill()
264 struct sk_buff *rep; in unix_diag_get_exact() local
[all …]
/Linux-v6.1/tools/testing/selftests/net/openvswitch/
Dovs-dpctl.py270 rep = vpl.info(iface.ifname, ifindex)
271 if rep is not None:
275 rep.get_attr("OVS_VPORT_ATTR_PORT_NO"),
276 rep.get_attr("OVS_VPORT_ATTR_NAME"),
277 OvsVport.type_to_str(rep.get_attr("OVS_VPORT_ATTR_TYPE")),
323 rep = None
325 rep = ovsdp.info(iface.ifname, 0)
327 rep = ovsdp.info(iface.ifname, 0)
329 if rep is not None:
331 print_ovsdp_full(rep, iface.index, ndb)
[all …]
/Linux-v6.1/drivers/s390/crypto/
Dzcrypt_ep11misc.c390 struct ep11_cprb *rep, size_t rep_len) in prep_urb() argument
396 u->resp = (u8 __user *)rep; in prep_urb()
489 struct ep11_cprb *req = NULL, *rep = NULL; in ep11_query_info() local
507 rep = alloc_cprb(sizeof(struct ep11_info_rep_pl) + buflen); in ep11_query_info()
508 if (!rep) in ep11_query_info()
510 rep_pl = (struct ep11_info_rep_pl *)(((u8 *)rep) + sizeof(*rep)); in ep11_query_info()
520 rep, sizeof(*rep) + sizeof(*rep_pl) + buflen); in ep11_query_info()
549 kfree(rep); in ep11_query_info()
701 struct ep11_cprb *req = NULL, *rep = NULL; in ep11_genaeskey() local
745 rep = alloc_cprb(sizeof(struct keygen_rep_pl)); in ep11_genaeskey()
[all …]
/Linux-v6.1/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dconn.c39 struct nvif_notify_conn_rep_v0 rep; in nvkm_conn_hpd() local
45 rep.mask = NVIF_NOTIFY_CONN_V0_UNPLUG; in nvkm_conn_hpd()
47 rep.mask = NVIF_NOTIFY_CONN_V0_PLUG; in nvkm_conn_hpd()
48 rep.version = 0; in nvkm_conn_hpd()
50 nvkm_event_send(&disp->hpd, rep.mask, index, &rep, sizeof(rep)); in nvkm_conn_hpd()
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
Dbridge.c81 *vport_num = rpriv->rep->vport; in mlx5_esw_bridge_rep_vport_num_vhca_id_get()
98 struct net_device *rep; in mlx5_esw_bridge_lower_rep_vport_num_vhca_id_get() local
103 rep = mlx5_esw_bridge_lower_rep_vport_num_vhca_id_get(lower_dev, esw, vport_num, in mlx5_esw_bridge_lower_rep_vport_num_vhca_id_get()
105 if (rep) in mlx5_esw_bridge_lower_rep_vport_num_vhca_id_get()
106 return rep; in mlx5_esw_bridge_lower_rep_vport_num_vhca_id_get()
112 static bool mlx5_esw_bridge_is_local(struct net_device *dev, struct net_device *rep, in mlx5_esw_bridge_is_local() argument
118 if (!mlx5_esw_bridge_dev_same_esw(rep, esw)) in mlx5_esw_bridge_is_local()
121 priv = netdev_priv(rep); in mlx5_esw_bridge_is_local()
135 struct net_device *upper = info->upper_dev, *rep; in mlx5_esw_bridge_port_changeupper() local
145 rep = mlx5_esw_bridge_rep_vport_num_vhca_id_get(dev, esw, &vport_num, &esw_owner_vhca_id); in mlx5_esw_bridge_port_changeupper()
[all …]
/Linux-v6.1/drivers/gpu/drm/vmwgfx/
Dvmwgfx_surface.c102 struct drm_vmw_gb_surface_create_rep *rep,
107 struct drm_vmw_gb_surface_ref_ext_rep *rep,
730 struct drm_vmw_surface_arg *rep = &arg->rep; in vmw_surface_define_ioctl() local
877 rep->sid = user_srf->prime.base.handle; in vmw_surface_define_ioctl()
982 struct drm_vmw_surface_create_req *rep = &arg->rep; in vmw_surface_reference_ioctl() local
999 rep->flags = (uint32_t)srf->metadata.flags; in vmw_surface_reference_ioctl()
1000 rep->format = srf->metadata.format; in vmw_surface_reference_ioctl()
1001 memcpy(rep->mip_levels, srf->metadata.mip_levels, in vmw_surface_reference_ioctl()
1004 rep->size_addr; in vmw_surface_reference_ioctl()
1322 struct drm_vmw_gb_surface_create_rep *rep = &arg->rep; in vmw_gb_surface_define_ioctl() local
[all …]
/Linux-v6.1/drivers/hid/intel-ish-hid/
Dishtp-hid.c104 static void ishtp_hid_request(struct hid_device *hid, struct hid_report *rep, in ishtp_hid_request() argument
109 unsigned int len = ((rep->size - 1) >> 3) + 1 + (rep->id > 0); in ishtp_hid_request()
119 hid_ishtp_get_report(hid, rep->id, rep->type); in ishtp_hid_request()
130 hid_output_report(rep, buf + header_size); in ishtp_hid_request()
131 hid_ishtp_set_feature(hid, buf, len, rep->id); in ishtp_hid_request()

123456789