Searched defs:rep (Results 1 - 17 of 17) sorted by relevance

/drivers/gpu/drm/nouveau/
H A Dnouveau_gem.c169 struct drm_nouveau_gem_info *rep)
176 rep->domain = NOUVEAU_GEM_DOMAIN_GART;
178 rep->domain = NOUVEAU_GEM_DOMAIN_VRAM;
180 rep->offset = nvbo->bo.offset;
186 rep->offset = vma->offset;
189 rep->size = nvbo->bo.mem.num_pages << PAGE_SHIFT;
190 rep->map_handle = nvbo->bo.addr_space_offset;
191 rep->tile_mode = nvbo->tile_mode;
192 rep->tile_flags = nvbo->tile_flags;
168 nouveau_gem_info(struct drm_file *file_priv, struct drm_gem_object *gem, struct drm_nouveau_gem_info *rep) argument
H A Dnv50_grctx.c1877 int acnt = 0x10, rep, i; local
2034 rep = 0xc;
2036 rep = 4;
2037 for (i = 0; i < rep; i++) {
/drivers/net/wireless/ath/ath5k/
H A Deeprom.c1599 struct ath5k_edge_power *rep; local
1623 rep = ee->ee_ctl_pwr;
1639 rep += AR5K_EEPROM_N_EDGES;
1645 rep[j].freq = (val >> 8) & fmask;
1646 rep[j + 1].freq = val & fmask;
1650 rep[j].edge = (val >> 8) & pmask;
1651 rep[j].flag = (val >> 14) & 1;
1652 rep[j + 1].edge = val & pmask;
1653 rep[j + 1].flag = (val >> 6) & 1;
1657 rep[
[all...]
H A Dphy.c2774 struct ath5k_edge_power *rep = ee->ee_ctl_pwr; local
2830 if (target <= rep[rep_idx].freq)
2831 edge_pwr = (s16) rep[rep_idx].edge;
/drivers/hid/
H A Dhid-input.c1106 struct hid_report *rep; local
1110 list_for_each_entry(rep, &rep_enum->report_list, list)
1111 for (i = 0; i < rep->maxfield; i++)
1112 for (j = 0; j < rep->field[i]->maxusage; j++) {
1114 hidinput_setup_battery(hid, HID_FEATURE_REPORT, rep->field[i]);
1117 drv->feature_mapping(hid, rep->field[i],
1118 rep->field[i]->usage + j);
/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c423 struct ib_cm_rep_param rep = {}; local
428 rep.private_data = &data;
429 rep.private_data_len = sizeof data;
430 rep.flow_control = 0;
431 rep.rnr_retry_count = req->rnr_retry_count;
432 rep.srq = ipoib_cm_has_srq(dev);
433 rep.qp_num = qp->qp_num;
434 rep.starting_psn = psn;
435 return ib_send_cm_rep(cm_id, &rep);
/drivers/net/wireless/ath/ath9k/
H A Deeprom_4k.c480 struct cal_ctl_data_4k *rep; local
549 rep = &(pEepData->ctlData[i]);
553 rep->ctlEdges[
H A Deeprom_9287.c572 struct cal_ctl_data_ar9287 *rep; local
680 rep = &(pEepData->ctlData[i]);
682 rep->ctlEdges[ar5416_get_ntxchains(tx_chainmask) - 1];
H A Deeprom_def.c1000 struct cal_ctl_data *rep; local
1128 rep = &(pEepData->ctlData[i]);
1131 rep->ctlEdges[ar5416_get_ntxchains(tx_chainmask) - 1],
/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_resource.c1288 struct drm_vmw_surface_arg *rep = &arg->rep; local
1436 rep->sid = user_srf->base.hash.key;
1437 if (rep->sid == SVGA3D_INVALID_ID)
1463 struct drm_vmw_surface_create_req *rep = &arg->rep; local
1489 rep->flags = srf->flags;
1490 rep->format = srf->format;
1491 memcpy(rep->mip_levels, srf->mip_levels, sizeof(srf->mip_levels));
1493 rep
1604 struct drm_vmw_dmabuf_rep *rep = &arg->rep; local
[all...]
/drivers/infiniband/hw/cxgb3/
H A Diwch_cm.c1710 struct cpl_rdma_ec_status *rep = cplhdr(skb); local
1714 rep->status);
1715 if (rep->status) {
/drivers/isdn/gigaset/
H A Dev-layer.c1465 struct reply_t *rep; local
1500 rep = at_state->replystruct;
1533 for (;; rep++) {
1534 rcode = rep->resp_code;
1543 && ((int) at_state->ConState >= rep->min_ConState)
1544 && (rep->max_ConState < 0
1545 || (int) at_state->ConState <= rep->max_ConState)
1546 && (rep->parameter < 0 || rep->parameter == ev->parameter))
1550 p_command = rep
[all...]
/drivers/tty/vt/
H A Dkeyboard.c131 static char rep; /* flag telling character repeat */ variable
280 struct kbd_repeat *rep = data; local
284 if (rep[0].delay > 0)
286 EV_REP, REP_DELAY, rep[0].delay);
287 if (rep[0].period > 0)
289 EV_REP, REP_PERIOD, rep[0].period);
291 rep[1].delay = dev->rep[REP_DELAY];
292 rep[1].period = dev->rep[REP_PERIO
298 kbd_rate(struct kbd_repeat *rep) argument
[all...]
/drivers/infiniband/core/
H A Dcma.c2447 struct ib_cm_sidr_rep_event_param *rep = &ib_event->param.sidr_rep_rcvd; local
2462 if (rep->status != IB_SIDR_SUCCESS) {
2473 if (id_priv->qkey != rep->qkey) {
2481 event.param.ud.qp_num = rep->qpn;
2482 event.param.ud.qkey = rep->qkey;
2706 struct ib_cm_rep_param rep; local
2717 memset(&rep, 0, sizeof rep);
2718 rep.qp_num = id_priv->qp_num;
2719 rep
2760 struct ib_cm_sidr_rep_param rep; local
[all...]
/drivers/infiniband/hw/amso1100/
H A Dc2_wr.h330 struct c2wr_rnic_open_rep rep; member in union:c2wr_rnic_open
376 struct c2wr_rnic_query_rep rep; member in union:c2wr_rnic_query
399 struct c2wr_rnic_getconfig_rep rep; member in union:c2wr_rnic_getconfig
419 struct c2wr_rnic_setconfig_rep rep; member in union:c2wr_rnic_setconfig
436 struct c2wr_rnic_close_rep rep; member in union:c2wr_rnic_close
461 struct c2wr_cq_create_rep rep; member in union:c2wr_cq_create
478 struct c2wr_cq_modify_rep rep; member in union:c2wr_cq_modify
493 struct c2wr_cq_destroy_rep rep; member in union:c2wr_cq_destroy
511 struct c2wr_pd_alloc_rep rep; member in union:c2wr_pd_alloc
526 struct c2wr_pd_dealloc_rep rep; member in union:c2wr_pd_dealloc
555 struct c2wr_srq_create_rep rep; member in union:c2wr_srq_create
570 struct c2wr_srq_destroy_rep rep; member in union:c2wr_srq_destroy
627 struct c2wr_qp_create_rep rep; member in union:c2wr_qp_create
661 struct c2wr_qp_query_rep rep; member in union:c2wr_qp_query
694 struct c2wr_qp_modify_rep rep; member in union:c2wr_qp_modify
709 struct c2wr_qp_destroy_rep rep; member in union:c2wr_qp_destroy
757 struct c2wr_nsmr_stag_alloc_rep rep; member in union:c2wr_nsmr_stag_alloc
785 struct c2wr_nsmr_register_rep rep; member in union:c2wr_nsmr_register
804 struct c2wr_nsmr_pbl_rep rep; member in union:c2wr_nsmr_pbl
824 struct c2wr_mr_query_rep rep; member in union:c2wr_mr_query
843 struct c2wr_mw_query_rep rep; member in union:c2wr_mw_query
859 struct c2wr_stag_dealloc_rep rep; member in union:c2wr_stag_dealloc
889 struct c2wr_nsmr_reregister_rep rep; member in union:c2wr_nsmr_reregister
910 struct c2wr_smr_register_rep rep; member in union:c2wr_smr_register
926 struct c2wr_mw_alloc_rep rep; member in union:c2wr_mw_alloc
994 struct c2wr_ce rep; member in union:c2wr_send
1007 struct c2wr_ce rep; member in union:c2wr_rdma_write
1021 struct c2wr_ce rep; member in union:c2wr_rdma_read
1037 struct c2wr_ce rep; member in union:c2wr_mw_bind
1056 struct c2wr_ce rep; member in union:c2wr_nsmr_fastreg
1068 struct c2wr_ce rep; member in union:c2wr_stag_invalidate
1095 struct c2wr_ce rep; member in union:c2wr_recv
1175 struct c2wr_init_rep rep; member in union:c2wr_init
1195 struct c2wr_flash_init_rep rep; member in union:c2wr_flash_init
1211 struct c2wr_flash_rep rep; member in union:c2wr_flash
1228 struct c2wr_buf_alloc_rep rep; member in union:c2wr_buf_alloc
1244 struct c2wr_ce rep; member in union:c2wr_buf_free
1263 struct c2wr_flash_write_rep rep; member in union:c2wr_flash_write
1294 struct c2wr_ep_listen_create_rep rep; member in union:c2wr_ep_listen_create
1309 struct c2wr_ep_listen_destroy_rep rep; member in union:c2wr_ep_listen_destroy
1329 struct c2wr_ep_query_rep rep; member in union:c2wr_ep_query
1357 struct c2wr_cr_accept_rep rep; member in union:c2wr_cr_accept
1381 struct c2wr_cr_reject_rep rep; member in union:c2wr_cr_reject
1422 struct c2wr_console_rep rep; member in union:c2wr_console
[all...]
/drivers/net/wireless/bcmdhd/include/proto/
H A D802.11.h524 } BWL_POST_PACKED_STRUCT rep; member in struct:dot11_meas_rep
/drivers/net/wireless/bcmdhd/include/
H A Dwlioctl.h808 wl_rm_rep_elt_t rep[1]; /* variable length block of reports */ member in struct:wl_rm_rep

Completed in 513 milliseconds