kernel_samsung_a53x/drivers/media/dvb-frontends
Nathan Chancellor 2b628da8bc media: mxl5xx: Move xpt structures off stack
commit 526f4527545b2d4ce0733733929fac7b6da09ac6 upstream.

When building for LoongArch with clang 18.0.0, the stack usage of
probe() is larger than the allowed 2048 bytes:

  drivers/media/dvb-frontends/mxl5xx.c:1698:12: warning: stack frame size (2368) exceeds limit (2048) in 'probe' [-Wframe-larger-than]
   1698 | static int probe(struct mxl *state, struct mxl5xx_cfg *cfg)
        |            ^
  1 warning generated.

This is the result of the linked LLVM commit, which changes how the
arrays of structures in config_ts() get handled with
CONFIG_INIT_STACK_ZERO and CONFIG_INIT_STACK_PATTERN, which causes the
above warning in combination with inlining, as config_ts() gets inlined
into probe().

This warning can be easily fixed by moving the array of structures off
of the stackvia 'static const', which is a better location for these
variables anyways because they are static data that is only ever read
from, never modified, so allocating the stack space is wasteful.

This drops the stack usage from 2368 bytes to 256 bytes with the same
compiler and configuration.

Link: https://lore.kernel.org/linux-media/20240111-dvb-mxl5xx-move-structs-off-stack-v1-1-ca4230e67c11@kernel.org
Cc: stable@vger.kernel.org
Closes: https://github.com/ClangBuiltLinux/linux/issues/1977
Link: afe8b93ffd
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Reviewed-by: Miguel Ojeda <ojeda@kernel.org>
Tested-by: Miguel Ojeda <ojeda@kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2024-11-19 12:27:17 +01:00
..
cxd2880 Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
drx39xyj Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
a8293.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
a8293.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
af9013.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
af9013.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
af9013_priv.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
af9033.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
af9033.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
af9033_priv.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
as102_fe.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
as102_fe.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
as102_fe_types.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ascot2e.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ascot2e.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
atbm8830.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
atbm8830.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
atbm8830_priv.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
au8522.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
au8522_common.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
au8522_decoder.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
au8522_dig.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
au8522_priv.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bcm3510.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bcm3510.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bcm3510_priv.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bsbe1-d01a.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bsbe1.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
bsru6.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cx22700.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cx22700.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cx22702.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cx22702.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cx24110.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cx24110.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cx24113.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cx24113.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cx24116.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cx24116.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cx24117.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cx24117.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cx24120.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cx24120.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cx24123.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cx24123.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cxd2099.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cxd2099.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cxd2820r.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cxd2820r_c.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cxd2820r_core.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cxd2820r_priv.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cxd2820r_t.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cxd2820r_t2.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cxd2841er.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cxd2841er.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
cxd2841er_priv.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dib0070.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dib0070.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dib0090.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dib0090.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dib3000.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dib3000mb.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dib3000mb_priv.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dib3000mc.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dib3000mc.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dib7000m.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dib7000m.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dib7000p.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dib7000p.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dib8000.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dib8000.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dib9000.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dib9000.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dibx000_common.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dibx000_common.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
drxd.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
drxd_firm.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
drxd_firm.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
drxd_hard.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
drxd_map_firm.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
drxk.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
drxk_hard.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
drxk_hard.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
drxk_map.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ds3000.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ds3000.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dvb-pll.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dvb-pll.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dvb_dummy_fe.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
dvb_dummy_fe.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ec100.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ec100.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
eds1547.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
gp8psk-fe.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
gp8psk-fe.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
helene.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
helene.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
horus3a.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
horus3a.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
isl6405.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
isl6405.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
isl6421.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
isl6421.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
isl6423.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
isl6423.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
itd1000.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
itd1000.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
itd1000_priv.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ix2505v.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ix2505v.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Kconfig Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
l64781.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
l64781.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
lg2160.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
lg2160.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
lgdt330x.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
lgdt330x.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
lgdt330x_priv.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
lgdt3305.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
lgdt3305.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
lgdt3306a.c media: lgdt3306a: Add a check against null-pointer-def 2024-11-19 12:27:13 +01:00
lgdt3306a.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
lgs8gl5.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
lgs8gl5.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
lgs8gxx.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
lgs8gxx.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
lgs8gxx_priv.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
lnbh24.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
lnbh25.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
lnbh25.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
lnbh29.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
lnbh29.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
lnbp21.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
lnbp21.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
lnbp22.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
lnbp22.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
m88ds3103.c media: dvb-frontends: m88ds3103: Fix a memory leak in an error handling path of m88ds3103_probe() 2024-11-18 12:12:41 +01:00
m88ds3103.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
m88ds3103_priv.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
m88rs2000.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
m88rs2000.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Makefile Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mb86a16.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mb86a16.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mb86a16_priv.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mb86a20s.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mb86a20s.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mn88443x.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mn88443x.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mn88472.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mn88472.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mn88472_priv.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mn88473.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mn88473.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mn88473_priv.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mt312.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mt312.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mt312_priv.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mt352.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mt352.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mt352_priv.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mxl5xx.c media: mxl5xx: Move xpt structures off stack 2024-11-19 12:27:17 +01:00
mxl5xx.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mxl5xx_defs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
mxl5xx_regs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
nxt200x.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
nxt200x.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
nxt6000.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
nxt6000.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
nxt6000_priv.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
or51132.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
or51132.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
or51211.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
or51211.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rtl2830.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rtl2830.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rtl2830_priv.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rtl2832.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rtl2832.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rtl2832_priv.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rtl2832_sdr.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
rtl2832_sdr.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
s5h1409.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
s5h1409.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
s5h1411.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
s5h1411.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
s5h1420.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
s5h1420.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
s5h1420_priv.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
s5h1432.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
s5h1432.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
s921.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
s921.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
si21xx.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
si21xx.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
si2165.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
si2165.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
si2165_priv.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
si2168.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
si2168.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
si2168_priv.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sp2.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sp2.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sp2_priv.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sp887x.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sp887x.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sp8870.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
sp8870.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stb0899_algo.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stb0899_cfg.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stb0899_drv.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stb0899_drv.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stb0899_priv.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stb0899_reg.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stb6000.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stb6000.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stb6100.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stb6100.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stb6100_cfg.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stb6100_proc.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stv090x.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stv090x.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stv090x_priv.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stv090x_reg.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stv0288.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stv0288.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stv0297.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stv0297.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stv0299.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stv0299.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stv0367.c media: dvb-frontends: avoid stack overflow warnings with clang 2024-11-19 08:44:55 +01:00
stv0367.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stv0367_defs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stv0367_priv.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stv0367_regs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stv0900.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stv0900_core.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stv0900_init.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stv0900_priv.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stv0900_reg.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stv0900_sw.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stv0910.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stv0910.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stv0910_regs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stv6110.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stv6110.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stv6110x.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stv6110x.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stv6110x_priv.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stv6110x_reg.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stv6111.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
stv6111.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tc90522.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tc90522.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tda665x.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tda665x.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tda826x.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tda826x.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tda1002x.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tda1004x.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tda1004x.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tda8083.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tda8083.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tda8261.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tda8261.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tda8261_cfg.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tda10021.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tda10023.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tda10048.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tda10048.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tda10071.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tda10071.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tda10071_priv.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tda10086.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tda10086.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tda18271c2dd.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tda18271c2dd.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tda18271c2dd_maps.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tdhd1.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ts2020.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ts2020.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tua6100.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
tua6100.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ves1x93.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ves1x93.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ves1820.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
ves1820.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
z0194a.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
zd1301_demod.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
zd1301_demod.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
zl10036.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
zl10036.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
zl10039.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
zl10039.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
zl10353.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
zl10353.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
zl10353_priv.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00