| /drivers/xen/ |
| A D | evtchn.c | 105 return u->ring + evtchn_ring_offset(u, idx); in evtchn_ring_entry() 112 u->nr_evtchns++; in add_evtchn() 234 READ_ONCE(u->ring_cons) != READ_ONCE(u->ring_prod)); in evtchn_read() 241 bytes1 = (u->ring_size - evtchn_ring_offset(u, c)) * in evtchn_read() 327 if (u->nr_evtchns <= u->ring_size) in evtchn_resize_ring() 359 memcpy(new_ring, old_ring, u->ring_size * sizeof(*u->ring)); in evtchn_resize_ring() 361 u->ring_size * sizeof(*u->ring)); in evtchn_resize_ring() 628 if (READ_ONCE(u->ring_cons) != READ_ONCE(u->ring_prod)) in evtchn_poll() 645 u = kzalloc(sizeof(*u), GFP_KERNEL); in evtchn_open() 651 kfree(u); in evtchn_open() [all …]
|
| A D | efi.c | 39 .u.efi_runtime_call.function = XEN_EFI_##name, \ 40 .u.efi_runtime_call.misc = 0} 42 #define efi_data(op) (op.u.efi_runtime_call) 58 tc->accuracy = efi_data(op).u.get_time.accuracy; in xen_efi_get_time() 130 efi_data(op).u.get_variable.size = *data_size; in xen_efi_get_variable() 136 *data_size = efi_data(op).u.get_variable.size; in xen_efi_get_variable() 177 efi_data(op).u.set_variable.size = data_size; in xen_efi_set_variable() 302 union xenpf_efi_info *info = &op.u.firmware_info.u.efi_info; in efi_mem_desc_lookup() 310 .u.firmware_info = { in efi_mem_desc_lookup() 313 .u.efi_info.mem.addr = phys_addr, in efi_mem_desc_lookup() [all …]
|
| /drivers/xen/xenbus/ |
| A D | xenbus_dev_frontend.c | 112 } u; member 428 msg.hdr = u->u.msg; in xenbus_command_reply() 454 } *msg = (void *)u->u.buffer; in xenbus_write_transaction() 502 path = u->u.buffer + sizeof(u->u.msg); in xenbus_write_watch() 581 if (len > sizeof(u->u.buffer) - u->len) { in xenbus_file_write() 588 ret = copy_from_user(u->u.buffer + u->len, ubuf, len); in xenbus_file_write() 602 if (u->len < sizeof(u->u.msg)) in xenbus_file_write() 607 if ((sizeof(u->u.msg) + u->u.msg.len) > sizeof(u->u.buffer)) { in xenbus_file_write() 613 if (u->len < (sizeof(u->u.msg) + u->u.msg.len)) in xenbus_file_write() 622 msg_type = u->u.msg.type; in xenbus_file_write() [all …]
|
| /drivers/scsi/fnic/ |
| A D | fnic_res.h | 128 desc->u.itmf._resvd = 0; in fnic_queue_wq_copy_desc_itmf() 130 desc->u.itmf._resvd1 = 0; in fnic_queue_wq_copy_desc_itmf() 149 desc->u.flogi_reg.format = format; in fnic_queue_wq_copy_desc_flogi_reg() 150 desc->u.flogi_reg._resvd = 0; in fnic_queue_wq_copy_desc_flogi_reg() 151 hton24(desc->u.flogi_reg.s_id, s_id); in fnic_queue_wq_copy_desc_flogi_reg() 169 desc->u.flogi_fip_reg._resvd0 = 0; in fnic_queue_wq_copy_desc_fip_reg() 170 hton24(desc->u.flogi_fip_reg.s_id, s_id); in fnic_queue_wq_copy_desc_fip_reg() 172 desc->u.flogi_fip_reg._resvd1 = 0; in fnic_queue_wq_copy_desc_fip_reg() 173 desc->u.flogi_fip_reg.r_a_tov = r_a_tov; in fnic_queue_wq_copy_desc_fip_reg() 174 desc->u.flogi_fip_reg.e_d_tov = e_d_tov; in fnic_queue_wq_copy_desc_fip_reg() [all …]
|
| /drivers/crypto/ccp/ |
| A D | ccp-crypto-rsa.c | 75 rctx->cmd.u.rsa.key_size = ctx->u.rsa.key_len; /* in bits */ in ccp_rsa_crypt() 77 rctx->cmd.u.rsa.exp = &ctx->u.rsa.e_sg; in ccp_rsa_crypt() 78 rctx->cmd.u.rsa.exp_len = ctx->u.rsa.e_len; in ccp_rsa_crypt() 80 rctx->cmd.u.rsa.exp = &ctx->u.rsa.d_sg; in ccp_rsa_crypt() 81 rctx->cmd.u.rsa.exp_len = ctx->u.rsa.d_len; in ccp_rsa_crypt() 83 rctx->cmd.u.rsa.mod = &ctx->u.rsa.n_sg; in ccp_rsa_crypt() 84 rctx->cmd.u.rsa.mod_len = ctx->u.rsa.n_len; in ccp_rsa_crypt() 148 sg_init_one(&ctx->u.rsa.n_sg, ctx->u.rsa.n_buf, ctx->u.rsa.n_len); in ccp_rsa_setkey() 150 ctx->u.rsa.key_len = ctx->u.rsa.n_len << 3; /* convert to bits */ in ccp_rsa_setkey() 160 sg_init_one(&ctx->u.rsa.e_sg, ctx->u.rsa.e_buf, ctx->u.rsa.e_len); in ccp_rsa_setkey() [all …]
|
| A D | ccp-crypto-aes-cmac.c | 159 rctx->cmd.u.aes.type = ctx->u.aes.type; in ccp_do_cmac_update() 160 rctx->cmd.u.aes.mode = ctx->u.aes.mode; in ccp_do_cmac_update() 162 rctx->cmd.u.aes.key = &ctx->u.aes.key_sg; in ccp_do_cmac_update() 163 rctx->cmd.u.aes.key_len = ctx->u.aes.key_len; in ccp_do_cmac_update() 170 rctx->cmd.u.aes.cmac_key_len = ctx->u.aes.kn_len; in ccp_do_cmac_update() 292 memset(ctx->u.aes.key, 0, sizeof(ctx->u.aes.key)); in ccp_aes_cmac_setkey() 293 aes_encrypt(&aes, ctx->u.aes.key, ctx->u.aes.key); in ccp_aes_cmac_setkey() 322 ctx->u.aes.kn_len = sizeof(ctx->u.aes.k1); in ccp_aes_cmac_setkey() 323 sg_init_one(&ctx->u.aes.k1_sg, ctx->u.aes.k1, sizeof(ctx->u.aes.k1)); in ccp_aes_cmac_setkey() 324 sg_init_one(&ctx->u.aes.k2_sg, ctx->u.aes.k2, sizeof(ctx->u.aes.k2)); in ccp_aes_cmac_setkey() [all …]
|
| A D | ccp-crypto-aes-galois.c | 49 ctx->u.aes.key_len = key_len; in ccp_aes_gcm_setkey() 52 sg_init_one(&ctx->u.aes.key_sg, ctx->u.aes.key, key_len); in ccp_aes_gcm_setkey() 86 if (!ctx->u.aes.key_len) in ccp_aes_gcm_crypt() 120 rctx->cmd.u.aes.type = ctx->u.aes.type; in ccp_aes_gcm_crypt() 121 rctx->cmd.u.aes.mode = ctx->u.aes.mode; in ccp_aes_gcm_crypt() 123 rctx->cmd.u.aes.key = &ctx->u.aes.key_sg; in ccp_aes_gcm_crypt() 124 rctx->cmd.u.aes.key_len = ctx->u.aes.key_len; in ccp_aes_gcm_crypt() 125 rctx->cmd.u.aes.iv = iv_sg; in ccp_aes_gcm_crypt() 127 rctx->cmd.u.aes.src = req->src; in ccp_aes_gcm_crypt() 132 rctx->cmd.u.aes.dst = req->dst; in ccp_aes_gcm_crypt() [all …]
|
| A D | ccp-crypto-des3.c | 53 ctx->u.des3.mode = alg->mode; in ccp_des3_setkey() 54 ctx->u.des3.key_len = key_len; in ccp_des3_setkey() 57 sg_init_one(&ctx->u.des3.key_sg, ctx->u.des3.key, key_len); in ccp_des3_setkey() 70 if (!ctx->u.des3.key_len) in ccp_des3_crypt() 91 rctx->cmd.u.des3.type = ctx->u.des3.type; in ccp_des3_crypt() 92 rctx->cmd.u.des3.mode = ctx->u.des3.mode; in ccp_des3_crypt() 96 rctx->cmd.u.des3.key = &ctx->u.des3.key_sg; in ccp_des3_crypt() 97 rctx->cmd.u.des3.key_len = ctx->u.des3.key_len; in ccp_des3_crypt() 98 rctx->cmd.u.des3.iv = iv_sg; in ccp_des3_crypt() 100 rctx->cmd.u.des3.src = req->src; in ccp_des3_crypt() [all …]
|
| A D | ccp-crypto-aes.c | 58 ctx->u.aes.mode = alg->mode; in ccp_aes_setkey() 62 sg_init_one(&ctx->u.aes.key_sg, ctx->u.aes.key, key_len); in ccp_aes_setkey() 75 if (!ctx->u.aes.key_len) in ccp_aes_crypt() 96 rctx->cmd.u.aes.type = ctx->u.aes.type; in ccp_aes_crypt() 97 rctx->cmd.u.aes.mode = ctx->u.aes.mode; in ccp_aes_crypt() 98 rctx->cmd.u.aes.action = in ccp_aes_crypt() 100 rctx->cmd.u.aes.key = &ctx->u.aes.key_sg; in ccp_aes_crypt() 101 rctx->cmd.u.aes.key_len = ctx->u.aes.key_len; in ccp_aes_crypt() 102 rctx->cmd.u.aes.iv = iv_sg; in ccp_aes_crypt() 126 ctx->u.aes.key_len = 0; in ccp_aes_init_tfm() [all …]
|
| A D | ccp-crypto-aes-xts.c | 91 memcpy(ctx->u.aes.key, key, key_len); in ccp_aes_xts_setkey() 98 ctx->u.aes.key_len = key_len / 2; in ccp_aes_xts_setkey() 99 sg_init_one(&ctx->u.aes.key_sg, ctx->u.aes.key, key_len); in ccp_aes_xts_setkey() 116 if (!ctx->u.aes.key_len) in ccp_aes_xts_crypt() 152 ctx->u.aes.tfm_skcipher); in ccp_aes_xts_crypt() 174 rctx->cmd.u.xts.key = &ctx->u.aes.key_sg; in ccp_aes_xts_crypt() 175 rctx->cmd.u.xts.key_len = ctx->u.aes.key_len; in ccp_aes_xts_crypt() 176 rctx->cmd.u.xts.iv = &rctx->iv_sg; in ccp_aes_xts_crypt() 178 rctx->cmd.u.xts.src = req->src; in ccp_aes_xts_crypt() 180 rctx->cmd.u.xts.dst = req->dst; in ccp_aes_xts_crypt() [all …]
|
| A D | ccp-dev-v3.c | 158 cr[1] = op->src.u.dma.length - 1; in ccp_perform_aes() 162 | ccp_addr_hi(&op->src.u.dma); in ccp_perform_aes() 165 | ccp_addr_hi(&op->dst.u.dma); in ccp_perform_aes() 192 | ccp_addr_hi(&op->src.u.dma); in ccp_perform_xts_aes() 195 | ccp_addr_hi(&op->dst.u.dma); in ccp_perform_xts_aes() 218 | ccp_addr_hi(&op->src.u.dma); in ccp_perform_sha() 241 cr[1] = op->u.rsa.input_len - 1; in ccp_perform_rsa() 245 | ccp_addr_hi(&op->src.u.dma); in ccp_perform_rsa() 248 | ccp_addr_hi(&op->dst.u.dma); in ccp_perform_rsa() 306 | ccp_addr_hi(&op->src.u.dma); in ccp_perform_ecc() [all …]
|
| A D | ccp-ops.c | 382 op->src.u.dma.offset = 0; in ccp_prepare_data() 404 op->dst.u.dma.length = op->src.u.dma.length; in ccp_prepare_data() 411 op->dst.u.dma.length = op->src.u.dma.length; in ccp_prepare_data() 445 op.src.u.sb = sb; in ccp_copy_to_from_sb() 454 op.dst.u.sb = sb; in ccp_copy_to_from_sb() 876 wa->op.u.aes.size = 0; in ccp_run_aes_gcm_cmd() 1022 op.u.aes.size = 0; in ccp_run_aes_cmd() 1162 op.u.xts.type = aestype; in ccp_run_xts_aes_cmd() 2078 op.dst.u.dma.length = op.src.u.dma.length; in ccp_run_passthru_cmd() 2252 op.u.ecc.function = cmd->u.ecc.function; in ccp_run_ecc_mm_cmd() [all …]
|
| A D | ccp-crypto-sha.c | 160 rctx->cmd.u.sha.src = sg; in ccp_do_sha_update() 162 rctx->cmd.u.sha.opad = ctx->u.sha.key_len ? in ccp_do_sha_update() 164 rctx->cmd.u.sha.opad_len = ctx->u.sha.key_len ? in ccp_do_sha_update() 197 if (ctx->u.sha.key_len) { in ccp_sha_init() 282 ctx->u.sha.key_len = 0; in ccp_sha_setkey() 287 memset(ctx->u.sha.key, 0, sizeof(ctx->u.sha.key)); in ccp_sha_setkey() 302 ctx->u.sha.ipad[i] = ctx->u.sha.key[i] ^ HMAC_IPAD_VALUE; in ccp_sha_setkey() 303 ctx->u.sha.opad[i] = ctx->u.sha.key[i] ^ HMAC_OPAD_VALUE; in ccp_sha_setkey() 306 sg_init_one(&ctx->u.sha.opad_sg, ctx->u.sha.opad, block_size); in ccp_sha_setkey() 320 ctx->u.sha.key_len = 0; in ccp_sha_cra_init() [all …]
|
| /drivers/staging/vc04_services/vchiq-mmal/ |
| A D | mmal-vchiq.c | 162 } u; member 242 msg->u.event_to_host.port_num, in event_to_host_cb() 243 msg->u.event_to_host.cmd, msg->u.event_to_host.length); in event_to_host_cb() 270 msg_context->u.bulk.port->buffer_cb(msg_context->u.bulk.instance, in buffer_work_cb() 349 msg_context->u.bulk.dts = msg->u.buffer_from_host.buffer_header.dts; in bulk_receive() 350 msg_context->u.bulk.pts = msg->u.buffer_from_host.buffer_header.pts; in bulk_receive() 490 msg_context->u.bulk.status = in buffer_to_host_cb() 503 msg_context->u.bulk.status = in buffer_to_host_cb() 811 sizeof(m.u.port_info_set), in port_info_set() 944 m.u.component_create.pid = 0; in create_component() [all …]
|
| /drivers/net/wireless/ath/ath12k/ |
| A D | hal.c | 412 memcpy(&fdesc->u.qcn9274.msdu_end, &ldesc->u.qcn9274.msdu_end, in ath12k_hw_qcn9274_rx_desc_copy_end_tlv() 1212 memcpy(&fdesc->u.wcn7850.msdu_end, &ldesc->u.wcn7850.msdu_end, in ath12k_hw_wcn7850_rx_desc_copy_end_tlv() 1976 if (srng->u.dst_ring.tp != srng->u.dst_ring.cached_hp) in ath12k_hal_srng_dst_peek() 1989 if (srng->u.dst_ring.tp == srng->u.dst_ring.cached_hp) in ath12k_hal_srng_dst_get_next_entry() 2134 if (srng->u.src_ring.hp == srng->u.src_ring.reap_hp) in ath12k_hal_srng_src_get_next_reaped() 2184 WRITE_ONCE(*srng->u.src_ring.hp_addr, srng->u.src_ring.hp); in ath12k_hal_srng_access_end() 2186 srng->u.dst_ring.last_hp = *srng->u.dst_ring.hp_addr; in ath12k_hal_srng_access_end() 2191 WRITE_ONCE(*srng->u.dst_ring.tp_addr, srng->u.dst_ring.tp); in ath12k_hal_srng_access_end() 2206 srng->u.dst_ring.last_hp = *srng->u.dst_ring.hp_addr; in ath12k_hal_srng_access_end() 2550 *srng->u.src_ring.tp_addr != srng->u.src_ring.hp) in ath12k_hal_srng_shadow_update_hp_tp() [all …]
|
| /drivers/input/joystick/iforce/ |
| A D | iforce-ff.c | 193 || old->u.condition[i].right_coeff != new->u.condition[i].right_coeff in need_condition_modifier() 194 || old->u.condition[i].left_coeff != new->u.condition[i].left_coeff in need_condition_modifier() 195 || old->u.condition[i].deadband != new->u.condition[i].deadband in need_condition_modifier() 196 || old->u.condition[i].center != new->u.condition[i].center; in need_condition_modifier() 215 return old->u.constant.level != effect->u.constant.level; in need_magnitude_modifier() 262 return (old->u.periodic.period != new->u.periodic.period in need_period_modifier() 263 || old->u.periodic.magnitude != new->u.periodic.magnitude in need_period_modifier() 264 || old->u.periodic.offset != new->u.periodic.offset in need_period_modifier() 265 || old->u.periodic.phase != new->u.periodic.phase); in need_period_modifier() 348 effect->u.periodic.magnitude, effect->u.periodic.offset, in iforce_upload_periodic() [all …]
|
| /drivers/gpu/drm/tests/ |
| A D | drm_dp_mst_helper_test.c | 227 .u.port_num.port_number = 5, 234 .u.port_num.port_number = 5, 241 .u.port_num.port_number = 5, 327 .u.dpcd_write.bytes = data, 379 .u.i2c_write.bytes = data, 443 #define IN in->u.i2c_read in sideband_msg_req_equal() 444 #define OUT out->u.i2c_read in sideband_msg_req_equal() 471 #define IN in->u.dpcd_write in sideband_msg_req_equal() 472 #define OUT out->u.dpcd_write in sideband_msg_req_equal() 483 #define IN in->u.i2c_write in sideband_msg_req_equal() [all …]
|
| /drivers/scsi/ |
| A D | hptiop.c | 615 if (hba->u.itl.iop == NULL) in hptiop_map_pci_bar_itl() 618 hba->u.itl.plx = hba->u.itl.iop; in hptiop_map_pci_bar_itl() 621 iounmap(hba->u.itl.plx); in hptiop_map_pci_bar_itl() 630 if (hba->u.itl.plx) in hptiop_unmap_pci_bar_itl() 631 iounmap(hba->u.itl.plx); in hptiop_unmap_pci_bar_itl() 632 iounmap(hba->u.itl.iop); in hptiop_unmap_pci_bar_itl() 643 iounmap(hba->u.mv.regs); in hptiop_map_pci_bar_mv() 667 iounmap(hba->u.mv.regs); in hptiop_unmap_pci_bar_mv() 668 iounmap(hba->u.mv.mu); in hptiop_unmap_pci_bar_mv() 674 iounmap(hba->u.mvfrey.mu); in hptiop_unmap_pci_bar_mvfrey() [all …]
|
| /drivers/scsi/qla2xxx/ |
| A D | qla_gs.c | 542 if (sp->u.iocb_cmd.u.ctarg.req) { in qla2x00_async_sns_sp_done() 545 sp->u.iocb_cmd.u.ctarg.req, in qla2x00_async_sns_sp_done() 550 if (sp->u.iocb_cmd.u.ctarg.rsp) { in qla2x00_async_sns_sp_done() 553 sp->u.iocb_cmd.u.ctarg.rsp, in qla2x00_async_sns_sp_done() 608 if (!sp->u.iocb_cmd.u.ctarg.req) { in qla_async_rftid() 619 if (!sp->u.iocb_cmd.u.ctarg.rsp) { in qla_async_rftid() 2936 sp->u.iocb_cmd.u.ctarg.req, in qla24xx_async_gffid_sp_done() 2944 sp->u.iocb_cmd.u.ctarg.rsp, in qla24xx_async_gffid_sp_done() 3630 if (!sp->u.iocb_cmd.u.ctarg.req || !sp->u.iocb_cmd.u.ctarg.rsp) { in qla_fab_async_scan() 3645 memset(sp->u.iocb_cmd.u.ctarg.req, 0, sp->u.iocb_cmd.u.ctarg.req_size); in qla_fab_async_scan() [all …]
|
| /drivers/net/can/usb/kvaser_usb/ |
| A D | kvaser_usb_leaf.c | 410 } u; member 621 cmd->u.tx_can.tid = transid & 0xff; in kvaser_usb_leaf_frame_to_cmd() 732 cmd->u.simple.channel = channel; in kvaser_usb_leaf_send_simple_cmd() 733 cmd->u.simple.tid = 0xff; in kvaser_usb_leaf_send_simple_cmd() 979 cmd->u.led_action_req.tid = 0xff; in kvaser_usb_leaf_set_led() 1416 cmd->u.rx_can_header.flag); in kvaser_usb_leaf_rx_can_err() 1459 cmd->u.rx_can_header.flag); in kvaser_usb_leaf_rx_can_msg() 1465 rx_data = cmd->u.leaf.rx_can.data; in kvaser_usb_leaf_rx_can_msg() 1761 cmd->u.ctrl_mode.tid = 0xff; in kvaser_usb_leaf_set_opt_mode() 1834 cmd->u.flush_queue.flags = 0x00; in kvaser_usb_leaf_flush_queue() [all …]
|
| /drivers/net/usb/ |
| A D | rndis_host.c | 237 } u; in rndis_query() local 242 memset(u.get, 0, sizeof *u.get + in_len); in rndis_query() 244 u.get->msg_len = cpu_to_le32(sizeof *u.get + in_len); in rndis_query() 304 } u; in generic_rndis_bind() local 312 if (!u.buf) in generic_rndis_bind() 319 u.init->msg_len = cpu_to_le32(sizeof *u.init); in generic_rndis_bind() 425 memset(u.set, 0, sizeof *u.set); in generic_rndis_bind() 427 u.set->msg_len = cpu_to_le32(4 + sizeof *u.set); in generic_rndis_bind() 430 u.set->offset = cpu_to_le32((sizeof *u.set) - 8); in generic_rndis_bind() 445 memset(u.halt, 0, sizeof *u.halt); in generic_rndis_bind() [all …]
|
| /drivers/net/wireless/ath/ath11k/ |
| A D | hal.c | 625 if (srng->u.dst_ring.tp != srng->u.dst_ring.cached_hp) in ath11k_hal_srng_dst_peek() 636 if (srng->u.dst_ring.tp != srng->u.dst_ring.cached_hp) { in ath11k_hal_srng_dst_peek_with_dma() 668 if (srng->u.dst_ring.tp == srng->u.dst_ring.cached_hp) in ath11k_hal_srng_dst_get_next_entry() 791 if (srng->u.src_ring.hp == srng->u.src_ring.reap_hp) in ath11k_hal_srng_src_get_next_reaped() 795 srng->u.src_ring.hp = (srng->u.src_ring.hp + srng->entry_size) % in ath11k_hal_srng_src_get_next_reaped() 870 WRITE_ONCE(*srng->u.src_ring.hp_addr, srng->u.src_ring.hp); in ath11k_hal_srng_access_end() 872 srng->u.dst_ring.last_hp = *srng->u.dst_ring.hp_addr; in ath11k_hal_srng_access_end() 877 WRITE_ONCE(*srng->u.dst_ring.tp_addr, srng->u.dst_ring.tp); in ath11k_hal_srng_access_end() 892 srng->u.dst_ring.last_hp = *srng->u.dst_ring.hp_addr; in ath11k_hal_srng_access_end() 1225 *srng->u.src_ring.tp_addr != srng->u.src_ring.hp) in ath11k_hal_srng_shadow_update_hp_tp() [all …]
|
| /drivers/tee/optee/ |
| A D | rpc.c | 27 arg->params[0].u.value.a = ts.tv_sec; in handle_rpc_func_cmd_get_time() 28 arg->params[0].u.value.b = ts.tv_nsec; in handle_rpc_func_cmd_get_time() 88 msg.addr = params[0].u.value.c; in handle_rpc_func_cmd_i2c_transfer() 92 switch (params[0].u.value.a) { in handle_rpc_func_cmd_i2c_transfer() 108 params[3].u.value.a = msg.len; in handle_rpc_func_cmd_i2c_transfer() 145 rc = optee_notif_wait(optee, arg->params[0].u.value.b, arg->params[0].u.value.c); in handle_rpc_func_cmd_wq() 226 param.u.value.b = sz; in optee_rpc_cmd_alloc_suppl() 227 param.u.value.c = 0; in optee_rpc_cmd_alloc_suppl() 247 param.u.value.c = 0; in optee_rpc_cmd_free_suppl() 280 params[0].u.value.b = 0; in handle_rpc_func_rpmb_probe_reset() [all …]
|
| /drivers/block/xen-blkback/ |
| A D | blkback.c | 1088 dst->u.rw.handle = src->u.rw.handle; in blkif_get_x86_32_req() 1089 dst->u.rw.id = src->u.rw.id; in blkif_get_x86_32_req() 1094 dst->u.rw.seg[i] = src->u.rw.seg[i]; in blkif_get_x86_32_req() 1099 dst->u.discard.id = src->u.discard.id; in blkif_get_x86_32_req() 1109 dst->u.indirect.id = src->u.indirect.id; in blkif_get_x86_32_req() 1123 dst->u.other.id = src->u.other.id; in blkif_get_x86_32_req() 1141 dst->u.rw.handle = src->u.rw.handle; in blkif_get_x86_64_req() 1142 dst->u.rw.id = src->u.rw.id; in blkif_get_x86_64_req() 1147 dst->u.rw.seg[i] = src->u.rw.seg[i]; in blkif_get_x86_64_req() 1152 dst->u.discard.id = src->u.discard.id; in blkif_get_x86_64_req() [all …]
|
| /drivers/hid/ |
| A D | uhid.c | 248 ev->u.get_report.rnum = rnum; in uhid_hid_get_report() 249 ev->u.get_report.rtype = rtype; in uhid_hid_get_report() 290 ev->u.set_report.rnum = rnum; in uhid_hid_set_report() 291 ev->u.set_report.rtype = rtype; in uhid_hid_set_report() 292 ev->u.set_report.size = count; in uhid_hid_set_report() 373 ev->u.output.size = count; in uhid_hid_output_raw() 374 ev->u.output.rtype = rtype; in uhid_hid_output_raw() 500 rd_size = ev->u.create2.rd_size; in uhid_dev_create2() 525 hid->bus = ev->u.create2.bus; in uhid_dev_create2() 556 orig = ev->u.create; in uhid_dev_create() [all …]
|