Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/platform/sti/c8sectpfe/
Dc8sectpfe-common.c129 static struct c8sectpfe *c8sectpfe_create(struct c8sectpfei *fei, in c8sectpfe_create()
133 struct c8sectpfe *c8sectpfe; in c8sectpfe_create() local
139 c8sectpfe = kzalloc(sizeof(struct c8sectpfe), GFP_KERNEL); in c8sectpfe_create()
140 if (!c8sectpfe) in c8sectpfe_create()
143 mutex_init(&c8sectpfe->lock); in c8sectpfe_create()
145 c8sectpfe->device = fei->dev; in c8sectpfe_create()
147 result = dvb_register_adapter(&c8sectpfe->adapter, "STi c8sectpfe", in c8sectpfe_create()
155 c8sectpfe->adapter.priv = fei; in c8sectpfe_create()
159 c8sectpfe->demux[i].tsin_index = i; in c8sectpfe_create()
160 c8sectpfe->demux[i].c8sectpfei = fei; in c8sectpfe_create()
[all …]
DMakefile1 c8sectpfe-y += c8sectpfe-core.o c8sectpfe-common.o c8sectpfe-dvb.o \
2 c8sectpfe-debugfs.o
4 obj-$(CONFIG_DVB_C8SECTPFE) += c8sectpfe.o
Dc8sectpfe-common.h33 struct c8sectpfe;
46 struct c8sectpfe { struct
56 int c8sectpfe_tuner_register_frontend(struct c8sectpfe **c8sectpfe, argument
61 void c8sectpfe_tuner_unregister_frontend(struct c8sectpfe *c8sectpfe,
Dc8sectpfe-dvb.c117 struct c8sectpfe *c8sectpfe, in c8sectpfe_frontend_attach() argument
151 dev_err(c8sectpfe->device, in c8sectpfe_frontend_attach()
164 tda18212 = devm_kzalloc(c8sectpfe->device, in c8sectpfe_frontend_attach()
168 dev_err(c8sectpfe->device, in c8sectpfe_frontend_attach()
202 dev_err(c8sectpfe->device, "%s: stv090x_attach failed\n" in c8sectpfe_frontend_attach()
211 dev_err(c8sectpfe->device, in c8sectpfe_frontend_attach()
232 dev_err(c8sectpfe->device, in c8sectpfe_frontend_attach()
240 dev_info(c8sectpfe->device, in c8sectpfe_frontend_attach()
Dc8sectpfe-dvb.h17 struct c8sectpfe *c8sectpfe, struct channel_info *tsin,
Dc8sectpfe-core.h86 struct c8sectpfe *c8sectpfe[C8SECTPFEI_MAXADAPTER]; member
DKconfig27 module will be called c8sectpfe.
Dc8sectpfe-core.c121 &fei->c8sectpfe[0]-> in channel_swdemux_tsklet()
873 ret = c8sectpfe_tuner_register_frontend(&fei->c8sectpfe[0], in c8sectpfe_probe()
908 c8sectpfe_tuner_unregister_frontend(fei->c8sectpfe[0], fei); in c8sectpfe_remove()
/linux-4.4.14/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@08a20000 {
54 compatible = "st,stih407-c8sectpfe";
/linux-4.4.14/drivers/media/platform/
DMakefile38 obj-$(CONFIG_DVB_C8SECTPFE) += sti/c8sectpfe/
DKconfig304 source "drivers/media/platform/sti/c8sectpfe/Kconfig"
/linux-4.4.14/
DMAINTAINERS1567 F: drivers/media/platform/sti/c8sectpfe/