Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/platform/st/sti/c8sectpfe/
A Dc8sectpfe-common.c130 struct c8sectpfe *c8sectpfe; in c8sectpfe_create() local
136 c8sectpfe = kzalloc(sizeof(struct c8sectpfe), GFP_KERNEL); in c8sectpfe_create()
137 if (!c8sectpfe) in c8sectpfe_create()
159 result = register_dvb(&c8sectpfe->demux[i], &c8sectpfe->adapter, in c8sectpfe_create()
175 return c8sectpfe; in c8sectpfe_create()
179 kfree(c8sectpfe); in c8sectpfe_create()
184 static void c8sectpfe_delete(struct c8sectpfe *c8sectpfe) in c8sectpfe_delete() argument
188 if (!c8sectpfe) in c8sectpfe_delete()
196 kfree(c8sectpfe); in c8sectpfe_delete()
227 int c8sectpfe_tuner_register_frontend(struct c8sectpfe **c8sectpfe, in c8sectpfe_tuner_register_frontend() argument
[all …]
A DMakefile2 c8sectpfe-y += c8sectpfe-core.o c8sectpfe-common.o c8sectpfe-dvb.o \
3 c8sectpfe-debugfs.o
5 obj-$(CONFIG_DVB_C8SECTPFE) += c8sectpfe.o
A 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,
A 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()
A Dc8sectpfe-dvb.h14 struct c8sectpfe *c8sectpfe, struct channel_info *tsin,
A Dc8sectpfe-core.h83 struct c8sectpfe *c8sectpfe[C8SECTPFEI_MAXADAPTER]; member
A DKconfig29 module will be called c8sectpfe.
A Dc8sectpfe-core.c120 &fei->c8sectpfe[0]-> in channel_swdemux_tsklet()
860 ret = c8sectpfe_tuner_register_frontend(&fei->c8sectpfe[0], in c8sectpfe_probe()
889 c8sectpfe_tuner_unregister_frontend(fei->c8sectpfe[0], fei); in c8sectpfe_remove()
/linux-6.3-rc2/Documentation/devicetree/bindings/media/
A 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-6.3-rc2/arch/arm/boot/dts/
A 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-6.3-rc2/drivers/media/platform/st/sti/
A DMakefile3 obj-y += c8sectpfe/
A DKconfig3 source "drivers/media/platform/st/sti/c8sectpfe/Kconfig"
/linux-6.3-rc2/drivers/media/platform/st/
A DMakefile4 obj-y += sti/c8sectpfe/
/linux-6.3-rc2/Documentation/admin-guide/media/
A Dplatform-cardlist.rst21 c8sectpfe SDR platform devices
22 c8sectpfe SDR platform devices
/linux-6.3-rc2/
A DMAINTAINERS2810 F: drivers/media/platform/st/sti/c8sectpfe/

Completed in 34 milliseconds