Searched refs:pvr2_context (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-v4l2.h28 struct pvr2_v4l2 *pvr2_v4l2_create(struct pvr2_context *);
H A Dpvrusb2-context.h30 struct pvr2_context; /* All central state */
41 struct pvr2_context { struct
49 /* Called after pvr2_context initialization is complete */
50 void (*setup_func)(struct pvr2_context *);
59 struct pvr2_context *mc_head;
67 void pvr2_context_enter(struct pvr2_context *);
68 void pvr2_context_exit(struct pvr2_context *);
70 struct pvr2_context *pvr2_context_create(struct usb_interface *intf,
72 void (*setup_func)(struct pvr2_context *));
73 void pvr2_context_disconnect(struct pvr2_context *);
[all...]
H A Dpvrusb2-sysfs.h34 struct pvr2_sysfs *pvr2_sysfs_create(struct pvr2_context *,
H A Dpvrusb2-context.c32 static void pvr2_context_destroy(struct pvr2_context *mp)
42 static void pvr2_context_trigger_poll(struct pvr2_context *mp)
50 struct pvr2_context *mp =
51 container_of(work, struct pvr2_context, workpoll);
60 struct pvr2_context *mp =
61 container_of(work, struct pvr2_context, workinit);
80 struct pvr2_context *pvr2_context_create(
83 void (*setup_func)(struct pvr2_context *))
85 struct pvr2_context *mp = NULL;
107 void pvr2_context_enter(struct pvr2_context *m
[all...]
H A Dpvrusb2-main.c58 static void pvr_setup_attach(struct pvr2_context *pvr)
70 struct pvr2_context *pvr;
93 struct pvr2_context *pvr = usb_get_intfdata(intf);
H A Dpvrusb2-v4l2.c844 struct pvr2_context *mp = fhp->vhead->channel.mc_head;
1186 struct pvr2_v4l2 *pvr2_v4l2_create(struct pvr2_context *mnp)
H A Dpvrusb2-sysfs.c862 struct pvr2_sysfs *pvr2_sysfs_create(struct pvr2_context *mp,

Completed in 98 milliseconds