/openbmc/linux/drivers/media/usb/ttusb-dec/ |
H A D | ttusb_dec.c | 245 static void ttusb_dec_set_model(struct ttusb_dec *dec, 250 struct ttusb_dec *dec = urb->context; in ttusb_dec_handle_irq() local 251 char *buffer = dec->irq_buffer; in ttusb_dec_handle_irq() 287 input_report_key(dec->rc_input_dev, rc_keys[index - 1], 1); in ttusb_dec_handle_irq() 288 input_sync(dec->rc_input_dev); in ttusb_dec_handle_irq() 289 input_report_key(dec->rc_input_dev, rc_keys[index - 1], 0); in ttusb_dec_handle_irq() 290 input_sync(dec->rc_input_dev); in ttusb_dec_handle_irq() 314 static int ttusb_dec_send_command(struct ttusb_dec *dec, const u8 command, in ttusb_dec_send_command() argument 327 result = mutex_lock_interruptible(&dec->usb_mutex); in ttusb_dec_send_command() 334 b[1] = ++dec->trans_count; in ttusb_dec_send_command() [all …]
|
/openbmc/linux/drivers/accel/habanalabs/common/ |
H A D | decoder.c | 48 struct hl_dec *dec = container_of(work, struct hl_dec, abnrm_intr_work); in dec_abnrm_intr_work() local 49 struct hl_device *hdev = dec->hdev; in dec_abnrm_intr_work() 53 irq_status = RREG32(dec->base_addr + VCMD_IRQ_STATUS_OFFSET); in dec_abnrm_intr_work() 55 dev_err(hdev->dev, "Decoder abnormal interrupt %#x, core %d\n", irq_status, dec->core_id); in dec_abnrm_intr_work() 60 WREG32(dec->base_addr + VCMD_IRQ_STATUS_OFFSET, irq_status); in dec_abnrm_intr_work() 63 RREG32(dec->base_addr + VCMD_IRQ_STATUS_OFFSET); in dec_abnrm_intr_work() 88 kfree(hdev->dec); in hl_dec_fini() 94 struct hl_dec *dec; in hl_dec_init() local 101 hdev->dec = kcalloc(prop->max_dec, sizeof(struct hl_dec), GFP_KERNEL); in hl_dec_init() 102 if (!hdev->dec) in hl_dec_init() [all …]
|
/openbmc/qemu/disas/ |
H A D | riscv.c | 2539 static void decode_inst_opcode(rv_decode *dec, rv_isa isa) in decode_inst_opcode() argument 2541 rv_inst inst = dec->inst; in decode_inst_opcode() 2614 if (dec->cfg->ext_zcmop) { in decode_inst_opcode() 2620 if (dec->cfg->ext_zicfiss) { in decode_inst_opcode() 2715 if (dec->cfg->ext_zcmp && ((inst >> 12) & 0b01)) { in decode_inst_opcode() 2741 if (!dec->cfg->ext_zcmt) { in decode_inst_opcode() 2751 if (!dec->cfg->ext_zcmp) { in decode_inst_opcode() 2959 if (dec->cfg->ext_zicfilp && in decode_inst_opcode() 4061 if (dec->cfg->ext_zimop) { in decode_inst_opcode() 4071 if (dec->cfg->ext_zicfiss && in decode_inst_opcode() [all …]
|
H A D | riscv-xthead.c | 249 void decode_xtheadba(rv_decode *dec, rv_isa isa) in decode_xtheadba() argument 251 rv_inst inst = dec->inst; in decode_xtheadba() 275 dec->op = op; in decode_xtheadba() 278 void decode_xtheadbb(rv_decode *dec, rv_isa isa) in decode_xtheadbb() argument 280 rv_inst inst = dec->inst; in decode_xtheadbb() 331 dec->op = op; in decode_xtheadbb() 334 void decode_xtheadbs(rv_decode *dec, rv_isa isa) in decode_xtheadbs() argument 336 rv_inst inst = dec->inst; in decode_xtheadbs() 357 dec->op = op; in decode_xtheadbs() 360 void decode_xtheadcmo(rv_decode *dec, rv_isa isa) in decode_xtheadcmo() argument [all …]
|
H A D | riscv-xventana.c | 23 void decode_xventanacondops(rv_decode *dec, rv_isa isa) in decode_xventanacondops() argument 25 rv_inst inst = dec->inst; in decode_xventanacondops() 41 dec->op = op; in decode_xventanacondops()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | int_helper.c | 102 void HELPER(cvb)(CPUS390XState *env, uint32_t r1, uint64_t dec) in HELPER() 107 sign = dec & 0xf; in HELPER() 111 dec >>= 4; in HELPER() 113 while (dec) { in HELPER() 114 digit = dec & 0xf; in HELPER() 118 dec >>= 4; in HELPER() 134 uint64_t HELPER(cvbg)(CPUS390XState *env, Int128 dec) in HELPER() 136 uint64_t dec64[] = {int128_getlo(dec), int128_gethi(dec)}; in HELPER() 180 uint64_t dec = 0x0c; in HELPER() local 186 dec = 0x0d; in HELPER() [all …]
|
/openbmc/linux/drivers/media/i2c/ |
H A D | tw9906.c | 87 struct tw9906 *dec = to_state(sd); in tw9906_s_std() local 105 dec->norm = norm; in tw9906_s_std() 111 struct tw9906 *dec = container_of(ctrl->handler, struct tw9906, hdl); in tw9906_s_ctrl() local 112 struct v4l2_subdev *sd = &dec->sd; in tw9906_s_ctrl() 132 struct tw9906 *dec = to_state(sd); in tw9906_log_status() local 133 bool is_60hz = dec->norm & V4L2_STD_525_60; in tw9906_log_status() 162 struct tw9906 *dec; in tw9906_probe() local 173 dec = devm_kzalloc(&client->dev, sizeof(*dec), GFP_KERNEL); in tw9906_probe() 174 if (dec == NULL) in tw9906_probe() 176 sd = &dec->sd; in tw9906_probe() [all …]
|
H A D | tw9903.c | 116 struct tw9903 *dec = to_state(sd); in tw9903_s_std() local 134 dec->norm = norm; in tw9903_s_std() 141 struct tw9903 *dec = container_of(ctrl->handler, struct tw9903, hdl); in tw9903_s_ctrl() local 142 struct v4l2_subdev *sd = &dec->sd; in tw9903_s_ctrl() 162 struct tw9903 *dec = to_state(sd); in tw9903_log_status() local 163 bool is_60hz = dec->norm & V4L2_STD_525_60; in tw9903_log_status() 194 struct tw9903 *dec; in tw9903_probe() local 205 dec = devm_kzalloc(&client->dev, sizeof(*dec), GFP_KERNEL); in tw9903_probe() 206 if (dec == NULL) in tw9903_probe() 208 sd = &dec->sd; in tw9903_probe() [all …]
|
H A D | tw2804.c | 252 struct tw2804 *dec = to_state(sd); in tw2804_s_std() local 269 write_regs(client, regs, dec->channel); in tw2804_s_std() 270 dec->norm = norm; in tw2804_s_std() 277 struct tw2804 *dec = to_state(sd); in tw2804_s_video_routing() local 281 if (config && config - 1 != dec->channel) { in tw2804_s_video_routing() 287 dec->channel = config - 1; in tw2804_s_video_routing() 289 dec->channel); in tw2804_s_video_routing() 290 if (dec->channel == 0 && in tw2804_s_video_routing() 296 if (write_regs(client, channel_registers, dec->channel) < 0) { in tw2804_s_video_routing() 299 dec->channel); in tw2804_s_video_routing() [all …]
|
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
H A D | vdec_vp8_req_if.c | 82 struct vdec_vp8_slice_info dec; member 158 inst->vsi->dec.seg_id_buf_dma = (u64)mem->dma_addr; in vdec_vp8_slice_alloc_working_buf() 167 inst->vsi->dec.wrap_y_dma = (u64)mem->dma_addr; in vdec_vp8_slice_alloc_working_buf() 176 inst->vsi->dec.wrap_c_dma = (u64)mem->dma_addr; in vdec_vp8_slice_alloc_working_buf() 185 inst->vsi->dec.vld_wrapper_dma = (u64)mem->dma_addr; in vdec_vp8_slice_alloc_working_buf() 197 inst->vsi->dec.seg_id_buf_dma = 0; in vdec_vp8_slice_free_working_buf() 202 inst->vsi->dec.wrap_y_dma = 0; in vdec_vp8_slice_free_working_buf() 207 inst->vsi->dec.wrap_c_dma = 0; in vdec_vp8_slice_free_working_buf() 212 inst->vsi->dec.vld_wrapper_dma = 0; in vdec_vp8_slice_free_working_buf() 269 inst->vsi->dec.frame_header_type = frame_header->flags >> 1; in vdec_vp8_slice_get_decode_parameters() [all …]
|
H A D | vdec_h264_req_multi_if.c | 107 struct vdec_h264_slice_info dec; member 487 inst->vsi_core->dec.y_fb_dma = y_fb_dma; in vdec_h264_slice_core_decode() 488 inst->vsi_core->dec.c_fb_dma = c_fb_dma; in vdec_h264_slice_core_decode() 489 inst->vsi_core->dec.vdec_fb_va = vdec_fb_va; in vdec_h264_slice_core_decode() 490 inst->vsi_core->dec.nal_info = share_info->nal_info; in vdec_h264_slice_core_decode() 524 inst->vsi_core->dec.timeout = !!timeout; in vdec_h264_slice_core_decode() 529 inst->vsi_core->dec.crc[0], inst->vsi_core->dec.crc[1], in vdec_h264_slice_core_decode() 530 inst->vsi_core->dec.crc[2], inst->vsi_core->dec.crc[3], in vdec_h264_slice_core_decode() 531 inst->vsi_core->dec.crc[4], inst->vsi_core->dec.crc[5], in vdec_h264_slice_core_decode() 532 inst->vsi_core->dec.crc[6], inst->vsi_core->dec.crc[7]); in vdec_h264_slice_core_decode() [all …]
|
H A D | vdec_h264_req_if.c | 67 struct vdec_h264_dec_info dec; member 228 inst->vsi_ctx.dec.cap_num_planes = in get_pic_info() 240 inst->vsi_ctx.dec.resolution_changed = true; in get_pic_info() 243 inst->vsi_ctx.dec.realloc_mv_buf = true; in get_pic_info() 246 inst->vsi_ctx.dec.resolution_changed, in get_pic_info() 247 inst->vsi_ctx.dec.realloc_mv_buf, in get_pic_info() 267 *dpb_sz = inst->vsi_ctx.dec.dpb_sz; in get_dpb_size() 292 inst->vsi_ctx.dec.resolution_changed = true; in vdec_h264_slice_init() 293 inst->vsi_ctx.dec.realloc_mv_buf = true; in vdec_h264_slice_init() 364 inst->vsi_ctx.dec.bs_dma = (uint64_t)bs->dma_addr; in vdec_h264_slice_decode() [all …]
|
H A D | vdec_vp8_if.c | 84 struct vdec_vp8_dec_info dec; member 293 uint64_t prev_y_dma = inst->vsi->dec.prev_y_dma; in vp8_dec_finish() 317 if (inst->vsi->dec.show_frame) { in vp8_dec_finish() 374 inst->vsi->dec.working_buf_dma = (uint64_t)mem->dma_addr; in alloc_working_buf() 385 inst->vsi->dec.working_buf_dma = 0; in free_working_buf() 431 struct vdec_vp8_dec_info *dec = &inst->vsi->dec; in vdec_vp8_decode() local 452 dec->bs_dma = (unsigned long)bs->dma_addr; in vdec_vp8_decode() 453 dec->bs_sz = bs->size; in vdec_vp8_decode() 454 dec->cur_y_fb_dma = y_fb_dma; in vdec_vp8_decode() 455 dec->cur_c_fb_dma = c_fb_dma; in vdec_vp8_decode() [all …]
|
/openbmc/linux/fs/unicode/ |
H A D | utf8-selftest.c | 39 unsigned char dec[10]; member 45 .dec = "aBba", 53 .dec = {0xc2, 0xbc, 0x00}, 59 .dec = {0x61, 0xcc, 0x88, 0x00}, 65 .dec = {0xC7, 0x89, 0x00}, 70 .dec = {0xC2, 0xB7, 0x00} 77 .dec = {0x41, 0xcc, 0xa8, 0xcc, 0x81, 0x0}, 85 .dec = {0x61, 0xCC, 0xA8, 0xcc, 0x88, 0x00}, 180 int nlen = strlen(nfdi_test_data[i].dec); in check_utf8_nfdi() 192 test_f((c == nfdi_test_data[i].dec[j]), in check_utf8_nfdi() [all …]
|
/openbmc/libpldm/src/ |
H A D | utils.c | 174 uint8_t dec2bcd8(uint8_t dec) in dec2bcd8() argument 176 return ((dec / 10) << 4) + (dec % 10); in dec2bcd8() 186 uint16_t dec2bcd16(uint16_t dec) in dec2bcd16() argument 188 return dec2bcd8(dec % 100) | ((uint16_t)(dec2bcd8(dec / 100)) << 8); in dec2bcd16() 198 uint32_t dec2bcd32(uint32_t dec) in dec2bcd32() argument 200 return dec2bcd16(dec % 10000) | in dec2bcd32() 201 ((uint32_t)(dec2bcd16(dec / 10000)) << 16); in dec2bcd32()
|
/openbmc/linux/scripts/atomic/fallbacks/ |
H A D | dec_if_positive | 2 ${int} dec, c = raw_${atomic}_read(v); 5 dec = c - 1; 6 if (unlikely(dec < 0)) 8 } while (!raw_${atomic}_try_cmpxchg(v, &c, dec)); 10 return dec;
|
/openbmc/linux/drivers/media/platform/st/sti/delta/ |
H A D | delta-v4l2.c | 31 #define call_dec_op(dec, op, args...)\ argument 32 ((dec && (dec)->op) ? (dec)->op(args) : 0) 136 const struct delta_dec *dec = ctx->dec; in delta_recycle() local 139 call_dec_op(dec, recycle, ctx, frame); in delta_recycle() 283 const struct delta_dec *dec; in delta_find_decoder() local 287 dec = delta->decoders[i]; in delta_find_decoder() 288 if ((dec->pixelformat == pixelformat) && in delta_find_decoder() 289 (dec->streamformat == streamformat)) in delta_find_decoder() 290 return dec; in delta_find_decoder() 346 const struct delta_dec *dec; in delta_open_decoder() local [all …]
|
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/ |
H A D | Makefile | 3 obj-$(CONFIG_VIDEO_MEDIATEK_VCODEC) += mtk-vcodec-dec.o \ 4 mtk-vcodec-dec-hw.o 6 mtk-vcodec-dec-y := vdec/vdec_h264_if.o \ 25 mtk-vcodec-dec-hw-y := mtk_vcodec_dec_hw.o
|
/openbmc/linux/kernel/ |
H A D | ucount.c | 257 long dec = atomic_long_dec_if_positive(&iter->ucount[type]); in dec_ucount() local 258 WARN_ON_ONCE(dec < 0); in dec_ucount() 285 long dec = atomic_long_sub_return(v, &iter->rlimit[type]); in dec_rlimit_ucounts() local 286 WARN_ON_ONCE(dec < 0); in dec_rlimit_ucounts() 288 new = dec; in dec_rlimit_ucounts() 298 long dec = atomic_long_sub_return(1, &iter->rlimit[type]); in do_dec_rlimit_put_ucounts() local 299 WARN_ON_ONCE(dec < 0); in do_dec_rlimit_put_ucounts() 301 if (dec == 0) in do_dec_rlimit_put_ucounts() 317 long dec, ret = 0; in inc_rlimit_get_ucounts() local 338 dec = atomic_long_sub_return(1, &iter->rlimit[type]); in inc_rlimit_get_ucounts() [all …]
|
/openbmc/linux/drivers/md/ |
H A D | dm-io-rewind.c | 79 unsigned int dec) in dm_bio_crypt_dun_decrement() argument 83 for (i = 0; dec && i < BLK_CRYPTO_DUN_ARRAY_SIZE; i++) { in dm_bio_crypt_dun_decrement() 86 dun[i] -= dec; in dm_bio_crypt_dun_decrement() 88 dec = 1; in dm_bio_crypt_dun_decrement() 90 dec = 0; in dm_bio_crypt_dun_decrement()
|
/openbmc/linux/tools/perf/tests/ |
H A D | api-io.c | 221 __u64 dec; in do_test_get_dec() local 226 ch = io__get_dec(&io, &dec); in do_test_get_dec() 227 EXPECT_EQUAL64(dec, val1); in do_test_get_dec() 230 ch = io__get_dec(&io, &dec); in do_test_get_dec() 231 EXPECT_EQUAL64(dec, val2); in do_test_get_dec() 234 ch = io__get_dec(&io, &dec); in do_test_get_dec() 235 EXPECT_EQUAL64(dec, val3); in do_test_get_dec()
|
/openbmc/linux/drivers/media/rc/img-ir/ |
H A D | img-ir-hw.c | 627 const struct img_ir_decoder *dec) in img_ir_decoder_compatible() argument 632 ct = dec->control.code_type; in img_ir_decoder_compatible() 651 const struct img_ir_decoder *dec = *decp; in img_ir_allowed_protos() local 652 if (img_ir_decoder_compatible(priv, dec)) in img_ir_allowed_protos() 653 protos |= dec->type; in img_ir_allowed_protos() 673 const struct img_ir_decoder *dec = *decp; in img_ir_change_protocol() local 674 if (!img_ir_decoder_compatible(priv, dec)) in img_ir_change_protocol() 676 if (*ir_type & dec->type) { in img_ir_change_protocol() 677 *ir_type &= dec->type; in img_ir_change_protocol() 678 img_ir_set_decoder(priv, dec, *ir_type); in img_ir_change_protocol() [all …]
|
/openbmc/qemu/tests/unit/ |
H A D | test-crypto-xts.c | 315 AES_KEY dec; member 336 AES_decrypt(src, dst, &aesctx->dec); in test_xts_aes_decrypt() 349 AES_set_decrypt_key(data->key1, data->keylen / 2 * 8, &aesdata.dec); in test_xts() 351 AES_set_decrypt_key(data->key2, data->keylen / 2 * 8, &aestweak.dec); in test_xts() 385 AES_set_decrypt_key(data->key1, data->keylen / 2 * 8, &aesdata.dec); in test_xts_split() 387 AES_set_decrypt_key(data->key2, data->keylen / 2 * 8, &aestweak.dec); in test_xts_split() 430 AES_set_decrypt_key(data->key1, data->keylen / 2 * 8, &aesdata.dec); in test_xts_unaligned() 432 AES_set_decrypt_key(data->key2, data->keylen / 2 * 8, &aestweak.dec); in test_xts_unaligned()
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | emulate.c | 31 pr_debug("mtDEC: %lx\n", vcpu->arch.dec); in kvmppc_emulate_dec() 41 if (vcpu->arch.dec == 0) in kvmppc_emulate_dec() 51 dec_time = vcpu->arch.dec; in kvmppc_emulate_dec() 68 if (vcpu->arch.dec < jd) in kvmppc_get_dec() 72 return vcpu->arch.dec - jd; in kvmppc_get_dec() 94 vcpu->arch.dec = (u32) spr_val; in kvmppc_emulate_mtspr()
|
/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/ |
H A D | conversion.hpp | 100 one_from_set(f, dec | hex | bin); in log_convert() 117 one_from_set(f, dec | hex | bin); in log_convert() 130 prohibit(f, dec); in log_convert() 150 prohibit(f, dec); in log_convert() 170 prohibit(f, dec); in log_convert() 190 prohibit(f, dec); in log_convert() 231 prohibit(f, dec); in log_convert() 255 prohibit(f, dec); in log_convert() 275 prohibit(f, dec); in log_convert() 294 prohibit(f, dec); in log_convert() [all …]
|