Searched refs:stv6110x (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | stv6110x.c | 30 static int stv6110x_read_reg(struct stv6110x_state *stv6110x, u8 reg, u8 *data) in stv6110x_read_reg() argument 33 const struct stv6110x_config *config = stv6110x->config; in stv6110x_read_reg() 41 ret = i2c_transfer(stv6110x->i2c, msg, 2); in stv6110x_read_reg() 51 static int stv6110x_write_regs(struct stv6110x_state *stv6110x, int start, u8 data[], int len) in stv6110x_write_regs() argument 54 const struct stv6110x_config *config = stv6110x->config; in stv6110x_write_regs() 77 ret = i2c_transfer(stv6110x->i2c, &msg, 1); in stv6110x_write_regs() 86 static int stv6110x_write_reg(struct stv6110x_state *stv6110x, u8 reg, u8 data) in stv6110x_write_reg() argument 90 return stv6110x_write_regs(stv6110x, reg, &tmp, 1); in stv6110x_write_reg() 95 struct stv6110x_state *stv6110x = fe->tuner_priv; in stv6110x_init() local 98 ret = stv6110x_write_regs(stv6110x, 0, stv6110x->regs, in stv6110x_init() [all …]
|
| H A D | stv6110x_priv.h | 53 #define REFCLOCK_kHz (stv6110x->config->refclk / 1000) 54 #define REFCLOCK_MHz (stv6110x->config->refclk / 1000000)
|
| H A D | Makefile | 97 obj-$(CONFIG_DVB_STV6110x) += stv6110x.o
|
| /OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/ |
| H A D | modules.alias | |
| H A D | modules.symbols | |
| H A D | modules.order | |
| H A D | modules.dep | |
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/media/ |
| H A D | frontend-cardlist.rst | 188 stv6110x STV6110/(A) based tuners
|
| /OK3568_Linux_fs/output/sessions/2025-06-06_01-57-56/ |
| H A D | 10-kernel-build_2025-06-06_01-57-58.log | |
| H A D | build_2025-06-06_01-57-58.log | |
| H A D | 10-kernel-build.log | |
| H A D | build.log | |