/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
D | v4l2-device.c | 17 int v4l2_device_register(struct device *dev, struct v4l2_device *v4l2_dev) in v4l2_device_register() 47 struct v4l2_device *v4l2_dev = in v4l2_device_release() local 54 int v4l2_device_put(struct v4l2_device *v4l2_dev) in v4l2_device_put() 60 int v4l2_device_set_name(struct v4l2_device *v4l2_dev, const char *basename, in v4l2_device_set_name() 76 void v4l2_device_disconnect(struct v4l2_device *v4l2_dev) in v4l2_device_disconnect() 88 void v4l2_device_unregister(struct v4l2_device *v4l2_dev) in v4l2_device_unregister() 111 int v4l2_device_register_subdev(struct v4l2_device *v4l2_dev, in v4l2_device_register_subdev() 189 int __v4l2_device_register_subdev_nodes(struct v4l2_device *v4l2_dev, in __v4l2_device_register_subdev_nodes() 262 struct v4l2_device *v4l2_dev; in v4l2_device_unregister_subdev() local
|
D | v4l2-i2c.c | 62 *v4l2_i2c_new_subdev_board(struct v4l2_device *v4l2_dev, in v4l2_i2c_new_subdev_board() 119 struct v4l2_subdev *v4l2_i2c_new_subdev(struct v4l2_device *v4l2_dev, in v4l2_i2c_new_subdev()
|
/kernel/linux/linux-4.19/drivers/media/v4l2-core/ |
D | v4l2-device.c | 33 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() 154 int v4l2_device_register_subdev(struct v4l2_device *v4l2_dev, in v4l2_device_register_subdev() 225 int v4l2_device_register_subdev_nodes(struct v4l2_device *v4l2_dev) in v4l2_device_register_subdev_nodes() 294 struct v4l2_device *v4l2_dev; in v4l2_device_unregister_subdev() local
|
D | v4l2-async.c | 203 struct v4l2_device *v4l2_dev, in v4l2_async_match_notify() 249 struct v4l2_device *v4l2_dev = in v4l2_async_notifier_try_all_subdevs() local 441 int v4l2_async_notifier_register(struct v4l2_device *v4l2_dev, in v4l2_async_notifier_register() 550 struct v4l2_device *v4l2_dev = in v4l2_async_register_subdev() local
|
D | v4l2-common.c | 131 struct v4l2_subdev *v4l2_i2c_new_subdev_board(struct v4l2_device *v4l2_dev, in v4l2_i2c_new_subdev_board() 180 struct v4l2_subdev *v4l2_i2c_new_subdev(struct v4l2_device *v4l2_dev, in v4l2_i2c_new_subdev() 262 struct v4l2_subdev *v4l2_spi_new_subdev(struct v4l2_device *v4l2_dev, in v4l2_spi_new_subdev()
|
/kernel/linux/linux-5.10/include/media/ |
D | v4l2-device.h | 69 static inline void v4l2_device_get(struct v4l2_device *v4l2_dev) in v4l2_device_get() 200 v4l2_device_register_subdev_nodes(struct v4l2_device *v4l2_dev) in v4l2_device_register_subdev_nodes() 219 v4l2_device_register_ro_subdev_nodes(struct v4l2_device *v4l2_dev) in v4l2_device_register_ro_subdev_nodes() 249 static inline bool v4l2_device_supports_requests(struct v4l2_device *v4l2_dev) in v4l2_device_supports_requests() 269 #define v4l2_device_for_each_subdev(sd, v4l2_dev) \ argument 292 #define __v4l2_device_call_subdevs_p(v4l2_dev, sd, cond, o, f, args...) \ argument 317 #define __v4l2_device_call_subdevs(v4l2_dev, cond, o, f, args...) \ argument 349 #define __v4l2_device_call_subdevs_until_err_p(v4l2_dev, sd, cond, o, f, args...) \ argument 384 #define __v4l2_device_call_subdevs_until_err(v4l2_dev, cond, o, f, args...) \ argument 411 #define v4l2_device_call_all(v4l2_dev, grpid, o, f, args...) \ argument [all …]
|
/kernel/linux/linux-4.19/include/media/ |
D | v4l2-device.h | 81 static inline void v4l2_device_get(struct v4l2_device *v4l2_dev) in v4l2_device_get() 228 #define v4l2_device_for_each_subdev(sd, v4l2_dev) \ argument 251 #define __v4l2_device_call_subdevs_p(v4l2_dev, sd, cond, o, f, args...) \ argument 276 #define __v4l2_device_call_subdevs(v4l2_dev, cond, o, f, args...) \ argument 308 #define __v4l2_device_call_subdevs_until_err_p(v4l2_dev, sd, cond, o, f, args...) \ argument 343 #define __v4l2_device_call_subdevs_until_err(v4l2_dev, cond, o, f, args...) \ argument 370 #define v4l2_device_call_all(v4l2_dev, grpid, o, f, args...) \ argument 403 #define v4l2_device_call_until_err(v4l2_dev, grpid, o, f, args...) \ argument 430 #define v4l2_device_mask_call_all(v4l2_dev, grpmsk, o, f, args...) \ argument 462 #define v4l2_device_mask_call_until_err(v4l2_dev, grpmsk, o, f, args...) \ argument [all …]
|
/kernel/linux/linux-5.10/drivers/media/pci/cx18/ |
D | cx18-alsa-main.c | 50 struct snd_cx18_card *to_snd_cx18_card(struct v4l2_device *v4l2_dev) in to_snd_cx18_card() 56 struct snd_cx18_card *p_to_snd_cx18_card(struct v4l2_device **v4l2_dev) in p_to_snd_cx18_card() 83 static int snd_cx18_card_create(struct v4l2_device *v4l2_dev, in snd_cx18_card_create() 120 static int snd_cx18_init(struct v4l2_device *v4l2_dev) in snd_cx18_init() 188 struct v4l2_device *v4l2_dev = &cx->v4l2_dev; in cx18_alsa_load() local 245 struct v4l2_device *v4l2_dev = dev_get_drvdata(dev); in cx18_alsa_exit_callback() local
|
D | cx18-alsa-pcm.c | 138 struct v4l2_device *v4l2_dev = cxsc->v4l2_dev; in snd_cx18_pcm_capture_open() local 185 struct v4l2_device *v4l2_dev = cxsc->v4l2_dev; in snd_cx18_pcm_capture_close() local 244 struct v4l2_device *v4l2_dev = cxsc->v4l2_dev; in snd_cx18_pcm_create() local
|
/kernel/linux/linux-4.19/drivers/media/pci/cx18/ |
D | cx18-alsa-main.c | 59 struct snd_cx18_card *to_snd_cx18_card(struct v4l2_device *v4l2_dev) in to_snd_cx18_card() 65 struct snd_cx18_card *p_to_snd_cx18_card(struct v4l2_device **v4l2_dev) in p_to_snd_cx18_card() 92 static int snd_cx18_card_create(struct v4l2_device *v4l2_dev, in snd_cx18_card_create() 129 static int snd_cx18_init(struct v4l2_device *v4l2_dev) in snd_cx18_init() 197 struct v4l2_device *v4l2_dev = &cx->v4l2_dev; in cx18_alsa_load() local 254 struct v4l2_device *v4l2_dev = dev_get_drvdata(dev); in cx18_alsa_exit_callback() local
|
D | cx18-alsa-pcm.c | 148 struct v4l2_device *v4l2_dev = cxsc->v4l2_dev; in snd_cx18_pcm_capture_open() local 195 struct v4l2_device *v4l2_dev = cxsc->v4l2_dev; in snd_cx18_pcm_capture_close() local 327 struct v4l2_device *v4l2_dev = cxsc->v4l2_dev; in snd_cx18_pcm_create() local
|
/kernel/linux/linux-4.19/drivers/media/pci/ivtv/ |
D | ivtv-alsa-main.c | 56 struct snd_ivtv_card *to_snd_ivtv_card(struct v4l2_device *v4l2_dev) in to_snd_ivtv_card() 62 struct snd_ivtv_card *p_to_snd_ivtv_card(struct v4l2_device **v4l2_dev) in p_to_snd_ivtv_card() 89 static int snd_ivtv_card_create(struct v4l2_device *v4l2_dev, in snd_ivtv_card_create() 126 static int snd_ivtv_init(struct v4l2_device *v4l2_dev) in snd_ivtv_init() 199 struct v4l2_device *v4l2_dev = &itv->v4l2_dev; in ivtv_alsa_load() local 254 struct v4l2_device *v4l2_dev = dev_get_drvdata(dev); in ivtv_alsa_exit_callback() local
|
D | ivtv-alsa-pcm.c | 146 struct v4l2_device *v4l2_dev = itvsc->v4l2_dev; in snd_ivtv_pcm_capture_open() local 200 struct v4l2_device *v4l2_dev = itvsc->v4l2_dev; in snd_ivtv_pcm_capture_close() local 332 struct v4l2_device *v4l2_dev = itvsc->v4l2_dev; in snd_ivtv_pcm_create() local
|
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/ |
D | ivtv-alsa-main.c | 47 struct snd_ivtv_card *to_snd_ivtv_card(struct v4l2_device *v4l2_dev) in to_snd_ivtv_card() 53 struct snd_ivtv_card *p_to_snd_ivtv_card(struct v4l2_device **v4l2_dev) in p_to_snd_ivtv_card() 80 static int snd_ivtv_card_create(struct v4l2_device *v4l2_dev, in snd_ivtv_card_create() 117 static int snd_ivtv_init(struct v4l2_device *v4l2_dev) in snd_ivtv_init() 190 struct v4l2_device *v4l2_dev = &itv->v4l2_dev; in ivtv_alsa_load() local 245 struct v4l2_device *v4l2_dev = dev_get_drvdata(dev); in ivtv_alsa_exit_callback() local
|
D | ivtv-alsa-pcm.c | 135 struct v4l2_device *v4l2_dev = itvsc->v4l2_dev; in snd_ivtv_pcm_capture_open() local 189 struct v4l2_device *v4l2_dev = itvsc->v4l2_dev; in snd_ivtv_pcm_capture_close() local 248 struct v4l2_device *v4l2_dev = itvsc->v4l2_dev; in snd_ivtv_pcm_create() local
|
/kernel/linux/linux-4.19/drivers/media/radio/ |
D | radio-maxiradio.c | 72 struct v4l2_device v4l2_dev; member 78 static inline struct maxiradio *to_maxiradio(struct v4l2_device *v4l2_dev) in to_maxiradio() 121 struct v4l2_device *v4l2_dev; in maxiradio_probe() local 178 struct v4l2_device *v4l2_dev = dev_get_drvdata(&pdev->dev); in maxiradio_remove() local
|
D | radio-shark2.c | 59 struct v4l2_device v4l2_dev; member 258 struct v4l2_device *v4l2_dev = usb_get_intfdata(intf); in usb_shark_disconnect() local 271 static void usb_shark_release(struct v4l2_device *v4l2_dev) in usb_shark_release() 346 struct v4l2_device *v4l2_dev = usb_get_intfdata(intf); in usb_shark_resume() local
|
D | radio-shark.c | 63 struct v4l2_device v4l2_dev; member 292 struct v4l2_device *v4l2_dev = usb_get_intfdata(intf); in usb_shark_disconnect() local 305 static void usb_shark_release(struct v4l2_device *v4l2_dev) in usb_shark_release() 381 struct v4l2_device *v4l2_dev = usb_get_intfdata(intf); in usb_shark_resume() local
|
D | radio-raremono.c | 108 struct v4l2_device v4l2_dev; member 116 static inline struct raremono_device *to_raremono_dev(struct v4l2_device *v4l2_dev) in to_raremono_dev() 274 static void raremono_device_release(struct v4l2_device *v4l2_dev) in raremono_device_release()
|
/kernel/linux/linux-5.10/drivers/media/radio/ |
D | radio-maxiradio.c | 73 struct v4l2_device v4l2_dev; member 79 static inline struct maxiradio *to_maxiradio(struct v4l2_device *v4l2_dev) in to_maxiradio() 122 struct v4l2_device *v4l2_dev; in maxiradio_probe() local 179 struct v4l2_device *v4l2_dev = dev_get_drvdata(&pdev->dev); in maxiradio_remove() local
|
D | radio-shark2.c | 59 struct v4l2_device v4l2_dev; member 258 struct v4l2_device *v4l2_dev = usb_get_intfdata(intf); in usb_shark_disconnect() local 271 static void usb_shark_release(struct v4l2_device *v4l2_dev) in usb_shark_release() 346 struct v4l2_device *v4l2_dev = usb_get_intfdata(intf); in usb_shark_resume() local
|
D | radio-shark.c | 63 struct v4l2_device v4l2_dev; member 292 struct v4l2_device *v4l2_dev = usb_get_intfdata(intf); in usb_shark_disconnect() local 305 static void usb_shark_release(struct v4l2_device *v4l2_dev) in usb_shark_release() 381 struct v4l2_device *v4l2_dev = usb_get_intfdata(intf); in usb_shark_resume() local
|
D | radio-raremono.c | 108 struct v4l2_device v4l2_dev; member 116 static inline struct raremono_device *to_raremono_dev(struct v4l2_device *v4l2_dev) in to_raremono_dev() 272 static void raremono_device_release(struct v4l2_device *v4l2_dev) in raremono_device_release()
|
/kernel/linux/linux-4.19/drivers/media/pci/tw68/ |
D | tw68-core.c | 351 struct v4l2_device *v4l2_dev = pci_get_drvdata(pci_dev); in tw68_finidev() local 375 struct v4l2_device *v4l2_dev = pci_get_drvdata(pci_dev); in tw68_suspend() local 394 struct v4l2_device *v4l2_dev = pci_get_drvdata(pci_dev); in tw68_resume() local
|
/kernel/linux/linux-5.10/drivers/media/pci/tw68/ |
D | tw68-core.c | 342 struct v4l2_device *v4l2_dev = pci_get_drvdata(pci_dev); in tw68_finidev() local 365 struct v4l2_device *v4l2_dev = pci_get_drvdata(pci_dev); in tw68_suspend() local 382 struct v4l2_device *v4l2_dev = dev_get_drvdata(dev_d); in tw68_resume() local
|