s2250             125 drivers/media/usb/go7007/s2250-board.c static inline struct s2250 *to_state(struct v4l2_subdev *sd)
s2250             127 drivers/media/usb/go7007/s2250-board.c 	return container_of(sd, struct s2250, sd);
s2250             191 drivers/media/usb/go7007/s2250-board.c 	struct s2250 *dec = i2c_get_clientdata(client);
s2250             322 drivers/media/usb/go7007/s2250-board.c 	struct s2250 *state = to_state(sd);
s2250             346 drivers/media/usb/go7007/s2250-board.c 	struct s2250 *state = to_state(sd);
s2250             365 drivers/media/usb/go7007/s2250-board.c 	struct s2250 *state = container_of(ctrl->handler, struct s2250, hdl);
s2250             405 drivers/media/usb/go7007/s2250-board.c 	struct s2250 *state = to_state(sd);
s2250             427 drivers/media/usb/go7007/s2250-board.c 	struct s2250 *state = to_state(sd);
s2250             449 drivers/media/usb/go7007/s2250-board.c 	struct s2250 *state = to_state(sd);
s2250             502 drivers/media/usb/go7007/s2250-board.c 	struct s2250 *state;
s2250             512 drivers/media/usb/go7007/s2250-board.c 	state = kzalloc(sizeof(struct s2250), GFP_KERNEL);
s2250             608 drivers/media/usb/go7007/s2250-board.c 	struct s2250 *state = to_state(i2c_get_clientdata(client));