Searched refs:rep (Results 51 - 75 of 181) sorted by relevance

12345678

/linux-master/drivers/net/wireless/ath/ath5k/
H A Deeprom.c1604 struct ath5k_edge_power *rep; local
1628 rep = ee->ee_ctl_pwr;
1644 rep += AR5K_EEPROM_N_EDGES;
1650 rep[j].freq = (val >> 8) & fmask;
1651 rep[j + 1].freq = val & fmask;
1655 rep[j].edge = (val >> 8) & pmask;
1656 rep[j].flag = (val >> 14) & 1;
1657 rep[j + 1].edge = val & pmask;
1658 rep[j + 1].flag = (val >> 6) & 1;
1662 rep[
[all...]
/linux-master/net/ipv4/
H A Dudp_diag.c35 struct sk_buff *rep; local
66 rep = nlmsg_new(nla_total_size(sizeof(struct inet_diag_msg)) +
70 if (!rep)
73 err = inet_sk_diag_fill(sk, NULL, rep, cb, req, 0,
77 kfree_skb(rep);
80 err = nlmsg_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid);
H A Dtcp_ipv4.c732 } rep; local
758 memset(&rep, 0, sizeof(rep));
759 rep.th.dest = th->source;
760 rep.th.source = th->dest;
761 rep.th.doff = sizeof(struct tcphdr) / 4;
762 rep.th.rst = 1;
765 rep.th.seq = th->ack_seq;
767 rep.th.ack = 1;
768 rep
928 } rep; local
[all...]
/linux-master/arch/x86/boot/compressed/
H A Dhead_32.S120 rep movsl
151 rep stosl
/linux-master/arch/x86/lib/
H A Dclear_page_64.S20 rep stosq
50 rep stosb
H A Dcopy_user_64.S28 * for 'rep movs', so that we can rewrite the function call with
29 * just a plain 'rep movs' on machines that have FSRM. But to make
71 0: ALTERNATIVE "jmp .Llarge_movsq", "rep movsb", X86_FEATURE_ERMS
80 0: rep movsq
H A Dmemmove_64.S42 #define MEMMOVE_BYTES movq %rdx, %rcx; rep movsb; RET
90 rep movsq
107 rep movsq
/linux-master/block/
H A Dblk-zoned.c328 struct blk_zone_report rep; local
337 if (copy_from_user(&rep, argp, sizeof(struct blk_zone_report)))
340 if (!rep.nr_zones)
344 ret = blkdev_report_zones(bdev, rep.sector, rep.nr_zones,
349 rep.nr_zones = ret;
350 rep.flags = BLK_ZONE_REP_CAPACITY;
351 if (copy_to_user(argp, &rep, sizeof(struct blk_zone_report)))
/linux-master/drivers/hid/
H A Dhid-apple.c746 struct apple_backlight_set_report *rep; local
748 rep = kmalloc(sizeof(*rep), GFP_KERNEL);
749 if (rep == NULL)
752 rep->report_id = 0xB0;
753 rep->version = 1;
754 rep->backlight = value;
755 rep->rate = rate;
757 ret = hid_hw_raw_request(hdev, 0xB0u, (u8 *) rep, sizeof(*rep),
777 struct apple_backlight_config_report *rep; local
[all...]
H A Dhid-nintendo.c1371 struct joycon_input_report *rep,
1374 u8 *raw = rep->imu_raw_bytes;
1392 struct joycon_input_report *rep)
1401 joycon_input_report_parse_imu_data(ctlr, rep, imu_data);
1588 static void joycon_handle_rumble_report(struct joycon_ctlr *ctlr, struct joycon_input_report *rep) argument
1594 if (IS_ENABLED(CONFIG_NINTENDO_FF) && rep->vibrator_report &&
1613 static void joycon_parse_battery_status(struct joycon_ctlr *ctlr, struct joycon_input_report *rep) argument
1620 tmp = rep->bat_con;
1651 struct joycon_input_report *rep)
1658 raw_x = hid_field_extract(ctlr->hdev, rep
1370 joycon_input_report_parse_imu_data(struct joycon_ctlr *ctlr, struct joycon_input_report *rep, struct joycon_imu_data *imu_data) argument
1391 joycon_parse_imu_report(struct joycon_ctlr *ctlr, struct joycon_input_report *rep) argument
1650 joycon_report_left_stick(struct joycon_ctlr *ctlr, struct joycon_input_report *rep) argument
1668 joycon_report_right_stick(struct joycon_ctlr *ctlr, struct joycon_input_report *rep) argument
1686 joycon_report_dpad(struct joycon_ctlr *ctlr, struct joycon_input_report *rep) argument
1707 joycon_report_buttons(struct joycon_ctlr *ctlr, struct joycon_input_report *rep, const struct joycon_ctlr_button_mapping button_mappings[]) argument
1718 joycon_parse_report(struct joycon_ctlr *ctlr, struct joycon_input_report *rep) argument
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch_offloads.c56 #define mlx5_esw_for_each_rep(esw, i, rep) \
57 xa_for_each(&((esw)->offloads.vport_reps), i, rep)
931 struct mlx5_eswitch_rep *rep,
987 dest.vport.num = rep->vport;
988 dest.vport.vhca_id = MLX5_CAP_GEN(rep->esw->dev, vhca_id);
992 if (rep->vport == MLX5_VPORT_UPLINK &&
999 dest.vport.num = rep->vport;
1000 dest.vport.vhca_id = MLX5_CAP_GEN(rep->esw->dev, vhca_id);
1005 rep->vport == MLX5_VPORT_UPLINK)
2352 struct mlx5_eswitch_rep *rep; local
929 mlx5_eswitch_add_send_to_vport_rule(struct mlx5_eswitch *on_esw, struct mlx5_eswitch *from_esw, struct mlx5_eswitch_rep *rep, u32 sqn) argument
2376 mlx5_esw_offloads_rep_cleanup(struct mlx5_eswitch *esw, struct mlx5_eswitch_rep *rep) argument
2385 struct mlx5_eswitch_rep *rep; local
2505 __esw_offloads_unload_rep(struct mlx5_eswitch *esw, struct mlx5_eswitch_rep *rep, u8 rep_type) argument
2515 struct mlx5_eswitch_rep *rep; local
2524 struct mlx5_eswitch_rep *rep; local
2548 struct mlx5_eswitch_rep *rep; local
2873 struct mlx5_eswitch_rep *rep; local
2902 struct mlx5_eswitch_rep *rep; local
3282 struct mlx5_eswitch_rep *rep; local
4035 struct mlx5_eswitch_rep *rep; local
4051 struct mlx5_eswitch_rep *rep; local
4064 struct mlx5_eswitch_rep *rep; local
4074 struct mlx5_eswitch_rep *rep; local
[all...]
/linux-master/lib/zstd/compress/
H A Dzstd_compress_internal.h152 U32 rep[ZSTD_REP_NUM]; member in struct:__anon192
181 U32 rep[ZSTD_REP_NUM]; member in struct:__anon195
452 ZSTD_matchState_t* bs, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM],
648 * updates in-place @rep (array of repeat offsets)
652 ZSTD_updateRep(U32 rep[ZSTD_REP_NUM], U32 const offBase_minus1, U32 const ll0) argument
655 rep[2] = rep[1];
656 rep[1] = rep[0];
657 rep[
672 U32 rep[3]; member in struct:repcodes_s
676 ZSTD_newRep(U32 const rep[ZSTD_REP_NUM], U32 const offBase_minus1, U32 const ll0) argument
[all...]
H A Dzstd_compress_superblock.c539 repcodes_t rep; local
540 ZSTD_memcpy(&rep, prevCBlock->rep, sizeof(rep));
542 ZSTD_updateRep(rep.rep, seq->offBase - 1, ZSTD_getSequenceLength(seqStorePtr, seq).litLength == 0);
544 ZSTD_memcpy(nextCBlock->rep, &rep, sizeof(rep));
/linux-master/net/tipc/
H A Dnet.c327 struct sk_buff *rep; local
330 rep = nlmsg_new(NLMSG_GOODSIZE, GFP_KERNEL);
331 if (!rep)
334 msg.skb = rep;
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_devlink.c114 struct devlink_health_reporter *rep; local
116 rep = dl->fw_reporter;
118 if (!IS_ERR_OR_NULL(rep))
119 devlink_health_reporter_destroy(rep);
/linux-master/lib/842/
H A D842_decompress.c282 u64 op, rep, tmp, bytes, total; local
305 ret = next_bits(&p, &rep, REPEAT_BITS);
312 /* copy rep + 1 */
313 rep++;
315 if (rep * 8 > p.olen)
318 while (rep-- > 0) {
/linux-master/net/sunrpc/xprtrdma/
H A Dxprt_rdma.h488 void rpcrdma_rep_put(struct rpcrdma_buffer *buf, struct rpcrdma_rep *rep);
542 void frwr_reminv(struct rpcrdma_rep *rep, struct list_head *mrs);
569 void rpcrdma_complete_rqst(struct rpcrdma_rep *rep);
570 void rpcrdma_unpin_rqst(struct rpcrdma_rep *rep);
571 void rpcrdma_reply_handler(struct rpcrdma_rep *rep);
H A Dfrwr_ops.c424 * @rep: Received reply
428 void frwr_reminv(struct rpcrdma_rep *rep, struct list_head *mrs) argument
433 if (mr->mr_handle == rep->rr_inv_rkey) {
573 struct rpcrdma_rep *rep; local
578 /* Ensure that @rep is generated before the MR is released */
579 rep = mr->mr_req->rl_reply;
583 if (rep)
584 rpcrdma_unpin_rqst(rep);
589 rpcrdma_complete_rqst(rep);
/linux-master/drivers/input/keyboard/
H A Dspear-keyboard.c64 bool rep; member in struct:spear_kbd
161 kbd->rep = true;
217 kbd->rep = pdata->rep;
245 if (kbd->rep)
/linux-master/drivers/media/i2c/
H A Dir-kbd-i2c.c537 int rep, i, l, p = 0, s, c = 0; local
601 for (rep = c / 3; rep >= 1; rep--) {
602 if (!memcmp(&codes[c - rep * 3], &codes[c - rep * 2], rep) &&
603 !cmp_no_trail(&codes[c - rep], &codes[c - rep * 2], rep)) {
[all...]
/linux-master/fs/cachefiles/
H A Dnamei.c267 struct dentry *rep,
275 _enter(",'%pd','%pd'", dir, rep);
277 if (rep->d_parent != dir) {
284 if (!d_is_dir(rep)) {
285 dget(rep); /* Stop the dentry being negated if it's only pinned
288 ret = cachefiles_unlink(cache, object, dir, rep, why);
289 dput(rep);
312 if (rep->d_parent != dir || IS_DEADDIR(d_inode(rep))) {
326 if (trap == rep) {
264 cachefiles_bury_object(struct cachefiles_cache *cache, struct cachefiles_object *object, struct dentry *dir, struct dentry *rep, enum fscache_why_object_killed why) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_gem.c303 struct drm_nouveau_gem_info *rep)
311 rep->domain = nvbo->valid_domains;
313 rep->domain = NOUVEAU_GEM_DOMAIN_GART;
315 rep->domain = NOUVEAU_GEM_DOMAIN_VRAM;
316 rep->offset = nvbo->offset;
323 rep->offset = vma->addr;
325 rep->offset = 0;
327 rep->size = nvbo->bo.base.size;
328 rep->map_handle = drm_vma_node_offset_addr(&nvbo->bo.base.vma_node);
329 rep
302 nouveau_gem_info(struct drm_file *file_priv, struct drm_gem_object *gem, struct drm_nouveau_gem_info *rep) argument
[all...]
/linux-master/arch/x86/kernel/
H A Drelocate_kernel_32.S266 rep ; movsl
271 rep ; movsl
276 rep ; movsl
H A Drelocate_kernel_64.S296 rep ; movsq
301 rep ; movsq
306 rep ; movsq
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-platform.c203 struct device_node *rep = NULL; local
217 rep = of_graph_get_remote_endpoint(ep);
218 if (!rep)
220 rparent = of_coresight_get_port_parent(rep);
223 if (of_graph_parse_endpoint(rep, &rendpoint))
255 of_node_put(rep);

Completed in 360 milliseconds

12345678