Searched refs:dvb_t (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/headers/private/drivers/
H A Ddvb.h255 dvb_t_tuning_parameters_t dvb_t; member in union:__anon661::__anon662
/haiku-fatelf/src/add-ons/kernel/drivers/dvb/cx23882/
H A Ddvb_interface.c235 if ((res = cx22702_set_tuning_parameters(device->i2c_bus, &params.u.dvb_t)) < B_OK)
243 if ((res = cx22702_get_tuning_parameters(device->i2c_bus, &params.u.dvb_t)) < B_OK)
/haiku-fatelf/src/add-ons/media/media-add-ons/dvb/
H A DDVBMediaNode.cpp1141 needs_tuning = (fTuningParam.u.dvb_t.frequency != new_params.u.dvb_t.frequency) || !fTuningSuccess;
2133 sFrequency << fTuningParam.u.dvb_t.frequency / 1000000 << " MHz";
2135 switch (fTuningParam.u.dvb_t.inversion) {
2142 switch (fTuningParam.u.dvb_t.bandwidth) {
2150 switch (fTuningParam.u.dvb_t.modulation) {
2161 switch (fTuningParam.u.dvb_t.hierarchy) {
2170 switch (fTuningParam.u.dvb_t.code_rate_hp) {
2184 switch (fTuningParam.u.dvb_t.code_rate_lp) {
2198 switch (fTuningParam.u.dvb_t
[all...]

Completed in 58 milliseconds