/linux-6.12.1/include/media/ |
D | v4l2-vp9.h | 45 * @tx8: TX 8x8 probabilities. 68 u8 tx8[2][1]; member 94 * @tx8p: TX8 counts.
|
/linux-6.12.1/drivers/media/test-drivers/visl/ |
D | visl-trace-vp9.h | 134 "tx8 {%s}\n" 154 __entry->h.tx8, 155 sizeof(__entry->h.tx8),
|
/linux-6.12.1/drivers/staging/media/rkvdec/ |
D | rkvdec-vp9.c | 79 u8 tx8[2][1]; member 341 memcpy(rkprobs->tx8, probs->tx8, sizeof(rkprobs->tx8)); in init_probs() 837 memcpy((p1)->tx8, (p2)->tx8, sizeof((p1)->tx8)); \ 878 u8 tx8[2][1]; in rkvdec_vp9_done() member
|
/linux-6.12.1/drivers/media/platform/verisilicon/ |
D | hantro_g2_vp9_dec.c | 683 memcpy(adaptive->tx8, probs->tx8, sizeof(adaptive->tx8)); in config_probs() 918 memcpy((p1)->tx8, (p2)->tx8, sizeof((p1)->tx8)); \ 940 u8 tx8[2][1]; in hantro_g2_vp9_dec_done() member
|
D | hantro_vp9.h | 24 u8 tx8[2][1]; member
|
/linux-6.12.1/Documentation/devicetree/bindings/usb/ |
D | am33xx-usb.txt | 137 "tx8", "tx9", "tx10", "tx11", "tx12", "tx13", 183 "tx8", "tx9", "tx10", "tx11", "tx12", "tx13",
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | nvidia,tegra210-admaif.yaml | 124 "rx8", "tx8",
|
D | nvidia,tegra-audio-graph-card.yaml | 148 "rx8", "tx8",
|
D | nvidia,tegra210-ahub.yaml | 166 "rx8", "tx8",
|
/linux-6.12.1/sound/soc/qcom/ |
D | apq8096.c | 74 * TX1, TX2, TX3, TX4, TX5, TX6, TX7, TX8, TX9, TX10, TX11, TX12, TX13 in apq8096_init()
|
D | sdm845.c | 245 * TX1, TX2, TX3, TX4, TX5, TX6, TX7, TX8, TX9, TX10, TX11, TX12, TX13 in sdm845_dai_init()
|
/linux-6.12.1/drivers/spi/ |
D | spi-lantiq-ssc.c | 480 const u8 *tx8; in tx_fifo_write() local 490 tx8 = spi->tx; in tx_fifo_write() 491 data = *tx8; in tx_fifo_write()
|
/linux-6.12.1/arch/arm/boot/dts/ti/omap/ |
D | dm816x.dtsi | 600 "tx8", "tx9", "tx10", "tx11", "tx12", "tx13", 640 "tx8", "tx9", "tx10", "tx11", "tx12", "tx13",
|
D | am33xx.dtsi | 412 "tx8", "tx9", "tx10", "tx11", "tx12", "tx13", 458 "tx8", "tx9", "tx10", "tx11", "tx12", "tx13",
|
D | dm814x.dtsi | 114 "tx8", "tx9", "tx10", "tx11", "tx12", "tx13", 152 "tx8", "tx9", "tx10", "tx11", "tx12", "tx13",
|
/linux-6.12.1/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
D | vdec_vp9_req_lat_if.c | 1360 for (i = 0; i < ARRAY_SIZE(frame_ctx_helper->tx8); i++) in vdec_vp9_slice_framectx_map_helper() 1361 memcpy(frame_ctx_helper->tx8[i], frame_ctx->tx_p8x8[i], in vdec_vp9_slice_framectx_map_helper() 1362 sizeof(frame_ctx_helper->tx8[0])); in vdec_vp9_slice_framectx_map_helper() 1443 for (i = 0; i < ARRAY_SIZE(frame_ctx_helper->tx8); i++) in vdec_vp9_slice_helper_map_framectx() 1444 memcpy(frame_ctx->tx_p8x8[i], frame_ctx_helper->tx8[i], in vdec_vp9_slice_helper_map_framectx() 1445 sizeof(frame_ctx_helper->tx8[0])); in vdec_vp9_slice_helper_map_framectx()
|
/linux-6.12.1/drivers/media/v4l2-core/ |
D | v4l2-vp9.c | 169 .tx8 = { 1189 for (i = 0; i < ARRAY_SIZE(probs->tx8); i++) { in update_tx_probs() 1190 u8 *p8x8 = probs->tx8[i]; in update_tx_probs() 1193 const u8 *d8x8 = deltas->tx8[i]; in update_tx_probs() 1801 for (i = 0; i < ARRAY_SIZE(probs->tx8); i++) { in v4l2_vp9_adapt_noncoef_probs() 1802 adapt_probs_variant_b(probs->tx8[i], (*counts->tx8p)[i]); in v4l2_vp9_adapt_noncoef_probs()
|
/linux-6.12.1/drivers/tty/serial/ |
D | ip22zilog.h | 132 #define Tx8 0x60 /* Tx 8 bits/character */ macro
|
D | sunzilog.c | 898 up->curregs[R5] |= Tx8; in sunzilog_convert_to_zs() 1347 up->curregs[R5] = TxENAB | Tx8; in sunzilog_init_hw() 1363 up->curregs[R5] = TxENAB | Tx8; in sunzilog_init_hw()
|
D | sunzilog.h | 124 #define Tx8 0x60 /* Tx 8 bits/character */ macro
|
D | zs.h | 150 #define Tx8 0x60 /* Tx 8 bits/character */ macro
|
D | pmac_zilog.h | 212 #define Tx8 0x60 /* Tx 8 bits/character */ macro
|
D | pmac_zilog.c | 761 write_zsreg(uap, 5, Tx8 | RTS); in pmz_fix_zero_bug_scc() 825 uap->curregs[R5] = Tx8 | RTS; in __pmz_startup() 1017 uap->curregs[5] |= Tx8; in pmz_convert_to_zs()
|
/linux-6.12.1/drivers/net/hamradio/ |
D | z8530.h | 97 #define Tx8 0x60 /* Tx 8 bits/character */ macro
|
/linux-6.12.1/sound/soc/codecs/ |
D | wcd934x.c | 3806 SOC_DAPM_ENUM("CDC_IF TX8 MUX Mux", cdc_if_tx8_mux_enum); 3896 SOC_SINGLE_EXT("SLIM TX8", SND_SOC_NOPM, WCD934X_TX8, 1, 0, 3925 SOC_SINGLE_EXT("SLIM TX8", SND_SOC_NOPM, WCD934X_TX8, 1, 0, 3954 SOC_SINGLE_EXT("SLIM TX8", SND_SOC_NOPM, WCD934X_TX8, 1, 0, 4069 SOC_ENUM("TX8 HPF cut off", cf_dec8_enum), 5540 SND_SOC_DAPM_MIXER("SLIM TX8", SND_SOC_NOPM, 0, 0, NULL, 0), 5657 SND_SOC_DAPM_MUX("CDC_IF TX8 MUX", SND_SOC_NOPM, WCD934X_TX8, 0, 5790 {"CDC_IF TX8 MUX", "DEC8", "ADC MUX8"},
|