Home
last modified time | relevance | path

Searched defs:v4l2_dev (Results 1 – 25 of 98) sorted by relevance

1234

/linux-3.3/drivers/media/video/
Dv4l2-device.c33 int v4l2_device_register(struct device *dev, struct v4l2_device *v4l2_dev) in v4l2_device_register()
63 struct v4l2_device *v4l2_dev = in v4l2_device_release() local
70 int v4l2_device_put(struct v4l2_device *v4l2_dev) in v4l2_device_put()
76 int v4l2_device_set_name(struct v4l2_device *v4l2_dev, const char *basename, in v4l2_device_set_name()
92 void v4l2_device_disconnect(struct v4l2_device *v4l2_dev) in v4l2_device_disconnect()
104 void v4l2_device_unregister(struct v4l2_device *v4l2_dev) in v4l2_device_unregister()
141 int v4l2_device_register_subdev(struct v4l2_device *v4l2_dev, in v4l2_device_register_subdev()
205 int v4l2_device_register_subdev_nodes(struct v4l2_device *v4l2_dev) in v4l2_device_register_subdev_nodes()
257 struct v4l2_device *v4l2_dev; in v4l2_device_unregister_subdev() local
Dc-qcam.c45 struct v4l2_device v4l2_dev; member
109 struct v4l2_device *v4l2_dev = &qcam->v4l2_dev; in qcam_await_ready1() local
135 struct v4l2_device *v4l2_dev = &qcam->v4l2_dev; in qcam_await_ready2() local
177 struct v4l2_device *v4l2_dev = &qcam->v4l2_dev; in qcam_write_data() local
380 struct v4l2_device *v4l2_dev = &qcam->v4l2_dev; in qc_capture() local
742 struct v4l2_device *v4l2_dev; in qcam_init() local
791 struct v4l2_device *v4l2_dev; in init_cqcam() local
Dv4l2-common.c309 struct v4l2_subdev *v4l2_i2c_new_subdev_board(struct v4l2_device *v4l2_dev, in v4l2_i2c_new_subdev_board()
358 struct v4l2_subdev *v4l2_i2c_new_subdev(struct v4l2_device *v4l2_dev, in v4l2_i2c_new_subdev()
439 struct v4l2_subdev *v4l2_spi_new_subdev(struct v4l2_device *v4l2_dev, in v4l2_spi_new_subdev()
/linux-3.3/include/media/
Dv4l2-device.h69 static inline void v4l2_device_get(struct v4l2_device *v4l2_dev) in v4l2_device_get()
124 #define v4l2_device_for_each_subdev(sd, v4l2_dev) \ argument
130 #define __v4l2_device_call_subdevs_p(v4l2_dev, sd, cond, o, f, args...) \ argument
137 #define __v4l2_device_call_subdevs(v4l2_dev, cond, o, f, args...) \ argument
149 #define __v4l2_device_call_subdevs_until_err_p(v4l2_dev, sd, cond, o, f, args...) \ argument
162 #define __v4l2_device_call_subdevs_until_err(v4l2_dev, cond, o, f, args...) \ argument
172 #define v4l2_device_call_all(v4l2_dev, grpid, o, f, args...) \ argument
185 #define v4l2_device_call_until_err(v4l2_dev, grpid, o, f, args...) \ argument
Dsh_mobile_csi2.h45 struct v4l2_device *v4l2_dev; member
/linux-3.3/drivers/media/video/cx18/
Dcx18-alsa-main.c65 struct snd_cx18_card *to_snd_cx18_card(struct v4l2_device *v4l2_dev) in to_snd_cx18_card()
71 struct snd_cx18_card *p_to_snd_cx18_card(struct v4l2_device **v4l2_dev) in p_to_snd_cx18_card()
98 static int snd_cx18_card_create(struct v4l2_device *v4l2_dev, in snd_cx18_card_create()
135 static int snd_cx18_init(struct v4l2_device *v4l2_dev) in snd_cx18_init()
202 struct v4l2_device *v4l2_dev = &cx->v4l2_dev; in cx18_alsa_load() local
259 struct v4l2_device *v4l2_dev = dev_get_drvdata(dev); in cx18_alsa_exit_callback() local
Dcx18-alsa-pcm.c152 struct v4l2_device *v4l2_dev = cxsc->v4l2_dev; in snd_cx18_pcm_capture_open() local
199 struct v4l2_device *v4l2_dev = cxsc->v4l2_dev; in snd_cx18_pcm_capture_close() local
333 struct v4l2_device *v4l2_dev = cxsc->v4l2_dev; in snd_cx18_pcm_create() local
Dcx18-alsa-mixer.c163 struct v4l2_device *v4l2_dev = cxsc->v4l2_dev; in snd_cx18_mixer_create() local
Dcx18-alsa.h25 struct v4l2_device *v4l2_dev; member
/linux-3.3/drivers/media/radio/
Dradio-maxiradio.c94 struct v4l2_device v4l2_dev; member
108 static inline struct maxiradio *to_maxiradio(struct v4l2_device *v4l2_dev) in to_maxiradio()
368 struct v4l2_device *v4l2_dev; in maxiradio_init_one() local
430 struct v4l2_device *v4l2_dev = dev_get_drvdata(&pdev->dev); in maxiradio_remove_one() local
Dradio-zoltrix.c59 struct v4l2_device v4l2_dev; member
112 struct v4l2_device *v4l2_dev = &zol->v4l2_dev; in zol_setfreq() local
398 struct v4l2_device *v4l2_dev = &zol->v4l2_dev; in zoltrix_init() local
Dradio-typhoon.c69 struct v4l2_device v4l2_dev; member
301 struct v4l2_device *v4l2_dev = &dev->v4l2_dev; in vidioc_log_status() local
341 struct v4l2_device *v4l2_dev = &dev->v4l2_dev; in typhoon_init() local
Dradio-terratec.c81 struct v4l2_device v4l2_dev; member
359 struct v4l2_device *v4l2_dev = &tt->v4l2_dev; in terratec_init() local
405 struct v4l2_device *v4l2_dev = &tt->v4l2_dev; in terratec_exit() local
Dradio-gemtek.c111 struct v4l2_device v4l2_dev; member
337 struct v4l2_device *v4l2_dev = &gt->v4l2_dev; in gemtek_probe() local
529 struct v4l2_device *v4l2_dev = &gt->v4l2_dev; in gemtek_init() local
599 struct v4l2_device *v4l2_dev = &gt->v4l2_dev; in gemtek_exit() local
Ddsbr100.c145 struct v4l2_device v4l2_dev; member
540 static void usb_dsbr100_release(struct v4l2_device *v4l2_dev) in usb_dsbr100_release()
575 struct v4l2_device *v4l2_dev; in usb_dsbr100_probe() local
Dradio-si4713.c49 struct v4l2_device v4l2_dev; member
334 struct v4l2_device *v4l2_dev = platform_get_drvdata(pdev); in radio_si4713_pdriver_remove() local
Dradio-rtrack2.c40 struct v4l2_device v4l2_dev; member
287 struct v4l2_device *v4l2_dev = &dev->v4l2_dev; in rtrack2_init() local
Dradio-miropcm20.c31 struct v4l2_device v4l2_dev; member
223 struct v4l2_device *v4l2_dev = &dev->v4l2_dev; in pcm20_init() local
Dradio-aztech.c58 struct v4l2_device v4l2_dev; member
345 struct v4l2_device *v4l2_dev = &az->v4l2_dev; in aztech_init() local
Dradio-sf16fmi.c45 struct v4l2_device v4l2_dev; member
320 struct v4l2_device *v4l2_dev = &fmi->v4l2_dev; in fmi_init() local
Dradio-aimslab.c58 struct v4l2_device v4l2_dev; member
372 struct v4l2_device *v4l2_dev = &rt->v4l2_dev; in rtrack_init() local
Dradio-trust.c46 struct v4l2_device v4l2_dev; member
365 struct v4l2_device *v4l2_dev = &tr->v4l2_dev; in trust_init() local
/linux-3.3/drivers/media/video/marvell-ccic/
Dcafe-driver.c558 struct v4l2_device *v4l2_dev = dev_get_drvdata(&pdev->dev); in cafe_pci_remove() local
576 struct v4l2_device *v4l2_dev = dev_get_drvdata(&pdev->dev); in cafe_pci_suspend() local
591 struct v4l2_device *v4l2_dev = dev_get_drvdata(&pdev->dev); in cafe_pci_resume() local
/linux-3.3/drivers/media/video/saa7134/
Dsaa7134-core.c1108 struct v4l2_device *v4l2_dev = pci_get_drvdata(pci_dev); in saa7134_finidev() local
1199 struct v4l2_device *v4l2_dev = pci_get_drvdata(pci_dev); in saa7134_suspend() local
1236 struct v4l2_device *v4l2_dev = pci_get_drvdata(pci_dev); in saa7134_resume() local
/linux-3.3/drivers/media/common/
Dsaa7146_i2c.c386 struct v4l2_device *v4l2_dev = i2c_get_adapdata(adapter); in saa7146_i2c_xfer() local

1234