Searched defs:bcm2048_device (Results 1 – 1 of 1) sorted by relevance
274 struct bcm2048_device { struct275 struct i2c_client *client;276 struct video_device videodev;277 struct work_struct work;278 struct completion compl;279 struct mutex mutex;280 struct bcm2048_platform_data *platform_data;281 struct rds_info rds_info;282 struct region_info region_info;283 u16 frequency;[all …]