tef6862_state      54 drivers/media/radio/tef6862.c static inline struct tef6862_state *to_state(struct v4l2_subdev *sd)
tef6862_state      56 drivers/media/radio/tef6862.c 	return container_of(sd, struct tef6862_state, sd);
tef6862_state      93 drivers/media/radio/tef6862.c 	struct tef6862_state *state = to_state(sd);
tef6862_state     119 drivers/media/radio/tef6862.c 	struct tef6862_state *state = to_state(sd);
tef6862_state     147 drivers/media/radio/tef6862.c 	struct tef6862_state *state;
tef6862_state     157 drivers/media/radio/tef6862.c 	state = kzalloc(sizeof(struct tef6862_state), GFP_KERNEL);