summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-core/dvb_frontend.h
Commit message (Expand)AuthorAgeFilesLines
* [media] dvb-core: define general callback value for demodulatorAntti Palosaari2012-01-101-0/+1
* [media] dvb: don't require a parameter for get_frontendMauro Carvalho Chehab2011-12-311-1/+1
* [media] dvb-core: be sure that drivers won't use DVBv3 internallyMauro Carvalho Chehab2011-12-311-0/+2
* [media] dvb: remove the track() fopsMauro Carvalho Chehab2011-12-311-1/+0
* [media] dvb: don't pass a DVBv3 parameter for search() fopsMauro Carvalho Chehab2011-12-311-1/+1
* [media] dvb-core: Don't pass DVBv3 parameters on tune() fopsMauro Carvalho Chehab2011-12-311-1/+1
* [media] dvb: simplify get_tune_settings() structMauro Carvalho Chehab2011-12-311-1/+0
* [media] dvb-core: remove get|set_frontend_legacyMauro Carvalho Chehab2011-12-311-2/+0
* [media] dvb-core: add support for a DVBv5 get_frontend() callbackMauro Carvalho Chehab2011-12-311-1/+4
* [media] Rename set_frontend fops to set_frontend_legacyMauro Carvalho Chehab2011-12-311-1/+2
* [media] dvb-core: allow demods to specify the supported delsysMauro Carvalho Chehab2011-12-311-0/+8
* [media] tuners: remove dvb_frontend_parameters from set_params()Mauro Carvalho Chehab2011-12-311-1/+1
* [media] dvb: remove dvb_frontend_parameters from calc_regs()Mauro Carvalho Chehab2011-12-311-1/+1
* [media] dvb-core, tda18271c2dd: define get_if_frequency() callbackMauro Carvalho Chehab2011-09-031-0/+1
* [media] DVB: Add basic API support for DVB-T2 and bump minor versionAndreas Oberritter2011-05-201-0/+3
* [media] tuner-core: remove the legacy is_stereo() callMauro Carvalho Chehab2011-03-211-1/+0
* V4L/DVB: drivers/media: Make static data tables and strings constlawrence rust2010-10-211-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-4/+4
* tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* V4L/DVB (12997): Add the DTV_ISDB_TS_ID property for ISDB_SHIRANO Takahito2009-09-191-0/+3
* V4L/DVB (12892): DVB-API: add support for ISDB-T and ISDB-Tsb (version 5.1)Patrick Boettcher2009-09-191-0/+14
* V4L/DVB (9344): DVB-Core updateManu Abraham2008-12-291-1/+133
* V4L/DVB (9222): S2API: Add Multiple-frontend on a single adapter support.Steven Toth2008-10-171-0/+1
* V4L/DVB (9048): add a general-purpose callback pointer to struct dvb_frontendMichael Krufky2008-10-121-0/+2
* V4L/DVB (9025): S2API: Deactivate the ISDB-T definitionsSteven Toth2008-10-121-13/+0
* V4L/DVB (9007): S2API: Changed bandwidth to be expressed in HZSteven Toth2008-10-121-1/+1
* V4L/DVB (9004): S2API: Implement GET/SET handing to the demodsSteven Toth2008-10-121-1/+0
* V4L/DVB (9001): S2API: ISDBT_SEGMENT_NUM -> ISDBT_SEGMENT_IDXSteven Toth2008-10-121-1/+1
* V4L/DVB (8996): S2API: typedefs replaced, _SEQ_'s removed, fixed 16 command a...Steven Toth2008-10-121-2/+2
* V4L/DVB (8995): S2API: tv_ / TV_ to dtv_ / DTV_ namespace changesSteven Toth2008-10-121-4/+4
* V4L/DVB (8985): S2API: Added dvb frontend changes to support a newer tuning APISteven Toth2008-10-121-0/+44
* V4L/DVB (6881): include struct analog_demod_ops directly inside struct dvb_fr...Michael Krufky2008-01-251-2/+2
* V4L/DVB (6879): move struct analog_tuner_ops into dvb_frontend.hMichael Krufky2008-01-251-2/+22
* V4L/DVB (6439): dvb_frontend: codingstyle cleanupsMichael Krufky2008-01-251-9/+9
* V4L/DVB (6438): tuner: move analog_demod_priv into struct dvb_frontendMichael Krufky2008-01-251-0/+1
* V4L/DVB (6436): tuner: move analog_tuner_ops into dvb_frontend_opsMichael Krufky2008-01-251-0/+3
* V4L/DVB (6384): Replace TDA9887_SET_CONFIG by TUNER_SET_CONFIGMauro Carvalho Chehab2008-01-251-0/+3
* V4L/DVB (6136): dvb_frontend: add get_rf_strength function pointer to dvb_tun...Michael Krufky2007-10-091-0/+1
* V4L/DVB (6128): hybrid tuner refactoring core changes, phase 1Michael Krufky2007-10-091-0/+9
* V4L/DVB (5946): Use mutex instead of semaphore in the DVB frontend tuning int...Matthias Kaehlcke2007-10-091-1/+2
* V4L/DVB (5838): dvb-core: Fix signedness warnings (gcc 4.1.1, kernel 2.6.22)Oliver Endriss2007-07-181-1/+1
* V4L/DVB (4665): Add frontend structure callback for bus acquisition.Steven Toth2006-10-031-0/+1
* V4L/DVB (4391): Refactor dvb_detach calls into a single dvb_frontend_detach f...Andrew de Quincey2006-09-261-0/+2
* V4L/DVB (4382): Dvb_attach modifications to dvb frontend structuresAndrew de Quincey2006-09-261-1/+4
* V4L/DVB (4160): Use device specific algorithmsManu Abraham2006-06-251-0/+2
* V4L/DVB (4028): Change dvb_frontend_ops to be a real field instead of a point...Patrick Boettcher2006-06-251-1/+1
* V4L/DVB (3892): Trim documentationAndrew de Quincey2006-06-251-78/+7
* V4L/DVB (3845): DVB core changes for PLL refactoringAndrew de Quincey2006-06-251-0/+112
* V4L/DVB (3673): Fix budget-av CAM resetAndrew de Quincey2006-04-021-0/+2
OpenPOWER on IntegriCloud