aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/videocodec.h
Commit message (Expand)AuthorAge
* V4L/DVB (9129): zoran: move zoran sources into a zoran subdirectoryHans Verkuil2008-10-12
* V4L/DVB (4269): Subject: videocodec: make 1-bit fields unsignedRandy Dunlap2006-06-30
* V4L/DVB (3599b): Whitespace cleanups under drivers/mediaMauro Carvalho Chehab2006-03-25
* V4L/DVB (3413): Typos grab bag of the monthAlexey Dobriyan2006-03-08
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-16
span> BUG_ON(!device); \ rd = dev_get_drvdata(device); \ return rd->attr; \ } DEFINE_RAID_ATTRIBUTE(enum raid_level, level) DEFINE_RAID_ATTRIBUTE(int, resync) DEFINE_RAID_ATTRIBUTE(enum raid_state, state) struct raid_template *raid_class_attach(struct raid_function_template *); void raid_class_release(struct raid_template *); int __must_check raid_component_add(struct raid_template *, struct device *, struct device *);