Searched refs:em28xx_free_device (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/em28xx/ |
H A D | em28xx-audio.c | 322 kref_put(&dev->ref, em28xx_free_device); in snd_em28xx_pcm_close() 927 kref_put(&dev->ref, em28xx_free_device); in em28xx_audio_fini()
|
H A D | em28xx.h | 850 void em28xx_free_device(struct kref *ref);
|
H A D | em28xx-input.c | 874 kref_put(&dev->ref, em28xx_free_device); in em28xx_ir_fini()
|
H A D | em28xx-cards.c | 3451 * em28xx_free_device() - Free em28xx device 3457 void em28xx_free_device(struct kref *ref) in em28xx_free_device() function 3471 EXPORT_SYMBOL_GPL(em28xx_free_device); variable 4103 kref_put(&dev->dev_next->ref, em28xx_free_device); in em28xx_usb_disconnect() 4106 kref_put(&dev->ref, em28xx_free_device); in em28xx_usb_disconnect()
|
H A D | em28xx-video.c | 2254 kref_put(&dev->ref, em28xx_free_device); in em28xx_v4l2_fini() 2328 kref_put(&dev->ref, em28xx_free_device); in em28xx_v4l2_close()
|
H A D | em28xx-dvb.c | 2047 kref_put(&dev->ref, em28xx_free_device); in em28xx_dvb_fini()
|
/kernel/linux/linux-6.6/drivers/media/usb/em28xx/ |
H A D | em28xx-audio.c | 312 kref_put(&dev->ref, em28xx_free_device); in snd_em28xx_pcm_close() 917 kref_put(&dev->ref, em28xx_free_device); in em28xx_audio_fini()
|
H A D | em28xx.h | 839 void em28xx_free_device(struct kref *ref);
|
H A D | em28xx-input.c | 864 kref_put(&dev->ref, em28xx_free_device); in em28xx_ir_fini()
|
H A D | em28xx-cards.c | 3496 * em28xx_free_device() - Free em28xx device 3502 void em28xx_free_device(struct kref *ref) in em28xx_free_device() function 3516 EXPORT_SYMBOL_GPL(em28xx_free_device); variable 4152 kref_put(&dev->dev_next->ref, em28xx_free_device); in em28xx_usb_disconnect() 4155 kref_put(&dev->ref, em28xx_free_device); in em28xx_usb_disconnect()
|
H A D | em28xx-video.c | 2244 kref_put(&dev->ref, em28xx_free_device); in em28xx_v4l2_fini() 2318 kref_put(&dev->ref, em28xx_free_device); in em28xx_v4l2_close()
|
H A D | em28xx-dvb.c | 2075 kref_put(&dev->ref, em28xx_free_device); in em28xx_dvb_fini()
|
Completed in 28 milliseconds