| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/microchip/ |
| H A D | atmel,at91rm9200-tcb.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: "http://devicetree.org/schemas/soc/microchip/atmel,at91rm9200-tcb.yaml#" 5 $schema: "http://devicetree.org/meta-schemas/core.yaml#" 10 - Alexandre Belloni <alexandre.belloni@bootlin.com> 19 - enum: 20 - atmel,at91rm9200-tcb 21 - atmel,at91sam9x5-tcb 22 - atmel,sama5d2-tcb 23 - const: simple-mfd [all …]
|
| /OK3568_Linux_fs/kernel/drivers/counter/ |
| H A D | microchip-tcb-capture.c | 1 // SPDX-License-Identifier: GPL-2.0-only 86 struct mchp_tc_data *const priv = counter->priv; in mchp_tc_count_function_get() 88 if (priv->qdec_mode) in mchp_tc_count_function_get() 100 struct mchp_tc_data *const priv = counter->priv; in mchp_tc_count_function_set() 103 regmap_read(priv->regmap, ATMEL_TC_BMR, &bmr); in mchp_tc_count_function_set() 104 regmap_read(priv->regmap, ATMEL_TC_REG(priv->channel[0], CMR), &cmr); in mchp_tc_count_function_set() 106 /* Set capture mode */ in mchp_tc_count_function_set() 111 priv->qdec_mode = 0; in mchp_tc_count_function_set() 114 if (priv->tc_cfg->has_gclk) in mchp_tc_count_function_set() 118 /* Setup the period capture mode */ in mchp_tc_count_function_set() [all …]
|
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 16 tristate "ACCES 104-QUAD-8 driver" 20 Say yes here to build support for the ACCES 104-QUAD-8 quadrature 21 encoder counter/interface device family (104-QUAD-8, 104-QUAD-4). 25 104-QUAD-8 counters have a 25-bit range, only the lower 24 bits may be 40 module will be called stm32-timer-cnt. 46 Select this option to enable STM32 Low-Power Timer quadrature encoder 50 module will be called stm32-lptimer-cnt. 61 called ti-eqep. 71 module will be called ftm-quaddec. [all …]
|
| H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0-only 6 obj-$(CONFIG_COUNTER) += counter.o 8 obj-$(CONFIG_104_QUAD_8) += 104-quad-8.o 9 obj-$(CONFIG_STM32_TIMER_CNT) += stm32-timer-cnt.o 10 obj-$(CONFIG_STM32_LPTIMER_CNT) += stm32-lptimer-cnt.o 11 obj-$(CONFIG_TI_EQEP) += ti-eqep.o 12 obj-$(CONFIG_FTM_QUADDEC) += ftm-quaddec.o 13 obj-$(CONFIG_MICROCHIP_TCB_CAPTURE) += microchip-tcb-capture.o
|
| /OK3568_Linux_fs/kernel/sound/pci/emu10k1/ |
| H A D | emufx.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 7 * Copyright (c) by James Courtier-Dutton <James@superbug.co.uk> 11 * -- 14 * -- 31 #if 0 /* for testing purposes - digital out -> capture */ 34 #if 0 /* for testing purposes - set S/PDIF to AC3 output */ 37 #if 0 /* for testing purposes - feed the front signal to Center/LFE outputs */ 43 MODULE_PARM_DESC(high_res_gpr_volume, "GPR mixer controls use 31-bit range."); 117 /* 0x0a */ "PCM Capture Left", 118 /* 0x0b */ "PCM Capture Right", [all …]
|
| H A D | emu10k1_main.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 7 * Copyright (c) by James Courtier-Dutton <James@superbug.co.uk> 13 * -- 16 * -- 92 if (emu->audigy) { in snd_emu10k1_voice_init() 133 { 0x0e, 0xcf }, /* Attenuation Left 0x01 = -103dB, 0xff = 24dB */ 151 HCFG_MUTEBUTTONENABLE, emu->port + HCFG); in snd_emu10k1_init() 162 outl(0, emu->port + INTE); in snd_emu10k1_init() 168 if (emu->audigy) { in snd_emu10k1_init() 180 snd_emu10k1_ptr_write(emu, SPCS0, 0, emu->spdif_bits[0]); in snd_emu10k1_init() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/ |
| H A D | r819xU_cmdpkt.c | 1 // SPDX-License-Identifier: GPL-2.0 36 /* Get TCB and local buffer from common pool. in SendTxCommandPacket() 42 memcpy((unsigned char *)(skb->cb), &dev, sizeof(dev)); in SendTxCommandPacket() 43 tcb_desc = (struct cb_desc *)(skb->cb + MAX_DEV_ADDR_SIZE); in SendTxCommandPacket() 44 tcb_desc->queue_index = TXCMD_QUEUE; in SendTxCommandPacket() 45 tcb_desc->bCmdOrInit = DESC_PACKET_TYPE_NORMAL; in SendTxCommandPacket() 46 tcb_desc->bLastIniPkt = 0; in SendTxCommandPacket() 49 tcb_desc->txbuf_size = (u16)DataLen; in SendTxCommandPacket() 51 if (!priv->ieee80211->check_nic_enough_desc(dev, tcb_desc->queue_index) || in SendTxCommandPacket() 52 (!skb_queue_empty(&priv->ieee80211->skb_waitQ[tcb_desc->queue_index])) || in SendTxCommandPacket() [all …]
|
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | emu10k1.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 16 #include <sound/pcm-indirect.h> 25 /* ------------------- DEFINES -------------------- */ 37 /* FIXME? - according to the OSS driver the EMU10K1 needs a 29 bit DMA mask */ 55 #define PTR_CHANNELNUM_MASK 0x0000003f /* For each per-channel register, indicates the */ 57 /* accessed. For non per-channel registers the */ 76 #define IPR_SPDIFBUFFULL 0x04000000 /* SPDIF capture related, 10k2 only? (RE) */ 77 #define IPR_SPDIFBUFHALFFULL 0x02000000 /* SPDIF capture related? (RE) */ 93 #define IPR_CDROMSTATUSCHANGE 0x00000400 /* CD-ROM channel status change */ 105 #define INTE_VIRTUALSB_MASK 0xc0000000 /* Virtual Soundblaster I/O port capture */ [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 5 force -- enable ACPI if default was off 6 on -- enable ACPI but allow fallback to DT [arm64] 7 off -- disable ACPI if default was on 8 noirq -- do not use ACPI for IRQ routing 9 strict -- Be less tolerant of platforms that are not 11 rsdt -- prefer RSDT over (default) XSDT 12 copy_dsdt -- copy DSDT to memory 26 If set to vendor, prefer vendor-specific driver 58 Documentation/firmware-guide/acpi/debug.rst for more information about 73 if you need to capture more output. [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/tools/armhf/ |
| HD | strace | ... ff, --follow-forks --output-separately follow forks with output into separate files -I |
| /OK3568_Linux_fs/external/libmali/lib/arm-linux-gnueabihf/ |
| HD | libmali-midgard-t76x-r18p0-r0p0-gbm.so | ... --------------------- ... |
| HD | libmali-midgard-t76x-r18p0-r0p0-wayland-gbm.so | ... not a power of 2, using %zu printf-buffer-size-not-power-2 Device ... |
| HD | libmali-midgard-t76x-r18p0-r1p0-gbm.so | d t u x y v w p r q s ` a GL_ARM_rgba8 GL_ARM_mali_shader_binary GL_OES_depth24 GL_OES_depth_texture GL_OES_depth_texture_cube_map GL_OES_packed_depth_stencil GL_OES_rgb8_rgba8 ... |
| HD | libmali-midgard-t76x-r18p0-r0p0-x11-gbm.so | ... %pqtu`ade3276#"'&srwvcbgf<=89,-()|}xylmhi?>;:/ ... |
| HD | libmali-midgard-t86x-r18p0-gbm.so | ... inline scalarrepl-ssa lazy-value-info jump-threading correlated-propagation tailcallelim reassociate loop-simplify loop ... |
| HD | libmali-midgard-t76x-r18p0-r1p0-x11-gbm.so | ***MESSAGE TRUNCATED*** ***FORMATTING ERROR*** cdbgp_channel_init cdbgp_channel_open In ... |
| HD | libmali-midgard-t86x-r18p0-wayland-gbm.so | ... --------------------- ... |
| HD | libmali-midgard-t76x-r18p0-r1p0-wayland-gbm.so | ... 502 [QUEUE_MANAGER] %p failed to set non-blocking mode on pipe descriptors mali-cinstr-timer |
| HD | libmali-midgard-t86x-r18p0-x11-gbm.so | ... 502 [QUEUE_MANAGER] %p failed to set non-blocking mode on pipe descriptors mali-cinstr-timer |
| HD | libmali-bifrost-g52-g13p0-gbm.so | a ` d t u x y v w p r q s GL_EXT_texture_filter_anisotropic GL_EXT_texture_storage_compression GL_EXT_EGL_image_storage_compression GL_EXT_protected_textures GL_EXT_disjoint_timer_query GL_EXT_texture_compression_astc_decode_mode GL_EXT_texture_compression_astc_decode_mode_rgb9e5 ... |
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | ... then
81 /usr/share/command-not-found/command-not-found -- "$ ... |
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/man/man1/ |
| H A D | aarch64-none-linux-gnu-gcc.1 | 18 .\" Set up some character translations and predefined strings. \*(-- will 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 37 . ds -- \|\(em\| 73 .\" Fear. Run. Save yourself. No user-serviceable parts. 83 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 99 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" 100 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' [all …]
|
| H A D | aarch64-none-linux-gnu-g++.1 | 18 .\" Set up some character translations and predefined strings. \*(-- will 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 37 . ds -- \|\(em\| 73 .\" Fear. Run. Save yourself. No user-serviceable parts. 83 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 99 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" 100 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/man/man1/ |
| H A D | arm-none-linux-gnueabihf-gcc.1 | 18 .\" Set up some character translations and predefined strings. \*(-- will 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 37 . ds -- \|\(em\| 73 .\" Fear. Run. Save yourself. No user-serviceable parts. 83 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 99 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" 100 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' [all …]
|
| H A D | arm-none-linux-gnueabihf-g++.1 | 18 .\" Set up some character translations and predefined strings. \*(-- will 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 37 . ds -- \|\(em\| 73 .\" Fear. Run. Save yourself. No user-serviceable parts. 83 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 99 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" 100 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' [all …]
|