max_constellation 1993 drivers/media/dvb-frontends/dib8000.c static u16 dib8000_set_layer(struct dib8000_state *state, u8 layer_index, u16 max_constellation)
max_constellation 2039 drivers/media/dvb-frontends/dib8000.c 		switch (max_constellation) {
max_constellation 2043 drivers/media/dvb-frontends/dib8000.c 					max_constellation = c->layer[layer_index].modulation;
max_constellation 2047 drivers/media/dvb-frontends/dib8000.c 					max_constellation = c->layer[layer_index].modulation;
max_constellation 2052 drivers/media/dvb-frontends/dib8000.c 	return  max_constellation;
max_constellation 2058 drivers/media/dvb-frontends/dib8000.c static u16 dib8000_adp_fine_tune(struct dib8000_state *state, u16 max_constellation)
max_constellation 2064 drivers/media/dvb-frontends/dib8000.c 	switch (max_constellation) {
max_constellation 2347 drivers/media/dvb-frontends/dib8000.c 	u16 max_constellation = DQPSK;
max_constellation 2386 drivers/media/dvb-frontends/dib8000.c 		max_constellation = dib8000_set_layer(state, i, max_constellation);
max_constellation 2398 drivers/media/dvb-frontends/dib8000.c 	ana_gain = dib8000_adp_fine_tune(state, max_constellation);