Lines Matching defs:sd

51 #define to_techpoint(sd) container_of(sd, struct techpoint, subdev)  argument
303 struct v4l2_subdev *sd = i2c_get_clientdata(client); in techpoint_runtime_resume() local
312 struct v4l2_subdev *sd = i2c_get_clientdata(client); in techpoint_runtime_suspend() local
320 static int techpoint_power(struct v4l2_subdev *sd, int on) in techpoint_power()
383 static int techpoint_set_fmt(struct v4l2_subdev *sd, in techpoint_set_fmt()
418 static int techpoint_get_fmt(struct v4l2_subdev *sd, in techpoint_get_fmt()
454 static int techpoint_enum_mbus_code(struct v4l2_subdev *sd, in techpoint_enum_mbus_code()
467 static int techpoint_enum_frame_sizes(struct v4l2_subdev *sd, in techpoint_enum_frame_sizes()
487 static int techpoint_g_frame_interval(struct v4l2_subdev *sd, in techpoint_g_frame_interval()
499 static int techpoint_g_mbus_config(struct v4l2_subdev *sd, in techpoint_g_mbus_config()
524 static int techpoint_querystd(struct v4l2_subdev *sd, v4l2_std_id *std) in techpoint_querystd()
569 static long techpoint_ioctl(struct v4l2_subdev *sd, unsigned int cmd, void *arg) in techpoint_ioctl()
623 static long techpoint_compat_ioctl32(struct v4l2_subdev *sd, in techpoint_compat_ioctl32()
785 static int techpoint_stream(struct v4l2_subdev *sd, int on) in techpoint_stream()
812 static int techpoint_open(struct v4l2_subdev *sd, struct v4l2_subdev_fh *fh) in techpoint_open()
1371 struct v4l2_subdev *sd; in techpoint_probe() local
1473 struct v4l2_subdev *sd = i2c_get_clientdata(client); in techpoint_remove() local