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_op start; /* called on stream on after URBs creation */
109 cam_pkt_op pkt_scan;
111 cam_op isoc_init; /* called on stream on before getting the EP */
112 cam_op isoc_nego; /* called when URB submit failed with NOSPC */
113 cam_v_op stopN; /* called on stream off - main alt */
114 cam_v_op stop0; /* called on stream off & disconnect - alt 0 */
115 cam_v_op dq_callback; /* called when a frame has been dequeued */
116 cam_get_jpg_op get_jcomp;
117 cam_set_jpg_op set_jcomp;
118 cam_streamparm_op get_streamparm;
119 cam_streamparm_op set_streamparm;
120 cam_format_op try_fmt;
121 cam_frmsize_op enum_framesizes;
123 cam_set_reg_op set_register;
124 cam_get_reg_op get_register;
125 cam_chip_info_op get_chip_info;
128 cam_int_pkt_op int_pkt_scan;
131 u8 other_input;
165 const struct sd_desc *sd_desc; /* subdriver description */ member