Searched refs:CHIPSTATE (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | tvaudio.c | 60 struct CHIPSTATE; 62 typedef int (*checkit)(struct CHIPSTATE*); 63 typedef int (*initialize)(struct CHIPSTATE*); 64 typedef int (*getrxsubchans)(struct CHIPSTATE *); 65 typedef void (*setaudmode)(struct CHIPSTATE*, int mode); 112 struct CHIPSTATE { struct 140 static inline struct CHIPSTATE *to_state(struct v4l2_subdev *sd) in to_state() 142 return container_of(sd, struct CHIPSTATE, sd); in to_state() 147 return &container_of(ctrl->handler, struct CHIPSTATE, hdl)->sd; in to_sd() 154 static int chip_write(struct CHIPSTATE *chi [all...] |
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | tvaudio.c | 60 struct CHIPSTATE; 62 typedef int (*checkit)(struct CHIPSTATE*); 63 typedef int (*initialize)(struct CHIPSTATE*); 64 typedef int (*getrxsubchans)(struct CHIPSTATE *); 65 typedef void (*setaudmode)(struct CHIPSTATE*, int mode); 112 struct CHIPSTATE { struct 140 static inline struct CHIPSTATE *to_state(struct v4l2_subdev *sd) in to_state() 142 return container_of(sd, struct CHIPSTATE, sd); in to_state() 147 return &container_of(ctrl->handler, struct CHIPSTATE, hdl)->sd; in to_sd() 154 static int chip_write(struct CHIPSTATE *chi [all...] |
Completed in 4 milliseconds