Searched refs:has_loopthrough (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | tda826x.c | 27 u8 has_loopthrough:1; member 46 if (!priv->has_loopthrough) in tda826x_sleep() 86 if (!priv->has_loopthrough) in tda826x_set_params() 130 struct dvb_frontend *tda826x_attach(struct dvb_frontend *fe, int addr, struct i2c_adapter *i2c, int has_loopthrough) in tda826x_attach() argument 159 priv->has_loopthrough = has_loopthrough; in tda826x_attach()
|
H A D | tda826x.h | 22 * @has_loopthrough: Set to 1 if the card has a loopthrough RF connector. 29 int has_loopthrough); 34 int has_loopthrough) in tda826x_attach() 31 tda826x_attach(struct dvb_frontend *fe, int addr, struct i2c_adapter *i2c, int has_loopthrough) tda826x_attach() argument
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | tda826x.c | 27 u8 has_loopthrough:1; member 46 if (!priv->has_loopthrough) in tda826x_sleep() 86 if (!priv->has_loopthrough) in tda826x_set_params() 130 struct dvb_frontend *tda826x_attach(struct dvb_frontend *fe, int addr, struct i2c_adapter *i2c, int has_loopthrough) in tda826x_attach() argument 159 priv->has_loopthrough = has_loopthrough; in tda826x_attach()
|
H A D | tda826x.h | 22 * @has_loopthrough: Set to 1 if the card has a loopthrough RF connector. 29 int has_loopthrough); 34 int has_loopthrough) in tda826x_attach() 31 tda826x_attach(struct dvb_frontend *fe, int addr, struct i2c_adapter *i2c, int has_loopthrough) tda826x_attach() argument
|
Completed in 4 milliseconds