Searched refs:c8sectpfe (Results 1 – 15 of 15) sorted by relevance
| /linux/drivers/media/platform/sti/c8sectpfe/ |
| A D | c8sectpfe-common.c | 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() 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 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
|
| A 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,
|
| A D | c8sectpfe-dvb.c | 107 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 D | c8sectpfe-dvb.h | 14 struct c8sectpfe *c8sectpfe, struct channel_info *tsin,
|
| A D | c8sectpfe-core.h | 83 struct c8sectpfe *c8sectpfe[C8SECTPFEI_MAXADAPTER]; member
|
| A D | Kconfig | 28 module will be called c8sectpfe.
|
| A D | c8sectpfe-core.c | 118 &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/Documentation/devicetree/bindings/media/ |
| A 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/arch/arm/boot/dts/ |
| A D | stihxxx-b2120.dtsi | 8 #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/Documentation/admin-guide/media/ |
| A D | platform-cardlist.rst | 21 c8sectpfe SDR platform devices 22 c8sectpfe SDR platform devices
|
| /linux/drivers/media/platform/ |
| A D | Makefile | 40 obj-$(CONFIG_DVB_C8SECTPFE) += sti/c8sectpfe/
|
| A D | Kconfig | 641 source "drivers/media/platform/sti/c8sectpfe/Kconfig"
|
| /linux/include/config/ |
| A D | auto.conf.cmd | 706 drivers/media/platform/sti/c8sectpfe/Kconfig \
|
| /linux/ |
| A D | MAINTAINERS | 2677 F: drivers/media/platform/sti/c8sectpfe/
|
Completed in 67 milliseconds