Home
last modified time | relevance | path

Searched refs:c8sectpfe (Results 1 – 15 of 15) sorted by relevance

/linux-5.19.10/drivers/media/platform/st/sti/c8sectpfe/
Dc8sectpfe-common.c126 static struct c8sectpfe *c8sectpfe_create(struct c8sectpfei *fei, in c8sectpfe_create()
130 struct c8sectpfe *c8sectpfe; in c8sectpfe_create() local
136 c8sectpfe = kzalloc(sizeof(struct c8sectpfe), GFP_KERNEL); in c8sectpfe_create()
137 if (!c8sectpfe) in c8sectpfe_create()
140 mutex_init(&c8sectpfe->lock); in c8sectpfe_create()
142 c8sectpfe->device = fei->dev; in c8sectpfe_create()
144 result = dvb_register_adapter(&c8sectpfe->adapter, "STi c8sectpfe", in c8sectpfe_create()
152 c8sectpfe->adapter.priv = fei; in c8sectpfe_create()
156 c8sectpfe->demux[i].tsin_index = i; in c8sectpfe_create()
157 c8sectpfe->demux[i].c8sectpfei = fei; in c8sectpfe_create()
[all …]
DMakefile2 c8sectpfe-y += c8sectpfe-core.o c8sectpfe-common.o c8sectpfe-dvb.o \
3 c8sectpfe-debugfs.o
5 obj-$(CONFIG_DVB_C8SECTPFE) += c8sectpfe.o
Dc8sectpfe-common.h29 struct c8sectpfe;
42 struct c8sectpfe { struct
52 int c8sectpfe_tuner_register_frontend(struct c8sectpfe **c8sectpfe, argument
57 void c8sectpfe_tuner_unregister_frontend(struct c8sectpfe *c8sectpfe,
Dc8sectpfe-dvb.c107 struct c8sectpfe *c8sectpfe, in c8sectpfe_frontend_attach() argument
141 dev_err(c8sectpfe->device, in c8sectpfe_frontend_attach()
154 tda18212 = devm_kzalloc(c8sectpfe->device, in c8sectpfe_frontend_attach()
158 dev_err(c8sectpfe->device, in c8sectpfe_frontend_attach()
193 dev_err(c8sectpfe->device, "%s: stv090x_attach failed\n" in c8sectpfe_frontend_attach()
202 dev_err(c8sectpfe->device, in c8sectpfe_frontend_attach()
223 dev_err(c8sectpfe->device, in c8sectpfe_frontend_attach()
231 dev_info(c8sectpfe->device, in c8sectpfe_frontend_attach()
Dc8sectpfe-dvb.h14 struct c8sectpfe *c8sectpfe, struct channel_info *tsin,
Dc8sectpfe-core.h83 struct c8sectpfe *c8sectpfe[C8SECTPFEI_MAXADAPTER]; member
DKconfig29 module will be called c8sectpfe.
Dc8sectpfe-core.c118 &fei->c8sectpfe[0]-> in channel_swdemux_tsklet()
866 ret = c8sectpfe_tuner_register_frontend(&fei->c8sectpfe[0], in c8sectpfe_probe()
895 c8sectpfe_tuner_unregister_frontend(fei->c8sectpfe[0], fei); in c8sectpfe_remove()
/linux-5.19.10/Documentation/devicetree/bindings/media/
Dstih407-c8sectpfe.txt1 STMicroelectronics STi c8sectpfe binding
4 This document describes the c8sectpfe device bindings that is used to get transport
14 - compatible : Should be "stih407-c8sectpfe"
21 - c8sectpfe: c8sectpfe registers
22 - c8sectpfe-ram: c8sectpfe internal sram
24 - clocks : phandle list of c8sectpfe clocks
25 - clock-names : should be "c8sectpfe"
53 c8sectpfe@8a20000 {
54 compatible = "st,stih407-c8sectpfe";
70 clock-names = "c8sectpfe";
/linux-5.19.10/arch/arm/boot/dts/
Dstihxxx-b2120.dtsi8 #include <dt-bindings/media/c8sectpfe.h>
154 compatible = "st,stih407-c8sectpfe";
158 reg-names = "c8sectpfe", "c8sectpfe-ram";
161 interrupt-names = "c8sectpfe-error-irq",
162 "c8sectpfe-idle-irq";
174 clock-names = "c8sectpfe";
/linux-5.19.10/drivers/media/platform/st/sti/
DMakefile3 obj-y += c8sectpfe/
DKconfig3 source "drivers/media/platform/st/sti/c8sectpfe/Kconfig"
/linux-5.19.10/drivers/media/platform/st/
DMakefile4 obj-y += sti/c8sectpfe/
/linux-5.19.10/Documentation/admin-guide/media/
Dplatform-cardlist.rst21 c8sectpfe SDR platform devices
22 c8sectpfe SDR platform devices
/linux-5.19.10/
DMAINTAINERS2796 F: drivers/media/platform/st/sti/c8sectpfe/