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