Lines Matching defs:sd_desc
101 struct sd_desc { struct
103 const char *name; /* sub-driver name */
105 cam_cf_op config; /* called on probe */
106 cam_op init; /* called on probe and resume */
107 cam_op init_controls; /* called on probe */
108 cam_v_op probe_error; /* called if probe failed, do cleanup here */
109 cam_op start; /* called on stream on after URBs creation */
110 cam_pkt_op pkt_scan;
112 cam_op isoc_init; /* called on stream on before getting the EP */
113 cam_op isoc_nego; /* called when URB submit failed with NOSPC */
114 cam_v_op stopN; /* called on stream off - main alt */
115 cam_v_op stop0; /* called on stream off & disconnect - alt 0 */
116 cam_v_op dq_callback; /* called when a frame has been dequeued */
117 cam_get_jpg_op get_jcomp;
118 cam_set_jpg_op set_jcomp;
119 cam_streamparm_op get_streamparm;
120 cam_streamparm_op set_streamparm;
121 cam_format_op try_fmt;
122 cam_frmsize_op enum_framesizes;
124 cam_set_reg_op set_register;
125 cam_get_reg_op get_register;
126 cam_chip_info_op get_chip_info;
129 cam_int_pkt_op int_pkt_scan;
132 u8 other_input;
166 const struct sd_desc *sd_desc; /* subdriver description */ member