Searched defs:bcm2048_device (Results 1 – 1 of 1) sorted by relevance
280 struct bcm2048_device { struct281 struct i2c_client *client;282 struct video_device videodev;283 struct work_struct work;284 struct completion compl;285 struct mutex mutex;286 struct bcm2048_platform_data *platform_data;287 struct rds_info rds_info;288 struct region_info region_info;289 u16 frequency;[all …]