Searched refs:tsin (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/media/platform/sti/c8sectpfe/ |
D | c8sectpfe-core.c | 425 static void free_input_block(struct c8sectpfei *fei, struct channel_info *tsin) in free_input_block() argument 427 if (!fei || !tsin) in free_input_block() 430 if (tsin->back_buffer_busaddr) in free_input_block() 431 if (!dma_mapping_error(fei->dev, tsin->back_buffer_busaddr)) in free_input_block() 432 dma_unmap_single(fei->dev, tsin->back_buffer_busaddr, in free_input_block() 435 kfree(tsin->back_buffer_start); in free_input_block() 437 if (tsin->pid_buffer_busaddr) in free_input_block() 438 if (!dma_mapping_error(fei->dev, tsin->pid_buffer_busaddr)) in free_input_block() 439 dma_unmap_single(fei->dev, tsin->pid_buffer_busaddr, in free_input_block() 442 kfree(tsin->pid_buffer_start); in free_input_block() [all …]
|
D | c8sectpfe-dvb.c | 118 struct channel_info *tsin, int chan_num) in c8sectpfe_frontend_attach() argument 128 if (!tsin) in c8sectpfe_frontend_attach() 131 switch (tsin->dvb_card) { in c8sectpfe_frontend_attach() 137 if (tsin->dvb_card == STV0367_TDA18212_NIMA_1) in c8sectpfe_frontend_attach() 140 tsin->i2c_adapter); in c8sectpfe_frontend_attach() 141 else if (tsin->dvb_card == STV0367_TDA18212_NIMB_1) in c8sectpfe_frontend_attach() 144 tsin->i2c_adapter); in c8sectpfe_frontend_attach() 148 tsin->i2c_adapter); in c8sectpfe_frontend_attach() 153 , __func__, dvb_card_str(tsin->dvb_card)); in c8sectpfe_frontend_attach() 182 client = i2c_new_device(tsin->i2c_adapter, &tda18212_info); in c8sectpfe_frontend_attach() [all …]
|
D | c8sectpfe-common.c | 206 struct channel_info *tsin; in c8sectpfe_tuner_unregister_frontend() local 210 tsin = fei->channel_data[n]; in c8sectpfe_tuner_unregister_frontend() 212 if (tsin && tsin->frontend) { in c8sectpfe_tuner_unregister_frontend() 213 dvb_unregister_frontend(tsin->frontend); in c8sectpfe_tuner_unregister_frontend() 214 dvb_frontend_detach(tsin->frontend); in c8sectpfe_tuner_unregister_frontend() 217 if (tsin && tsin->i2c_adapter) in c8sectpfe_tuner_unregister_frontend() 218 i2c_put_adapter(tsin->i2c_adapter); in c8sectpfe_tuner_unregister_frontend() 220 if (tsin && tsin->i2c_client) { in c8sectpfe_tuner_unregister_frontend() 221 if (tsin->i2c_client->dev.driver->owner) in c8sectpfe_tuner_unregister_frontend() 222 module_put(tsin->i2c_client->dev.driver->owner); in c8sectpfe_tuner_unregister_frontend() [all …]
|
D | c8sectpfe-dvb.h | 17 struct c8sectpfe *c8sectpfe, struct channel_info *tsin,
|
/linux-4.4.14/Documentation/devicetree/bindings/media/ |
D | stih407-c8sectpfe.txt | 11 Currently 7 TS input (tsin) channels are supported on the stih407 family SoC. 28 - pinctrl-names : a pinctrl state named tsin%d-serial or tsin%d-parallel (where %d is tsin-num) 29 must be defined for each tsin child node. 30 - pinctrl-0 : phandle referencing pin configuration for this tsin configuration 34 Required properties (tsin (child) node): 36 - tsin-num : tsin id of the InputBlock (must be between 0 to 6) 37 - i2c-bus : phandle to the I2C bus DT node which the demodulators & tuners on this tsin channel are… 38 - rst-gpio : reset gpio for this tsin channel. 40 Optional properties (tsin (child) node): 47 - dvb-card : Describes the NIM card connected to this tsin channel. [all …]
|
/linux-4.4.14/arch/arc/boot/dts/ |
D | abilis_tb101.dtsi | 45 pctl_tsin_s0: pctl-tsin-s0 { /* Serial TS-in 0 */ 48 pctl_tsin_s1: pctl-tsin-s1 { /* Serial TS-in 1 */ 54 pctl_tsin_p1: pctl-tsin-p1 { /* Parallel TS-in 1 */ 58 pctl_tsin_s2: pctl-tsin-s2 { /* Serial TS-in 2 */ 61 pctl_tsin_s3: pctl-tsin-s3 { /* Serial TS-in 3 */ 67 pctl_tsin_p3: pctl-tsin-p3 { /* Parallel TS-in 3 */ 71 pctl_tsin_s4: pctl-tsin-s4 { /* Serial TS-in 4 */ 74 pctl_tsin_s5: pctl-tsin-s5 { /* Serial TS-in 5 */ 80 pctl_tsin_p5: pctl-tsin-p5 { /* Parallel TS-in 5 */ 84 pctl_tsin_s6: pctl-tsin-s6 { /* Serial TS-in 6 */ [all …]
|
D | abilis_tb100.dtsi | 45 pctl_tsin_s0: pctl-tsin-s0 { /* Serial TS-in 0 */ 48 pctl_tsin_s1: pctl-tsin-s1 { /* Serial TS-in 1 */ 54 pctl_tsin_p1: pctl-tsin-p1 { /* Parallel TS-in 1 */ 58 pctl_tsin_s2: pctl-tsin-s2 { /* Serial TS-in 2 */ 61 pctl_tsin_s3: pctl-tsin-s3 { /* Serial TS-in 3 */ 67 pctl_tsin_p3: pctl-tsin-p3 { /* Parallel TS-in 3 */ 71 pctl_tsin_s4: pctl-tsin-s4 { /* Serial TS-in 4 */ 74 pctl_tsin_s5: pctl-tsin-s5 { /* Serial TS-in 5 */ 80 pctl_tsin_p5: pctl-tsin-p5 { /* Parallel TS-in 5 */ 84 pctl_tsin_s6: pctl-tsin-s6 { /* Serial TS-in 6 */ [all …]
|
D | abilis_tb10x.dtsi | 217 tb100-mdscr-manage-tsin; 226 tb100-mdscr-manage-tsin; 231 tb100-mdscr-manage-tsin;
|