Lines Matching refs:GPContext
40 int ricoh_set_speed (Camera *camera, GPContext *context, RicohSpeed speed);
62 int ricoh_connect (Camera *camera, GPContext *context, RicohModel *model);
63 int ricoh_disconnect (Camera *camera, GPContext *context);
71 int ricoh_get_mode (Camera *camera, GPContext *context, RicohMode *mode);
72 int ricoh_set_mode (Camera *camera, GPContext *context, RicohMode mode);
74 int ricoh_get_num (Camera *camera, GPContext *context, unsigned int *n);
76 int ricoh_get_pic_size (Camera *, GPContext *, unsigned int, uint64_t *);
77 int ricoh_get_pic_date (Camera *, GPContext *, unsigned int, time_t *);
78 int ricoh_get_pic_name (Camera *, GPContext *, unsigned int, const char **);
79 int ricoh_get_pic_memo (Camera *, GPContext *, unsigned int, const char **);
80 int ricoh_del_pic (Camera *, GPContext *, unsigned int);
87 int ricoh_get_pic (Camera *camera, GPContext *context, unsigned int n,
91 int ricoh_take_pic (Camera *, GPContext *);
92 int ricoh_put_file (Camera *, GPContext *, const char *name,
95 int ricoh_get_date (Camera *camera, GPContext *context, time_t *time);
96 int ricoh_set_date (Camera *camera, GPContext *context, time_t time);
98 int ricoh_get_cam_mem (Camera *camera, GPContext *context, int *mem);
99 int ricoh_get_cam_amem (Camera *camera, GPContext *context, int *mem);
101 int ricoh_get_copyright (Camera *camera, GPContext *context,
103 int ricoh_set_copyright (Camera *camera, GPContext *context,
112 int ricoh_get_resolution (Camera *, GPContext *, RicohResolution *);
113 int ricoh_set_resolution (Camera *, GPContext *, RicohResolution);
129 int ricoh_get_exposure (Camera *, GPContext *, RicohExposure *);
130 int ricoh_set_exposure (Camera *, GPContext *, RicohExposure);
142 int ricoh_get_white_level (Camera *, GPContext *, RicohWhiteLevel *);
143 int ricoh_set_white_level (Camera *, GPContext *, RicohWhiteLevel);
151 int ricoh_get_macro (Camera *, GPContext *, RicohMacro *);
152 int ricoh_set_macro (Camera *, GPContext *, RicohMacro);
167 int ricoh_get_zoom (Camera *, GPContext *, RicohZoom *);
168 int ricoh_set_zoom (Camera *, GPContext *, RicohZoom);
177 int ricoh_get_flash (Camera *, GPContext *, RicohFlash *);
178 int ricoh_set_flash (Camera *, GPContext *, RicohFlash);
189 int ricoh_get_rec_mode (Camera *, GPContext *, RicohRecMode *);
190 int ricoh_set_rec_mode (Camera *, GPContext *, RicohRecMode);
200 int ricoh_get_compression (Camera *, GPContext *, RicohCompression *);
201 int ricoh_set_compression (Camera *, GPContext *, RicohCompression);