Searched refs:c8sectpfe (Results 1 – 13 of 13) sorted by relevance
| /Linux-v4.19/drivers/media/platform/sti/c8sectpfe/ |
| D | c8sectpfe-common.c | 126 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 …]
|
| D | Makefile | 2 c8sectpfe-y += c8sectpfe-core.o c8sectpfe-common.o c8sectpfe-dvb.o \ 3 c8sectpfe-debugfs.o 5 obj-$(CONFIG_DVB_C8SECTPFE) += c8sectpfe.o
|
| D | c8sectpfe-common.h | 30 struct c8sectpfe; 43 struct c8sectpfe { struct 53 int c8sectpfe_tuner_register_frontend(struct c8sectpfe **c8sectpfe, argument 58 void c8sectpfe_tuner_unregister_frontend(struct c8sectpfe *c8sectpfe,
|
| D | c8sectpfe-dvb.c | 108 struct c8sectpfe *c8sectpfe, in c8sectpfe_frontend_attach() argument 142 dev_err(c8sectpfe->device, in c8sectpfe_frontend_attach() 155 tda18212 = devm_kzalloc(c8sectpfe->device, in c8sectpfe_frontend_attach() 159 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()
|
| D | c8sectpfe-dvb.h | 14 struct c8sectpfe *c8sectpfe, struct channel_info *tsin,
|
| D | c8sectpfe-core.h | 83 struct c8sectpfe *c8sectpfe[C8SECTPFEI_MAXADAPTER]; member
|
| D | Kconfig | 27 module will be called c8sectpfe.
|
| D | c8sectpfe-core.c | 119 &fei->c8sectpfe[0]-> in channel_swdemux_tsklet() 872 ret = c8sectpfe_tuner_register_frontend(&fei->c8sectpfe[0], in c8sectpfe_probe() 899 c8sectpfe_tuner_unregister_frontend(fei->c8sectpfe[0], fei); in c8sectpfe_remove()
|
| /Linux-v4.19/Documentation/devicetree/bindings/media/ |
| D | stih407-c8sectpfe.txt | 1 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-v4.19/arch/arm/boot/dts/ |
| D | stihxxx-b2120.dtsi | 11 #include <dt-bindings/media/c8sectpfe.h> 152 compatible = "st,stih407-c8sectpfe"; 156 reg-names = "c8sectpfe", "c8sectpfe-ram"; 159 interrupt-names = "c8sectpfe-error-irq", 160 "c8sectpfe-idle-irq"; 172 clock-names = "c8sectpfe";
|
| /Linux-v4.19/drivers/media/platform/ |
| D | Makefile | 47 obj-$(CONFIG_DVB_C8SECTPFE) += sti/c8sectpfe/
|
| D | Kconfig | 530 source "drivers/media/platform/sti/c8sectpfe/Kconfig"
|
| /Linux-v4.19/ |
| D | MAINTAINERS | 2067 F: drivers/media/platform/sti/c8sectpfe/
|