Home
last modified time | relevance | path

Searched refs:pilot (Results 1 - 25 of 36) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Dtda10071.c554 u8 mode, rolloff, pilot, inversion, div; in tda10071_set_frontend() local
558 "delivery_system=%d modulation=%d frequency=%u symbol_rate=%d inversion=%d pilot=%d rolloff=%d\n", in tda10071_set_frontend()
560 c->inversion, c->pilot, c->rolloff); in tda10071_set_frontend()
591 pilot = 2; in tda10071_set_frontend()
613 switch (c->pilot) { in tda10071_set_frontend()
615 pilot = 0; in tda10071_set_frontend()
618 pilot = 1; in tda10071_set_frontend()
621 pilot = 2; in tda10071_set_frontend()
624 dev_dbg(&client->dev, "invalid pilot\n"); in tda10071_set_frontend()
676 cmd.args[12] = pilot; in tda10071_set_frontend()
[all...]
H A Dcx24120.c12 Add frequency, fec & pilot to get_frontend
87 /* pilot mask */
118 enum fe_pilot pilot; member
793 /* Retrieve current fec, modulation & pilot values */
824 c->pilot = (ret & 0x80) ? PILOT_ON : PILOT_OFF; in cx24120_get_fec()
826 dev_dbg(&state->i2c->dev, "mod(%d), fec(%d), pilot(%d)\n", in cx24120_get_fec()
827 c->modulation, c->fec_inner, c->pilot); in cx24120_get_fec()
867 enum fe_pilot pilot; member
876 /*delsys pilot mod fec m_rat n_rat rate */
920 /* Find fec, modulation, pilot */ in cx24120_set_clock_ratios()
1081 cx24120_set_pilot(struct cx24120_state *state, enum fe_pilot pilot) cx24120_set_pilot() argument
[all...]
H A Dstv0900_priv.h275 enum fe_stv0900_pilot pilot; member
367 s32 pilot, u8 chip_id);
H A Dcx24116.c89 /* pilot bit */
156 enum fe_pilot pilot; member
348 * set pilot, bit 6 (0x40) is set. When inspecting
349 * FECSTATUS bit 7 (0x80) represents the pilot
1248 switch (c->pilot) { in cx24116_set_frontend()
1261 dprintk("%s: unsupported pilot mode selected (%d)\n", in cx24116_set_frontend()
1262 __func__, c->pilot); in cx24116_set_frontend()
1292 state->dnxt.pilot = c->pilot; in cx24116_set_frontend()
1314 dprintk("%s: pilot in cx24116_set_frontend()
[all...]
H A Dcx24117.c93 /* pilot bit */
167 enum fe_pilot pilot; member
1343 switch (c->pilot) { in cx24117_set_frontend()
1355 "%s() demod%d unsupported pilot mode (%d)\n", in cx24117_set_frontend()
1356 __func__, state->demod, c->pilot); in cx24117_set_frontend()
1393 state->dnxt.pilot = c->pilot; in cx24117_set_frontend()
1419 "%s: pilot = %d (val = 0x%02x)\n", __func__, in cx24117_set_frontend()
1420 state->dcur.pilot, state->dcur.pilot_val); in cx24117_set_frontend()
H A Dstv0900_core.c1073 s32 pilot, u8 chip_id) in stv0900_get_optim_carr_loop()
1121 if (pilot) { in stv0900_get_optim_carr_loop()
1146 if (pilot) { in stv0900_get_optim_carr_loop()
1612 p_result.pilot = intp->result[demod].pilot; in stv0900_search()
1072 stv0900_get_optim_carr_loop(s32 srate, enum fe_stv0900_modcode modcode, s32 pilot, u8 chip_id) stv0900_get_optim_carr_loop() argument
H A Dm88ds3103.c639 "delivery_system=%d modulation=%d frequency=%u symbol_rate=%d inversion=%d pilot=%d rolloff=%d\n", in m88ds3103_set_frontend()
641 c->inversion, c->pilot, c->rolloff); in m88ds3103_set_frontend()
1284 c->pilot = PILOT_OFF; in m88ds3103_get_frontend()
1287 c->pilot = PILOT_ON; in m88ds3103_get_frontend()
H A Dmxl5xx.c733 p->pilot = PILOT_OFF; in get_frontend()
736 p->pilot = PILOT_ON; in get_frontend()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Dtda10071.c554 u8 mode, rolloff, pilot, inversion, div; in tda10071_set_frontend() local
558 "delivery_system=%d modulation=%d frequency=%u symbol_rate=%d inversion=%d pilot=%d rolloff=%d\n", in tda10071_set_frontend()
560 c->inversion, c->pilot, c->rolloff); in tda10071_set_frontend()
591 pilot = 2; in tda10071_set_frontend()
613 switch (c->pilot) { in tda10071_set_frontend()
615 pilot = 0; in tda10071_set_frontend()
618 pilot = 1; in tda10071_set_frontend()
621 pilot = 2; in tda10071_set_frontend()
624 dev_dbg(&client->dev, "invalid pilot\n"); in tda10071_set_frontend()
676 cmd.args[12] = pilot; in tda10071_set_frontend()
[all...]
H A Dcx24120.c12 Add frequency, fec & pilot to get_frontend
87 /* pilot mask */
118 enum fe_pilot pilot; member
794 /* Retrieve current fec, modulation & pilot values */
825 c->pilot = (ret & 0x80) ? PILOT_ON : PILOT_OFF; in cx24120_get_fec()
827 dev_dbg(&state->i2c->dev, "mod(%d), fec(%d), pilot(%d)\n", in cx24120_get_fec()
828 c->modulation, c->fec_inner, c->pilot); in cx24120_get_fec()
868 enum fe_pilot pilot; member
877 /*delsys pilot mod fec m_rat n_rat rate */
921 /* Find fec, modulation, pilot */ in cx24120_set_clock_ratios()
1082 cx24120_set_pilot(struct cx24120_state *state, enum fe_pilot pilot) cx24120_set_pilot() argument
[all...]
H A Dstv0900_priv.h275 enum fe_stv0900_pilot pilot; member
367 s32 pilot, u8 chip_id);
H A Dcx24116.c89 /* pilot bit */
156 enum fe_pilot pilot; member
348 * set pilot, bit 6 (0x40) is set. When inspecting
349 * FECSTATUS bit 7 (0x80) represents the pilot
1248 switch (c->pilot) { in cx24116_set_frontend()
1261 dprintk("%s: unsupported pilot mode selected (%d)\n", in cx24116_set_frontend()
1262 __func__, c->pilot); in cx24116_set_frontend()
1292 state->dnxt.pilot = c->pilot; in cx24116_set_frontend()
1314 dprintk("%s: pilot in cx24116_set_frontend()
[all...]
H A Dcx24117.c93 /* pilot bit */
167 enum fe_pilot pilot; member
1342 switch (c->pilot) { in cx24117_set_frontend()
1354 "%s() demod%d unsupported pilot mode (%d)\n", in cx24117_set_frontend()
1355 __func__, state->demod, c->pilot); in cx24117_set_frontend()
1392 state->dnxt.pilot = c->pilot; in cx24117_set_frontend()
1418 "%s: pilot = %d (val = 0x%02x)\n", __func__, in cx24117_set_frontend()
1419 state->dcur.pilot, state->dcur.pilot_val); in cx24117_set_frontend()
H A Dstv0900_core.c1073 s32 pilot, u8 chip_id) in stv0900_get_optim_carr_loop()
1121 if (pilot) { in stv0900_get_optim_carr_loop()
1146 if (pilot) { in stv0900_get_optim_carr_loop()
1612 p_result.pilot = intp->result[demod].pilot; in stv0900_search()
1072 stv0900_get_optim_carr_loop(s32 srate, enum fe_stv0900_modcode modcode, s32 pilot, u8 chip_id) stv0900_get_optim_carr_loop() argument
H A Dm88ds3103.c635 "delivery_system=%d modulation=%d frequency=%u symbol_rate=%d inversion=%d pilot=%d rolloff=%d\n", in m88ds3103_set_frontend()
637 c->inversion, c->pilot, c->rolloff); in m88ds3103_set_frontend()
1280 c->pilot = PILOT_OFF; in m88ds3103_get_frontend()
1283 c->pilot = PILOT_ON; in m88ds3103_get_frontend()
H A Dmxl5xx.c724 p->pilot = PILOT_OFF; in get_frontend()
727 p->pilot = PILOT_ON; in get_frontend()
/kernel/linux/linux-5.10/include/linux/mfd/
H A Dsi476x-reports.h121 __u8 pilot; member
/kernel/linux/linux-6.6/include/linux/mfd/
H A Dsi476x-reports.h121 __u8 pilot; member
/kernel/linux/linux-5.10/drivers/media/pci/cx88/
H A Dcx88-tvaudio.c812 static const char * const p[] = { "no pilot", "pilot c1", in cx88_get_stereo()
813 "pilot c2", "?" }; in cx88_get_stereo()
814 u32 reg, mode, pilot; in cx88_get_stereo() local
818 pilot = (reg >> 2) & 0x03; in cx88_get_stereo()
822 reg, m[mode], p[pilot], in cx88_get_stereo()
/kernel/linux/linux-6.6/drivers/media/pci/cx88/
H A Dcx88-tvaudio.c812 static const char * const p[] = { "no pilot", "pilot c1", in cx88_get_stereo()
813 "pilot c2", "?" }; in cx88_get_stereo()
814 u32 reg, mode, pilot; in cx88_get_stereo() local
818 pilot = (reg >> 2) & 0x03; in cx88_get_stereo()
822 reg, m[mode], p[pilot], in cx88_get_stereo()
/kernel/linux/linux-5.10/include/media/
H A Ddvb_frontend.h529 * @pilot: Enable/disable/autodetect pilot tones
602 enum fe_pilot pilot; member
/kernel/linux/linux-6.6/include/media/
H A Ddvb_frontend.h535 * @pilot: Enable/disable/autodetect pilot tones
608 enum fe_pilot pilot; member
/kernel/linux/linux-5.10/drivers/media/dvb-core/
H A Ddvb_frontend.c1035 c->pilot = PILOT_AUTO; in dvb_frontend_clear_cache()
1390 tvp->u.data = c->pilot; in dtv_property_process_get()
1877 c->pilot = data; in dtv_property_process_set()
/kernel/linux/linux-6.6/drivers/media/dvb-core/
H A Ddvb_frontend.c1035 c->pilot = PILOT_AUTO; in dvb_frontend_clear_cache()
1386 tvp->u.data = c->pilot; in dtv_property_process_get()
1940 c->pilot = data; in dtv_property_process_set()
/kernel/linux/linux-5.10/drivers/mfd/
H A Dsi476x-cmd.c817 report->pilot = resp[7] & SI476X_ACF_PILOT; in si476x_core_cmd_fm_acf_status()

Completed in 40 milliseconds

12