/linux-2.6.39/include/media/ |
D | v4l2-device.h | 48 struct list_head subdevs; member 125 list_for_each_entry(sd, &(v4l2_dev)->subdevs, list) 132 list_for_each_entry((sd), &(v4l2_dev)->subdevs, list) \ 153 list_for_each_entry((sd), &(v4l2_dev)->subdevs, list) { \
|
/linux-2.6.39/drivers/media/video/ |
D | v4l2-device.c | 36 INIT_LIST_HEAD(&v4l2_dev->subdevs); in v4l2_device_register() 109 list_for_each_entry_safe(sd, next, &v4l2_dev->subdevs, list) { in v4l2_device_unregister() 187 list_add_tail(&sd->list, &v4l2_dev->subdevs); in v4l2_device_register_subdev() 203 list_for_each_entry(sd, &v4l2_dev->subdevs, list) { in v4l2_device_register_subdev_nodes()
|
/linux-2.6.39/drivers/regulator/ |
D | max8660.c | 404 if (!pdata->subdevs[i].platform_data) in max8660_probe() 407 boot_on = pdata->subdevs[i].platform_data->constraints.boot_on; in max8660_probe() 409 switch (pdata->subdevs[i].id) { in max8660_probe() 440 pdata->subdevs[i].name); in max8660_probe() 448 id = pdata->subdevs[i].id; in max8660_probe() 451 pdata->subdevs[i].platform_data, in max8660_probe()
|
D | max1586.c | 208 id = pdata->subdevs[i].id; in max1586_pmic_probe() 209 if (!pdata->subdevs[i].platform_data) in max1586_pmic_probe() 216 pdata->subdevs[i].platform_data, in max1586_pmic_probe()
|
/linux-2.6.39/Documentation/video4linux/ |
D | omap3isp.txt | 30 Split to subdevs 33 The OMAP 3 ISP is split into V4L2 subdevs, each of the blocks inside the ISP 34 having one subdev to represent it. Each of the subdevs provide a V4L2 subdev 71 statistics (AEWB, AF and histogram) subdevs. 82 Each of the statistics subdevs is able to produce events. An event is 190 The statistics subdevs do offer more dynamic configuration options than the 191 other subdevs. They can be enabled, disable and reconfigured when the pipeline 198 The private IOCTLs offered by the AEWB, AF and histogram subdevs are heavily
|
D | v4l2-framework.txt | 125 Unregistering will also automatically unregister all subdevs from the device. 134 This does *not* unregister the subdevs, so you still need to call the 272 The core ops are common to all subdevs, the other categories are implemented 348 The second argument to both calls is a group ID. If 0, then all subdevs are 369 contain several subdevs that use an I2C bus, but also a subdev that is
|
/linux-2.6.39/include/linux/regulator/ |
D | max1586.h | 59 struct max1586_subdev_data *subdevs; member
|
D | max8660.h | 54 struct max8660_subdev_data *subdevs; member
|
/linux-2.6.39/drivers/media/video/omap3isp/ |
D | isp.c | 1694 struct isp_v4l2_subdevs_group *subdevs; in isp_register_entities() local 1751 for (subdevs = pdata->subdevs; subdevs->subdevs; ++subdevs) { in isp_register_entities() 1757 sensor = isp_register_subdev_group(isp, subdevs->subdevs); in isp_register_entities() 1761 sensor->host_priv = subdevs; in isp_register_entities() 1768 switch (subdevs->interface) { in isp_register_entities() 1798 __func__, subdevs->interface); in isp_register_entities()
|
D | isp.h | 189 struct isp_subdev_i2c_board_info *subdevs; member 199 struct isp_v4l2_subdevs_group *subdevs; member
|
/linux-2.6.39/include/linux/mfd/ |
D | tps6586x.h | 59 struct tps6586x_subdev_info *subdevs; member
|
D | da903x.h | 148 struct da903x_subdev_info *subdevs; member
|
D | ezx-pcap.h | 21 struct pcap_subdev *subdevs; member
|
/linux-2.6.39/arch/arm/mach-tegra/ |
D | board-harmony-power.c | 100 .subdevs = tps_devs,
|
/linux-2.6.39/arch/arm/mach-pxa/ |
D | stargate2.c | 541 .subdevs = imote2_da9030_subdevs, 908 .subdevs = stargate2_da9030_subdevs,
|
D | littleton.c | 386 .subdevs = littleton_da9034_subdevs,
|
D | palm27x.c | 458 .subdevs = palm27x_max1587a_subdevs,
|
D | saar.c | 497 .subdevs = saar_da9034_subdevs,
|
D | vpac270.c | 670 .subdevs = vpac270_max1587a_subdevs,
|
D | balloon3.c | 761 .subdevs = balloon3_max1587a_subdevs,
|
D | cm-x300.c | 751 .subdevs = cm_x300_da9030_subdevs,
|
D | hx4700.c | 792 .subdevs = &max1587a_subdev,
|
/linux-2.6.39/drivers/media/radio/ |
D | radio-si4713.c | 342 struct v4l2_subdev *sd = list_entry(v4l2_dev->subdevs.next, in radio_si4713_pdriver_remove()
|
/linux-2.6.39/drivers/mfd/ |
D | da903x.c | 470 subdev = &pdata->subdevs[i]; in da903x_add_subdevs()
|
D | ezx-pcap.c | 500 ret = pcap_add_subdev(pcap, &pdata->subdevs[i]); in ezx_pcap_probe()
|