Home
last modified time | relevance | path

Searched defs:em28xx_ops (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/usb/em28xx/
Dem28xx.h789 struct em28xx_ops { struct
790 struct list_head next;
791 char *name;
792 int id;
793 int (*init)(struct em28xx *dev);
794 int (*fini)(struct em28xx *dev);
795 int (*suspend)(struct em28xx *dev);
796 int (*resume)(struct em28xx *dev);
/kernel/linux/linux-6.6/drivers/media/usb/em28xx/
Dem28xx.h778 struct em28xx_ops { struct
779 struct list_head next;
780 char *name;
781 int id;
782 int (*init)(struct em28xx *dev);
783 int (*fini)(struct em28xx *dev);
784 int (*suspend)(struct em28xx *dev);
785 int (*resume)(struct em28xx *dev);