| /linux/drivers/media/usb/ttusb-dec/ |
| H A D | ttusb_dec.c | 3 * TTUSB DEC Driver 45 #define DRIVER_NAME "TechnoTrend/Hauppauge DEC USB" 246 static void ttusb_dec_set_model(struct ttusb_dec *dec, 251 struct ttusb_dec *dec = urb->context; in ttusb_dec_handle_irq() local 252 char *buffer = dec->irq_buffer; in ttusb_dec_handle_irq() 288 input_report_key(dec->rc_input_dev, rc_keys[index - 1], 1); in ttusb_dec_handle_irq() 289 input_sync(dec->rc_input_dev); in ttusb_dec_handle_irq() 290 input_report_key(dec->rc_input_dev, rc_keys[index - 1], 0); in ttusb_dec_handle_irq() 291 input_sync(dec->rc_input_dev); in ttusb_dec_handle_irq() 315 static int ttusb_dec_send_command(struct ttusb_dec *dec, const u8 command, in ttusb_dec_send_command() argument [all …]
|
| /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 …]
|
| /linux/Documentation/admin-guide/acpi/ |
| H A D | fan_performance_states.rst | 22 -r--r--r-- 1 root root 4096 Dec 13 20:38 state0 23 -r--r--r-- 1 root root 4096 Dec 13 20:38 state1 24 -r--r--r-- 1 root root 4096 Dec 13 20:38 state10 25 -r--r--r-- 1 root root 4096 Dec 13 20:38 state11 26 -r--r--r-- 1 root root 4096 Dec 13 20:38 state2 27 -r--r--r-- 1 root root 4096 Dec 13 20:38 state3 28 -r--r--r-- 1 root root 4096 Dec 13 20:38 state4 29 -r--r--r-- 1 root root 4096 Dec 13 20:38 state5 30 -r--r--r-- 1 root root 4096 Dec 13 20:38 state6 31 -r--r--r-- 1 root root 4096 Dec 13 20:38 state7 [all …]
|
| /linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
| H A D | vdec_vp8_req_if.c | 76 * @dec: decoding information 81 struct vdec_vp8_slice_info dec; member 157 inst->vsi->dec.seg_id_buf_dma = (u64)mem->dma_addr; in vdec_vp8_slice_alloc_working_buf() 166 inst->vsi->dec.wrap_y_dma = (u64)mem->dma_addr; in vdec_vp8_slice_alloc_working_buf() 175 inst->vsi->dec.wrap_c_dma = (u64)mem->dma_addr; in vdec_vp8_slice_alloc_working_buf() 184 inst->vsi->dec.vld_wrapper_dma = (u64)mem->dma_addr; in vdec_vp8_slice_alloc_working_buf() 196 inst->vsi->dec.seg_id_buf_dma = 0; in vdec_vp8_slice_free_working_buf() 201 inst->vsi->dec.wrap_y_dma = 0; in vdec_vp8_slice_free_working_buf() 206 inst->vsi->dec.wrap_c_dma = 0; in vdec_vp8_slice_free_working_buf() 211 inst->vsi->dec.vld_wrapper_dma = 0; in vdec_vp8_slice_free_working_buf() [all …]
|
| H A D | vdec_h264_req_if.c | 59 * @dec : decode information (AP-R, VPU-W) 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() [all …]
|
| H A D | vdec_vp8_if.c | 77 * @dec : decoding information 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 = 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() [all …]
|
| /linux/net/mac80211/ |
| H A D | debugfs_netdev.c | 350 IEEE80211_IF_LINK_FILE(txpower, conf->txpower, DEC); 351 IEEE80211_IF_LINK_FILE(ap_power_level, ap_power_level, DEC); 352 IEEE80211_IF_LINK_FILE(user_power_level, user_power_level, DEC); 376 IEEE80211_IF_FILE(aid, vif.cfg.aid, DEC); 604 IEEE80211_IF_FILE(dtim_count, u.ap.ps.dtim_count, DEC); 741 IEEE80211_IF_FILE(fwded_mcast, u.mesh.mshstats.fwded_mcast, DEC); 742 IEEE80211_IF_FILE(fwded_unicast, u.mesh.mshstats.fwded_unicast, DEC); 743 IEEE80211_IF_FILE(fwded_frames, u.mesh.mshstats.fwded_frames, DEC); 744 IEEE80211_IF_FILE(dropped_frames_ttl, u.mesh.mshstats.dropped_frames_ttl, DEC); 746 u.mesh.mshstats.dropped_frames_no_route, DEC); [all...] |
| /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 …]
|
| /linux/arch/mips/dec/prom/ |
| H A D | identify.c | 17 #include <asm/dec/ioasic.h> 18 #include <asm/dec/ioasic_addrs.h> 19 #include <asm/dec/kn01.h> 20 #include <asm/dec/kn02.h> 21 #include <asm/dec/kn02ba.h> 22 #include <asm/dec/kn02ca.h> 23 #include <asm/dec/kn03.h> 24 #include <asm/dec/kn230.h> 25 #include <asm/dec/prom.h> 26 #include <asm/dec/system.h>
|
| /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;
|
| /linux/kernel/ |
| H A D | ucount.c | 241 long dec = atomic_long_dec_if_positive(&iter->ucount[type]); in dec_ucount() local 242 WARN_ON_ONCE(dec < 0); in dec_ucount() 269 long dec = atomic_long_sub_return(v, &iter->rlimit[type]); in dec_rlimit_ucounts() local 270 WARN_ON_ONCE(dec < 0); in dec_rlimit_ucounts() 272 new = dec; in dec_rlimit_ucounts() 282 long dec = atomic_long_sub_return(1, &iter->rlimit[type]); in do_dec_rlimit_put_ucounts() local 283 WARN_ON_ONCE(dec < 0); in do_dec_rlimit_put_ucounts() 285 if (dec == 0) in do_dec_rlimit_put_ucounts() 301 long dec, ret = 0; in inc_rlimit_get_ucounts() local 322 dec = atomic_long_sub_return(1, &iter->rlimit[type]); in inc_rlimit_get_ucounts() [all …]
|
| /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
|
| /linux/include/uapi/linux/ |
| H A D | if_ether.h | 59 #define ETH_P_DEC 0x6000 /* DEC Assigned proto */ 60 #define ETH_P_DNA_DL 0x6001 /* DEC DNA Dump/Load */ 61 #define ETH_P_DNA_RC 0x6002 /* DEC DNA Remote Console */ 62 #define ETH_P_DNA_RT 0x6003 /* DEC DNA Routing */ 63 #define ETH_P_LAT 0x6004 /* DEC LAT */ 64 #define ETH_P_DIAG 0x6005 /* DEC Diagnostics */ 65 #define ETH_P_CUST 0x6006 /* DEC Customer use */ 66 #define ETH_P_SCA 0x6007 /* DEC Systems Comms Arch */ 135 #define ETH_P_DDCMP 0x0006 /* DEC DDCMP: Internal only */
|
| /linux/arch/powerpc/kvm/ |
| H A D | emulate.c | 31 pr_debug("mtDEC: %lx\n", vcpu->arch.dec); in kvmppc_emulate_dec() 40 /* On BOOKE, DEC = 0 is as good as decrementer not enabled */ in kvmppc_emulate_dec() 41 if (vcpu->arch.dec == 0) in kvmppc_emulate_dec() 47 * that's how we convert the guest DEC value to the number of 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()
|
| /linux/drivers/md/ |
| H A D | dm-io-rewind.c | 77 /* Decrements @dun by @dec, treating @dun as a multi-limb integer. */ 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()
|
| /linux/arch/mips/kernel/ |
| H A D | csrc-ioasic.c | 3 * DEC I/O ASIC's counter clocksource 13 #include <asm/dec/ioasic.h> 14 #include <asm/dec/ioasic_addrs.h> 22 .name = "dec-ioasic",
|
| /linux/Documentation/translations/zh_CN/core-api/ |
| H A D | cpu_hotplug.rst | 97 drwxr-xr-x 9 root root 0 Dec 21 16:33 cpu0 98 drwxr-xr-x 9 root root 0 Dec 21 16:33 cpu1 99 drwxr-xr-x 9 root root 0 Dec 21 16:33 cpu2 100 drwxr-xr-x 9 root root 0 Dec 21 16:33 cpu3 101 drwxr-xr-x 9 root root 0 Dec 21 16:33 cpu4 102 drwxr-xr-x 9 root root 0 Dec 21 16:33 cpu5 103 drwxr-xr-x 9 root root 0 Dec 21 16:33 cpu6 104 drwxr-xr-x 9 root root 0 Dec 21 16:33 cpu7 105 drwxr-xr-x 2 root root 0 Dec 21 16:33 hotplug 106 -r--r--r-- 1 root root 4.0K Dec 21 16:33 offline [all …]
|
| /linux/Documentation/admin-guide/ |
| H A D | unicode.rst | 26 GRAF_MAP DEC VT100 pseudographics ESC ( 0 60 have been defined; these are used by the DEC VT graphics map. [v1.2] 64 U+F800 DEC VT GRAPHICS HORIZONTAL LINE SCAN 1 65 U+F801 DEC VT GRAPHICS HORIZONTAL LINE SCAN 3 66 U+F803 DEC VT GRAPHICS HORIZONTAL LINE SCAN 7 67 U+F804 DEC VT GRAPHICS HORIZONTAL LINE SCAN 9 70 The DEC VT220 uses a 6x10 character matrix, and these characters form 71 a smooth progression in the DEC VT graphics character set. I have
|
| /linux/drivers/media/rc/img-ir/ |
| H A D | img-ir-hw.c | 622 * @dec: Decoder to check. 624 * Returns: true if @dec is compatible with the device @priv refers to. 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() [all …]
|
| /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()
|
| /linux/Documentation/translations/zh_TW/admin-guide/ |
| H A D | unicode.rst | 35 GRAF_MAP DEC VT100 pseudographics ESC ( 0 64 U+F800 DEC VT GRAPHICS HORIZONTAL LINE SCAN 1 65 U+F801 DEC VT GRAPHICS HORIZONTAL LINE SCAN 3 66 U+F803 DEC VT GRAPHICS HORIZONTAL LINE SCAN 7 67 U+F804 DEC VT GRAPHICS HORIZONTAL LINE SCAN 9 70 DEC VT220使用6x10字符矩陣,這些字符在DEC VT圖形字符集中形成一個平滑的過渡。
|
| /linux/Documentation/translations/zh_CN/admin-guide/ |
| H A D | unicode.rst | 32 GRAF_MAP DEC VT100 pseudographics ESC ( 0 61 U+F800 DEC VT GRAPHICS HORIZONTAL LINE SCAN 1 62 U+F801 DEC VT GRAPHICS HORIZONTAL LINE SCAN 3 63 U+F803 DEC VT GRAPHICS HORIZONTAL LINE SCAN 7 64 U+F804 DEC VT GRAPHICS HORIZONTAL LINE SCAN 9 67 DEC VT220使用6x10字符矩阵,这些字符在DEC VT图形字符集中形成一个平滑的过渡。
|
| /linux/Documentation/networking/device_drivers/fddi/ |
| H A D | defza.rst | 4 Notes on the DEC FDDIcontroller 700 (DEFZA-xx) driver 10 DEC FDDIcontroller 700 is DEC's first-generation TURBOchannel FDDI 19 between the DEC proprietary ThinWire-PMD using a BNC connector and the
|