Searched refs:sd (Results 1 – 7 of 7) sorted by relevance
/include/media/ |
D | v4l2-subdev.h | 72 int (*g_chip_ident)(struct v4l2_subdev *sd, struct v4l2_dbg_chip_ident *chip); 73 int (*log_status)(struct v4l2_subdev *sd); 74 int (*init)(struct v4l2_subdev *sd, u32 val); 75 int (*s_standby)(struct v4l2_subdev *sd, u32 standby); 76 int (*reset)(struct v4l2_subdev *sd, u32 val); 77 int (*s_gpio)(struct v4l2_subdev *sd, u32 val); 78 int (*queryctrl)(struct v4l2_subdev *sd, struct v4l2_queryctrl *qc); 79 int (*g_ctrl)(struct v4l2_subdev *sd, struct v4l2_control *ctrl); 80 int (*s_ctrl)(struct v4l2_subdev *sd, struct v4l2_control *ctrl); 81 int (*querymenu)(struct v4l2_subdev *sd, struct v4l2_querymenu *qm); [all …]
|
D | v4l2-device.h | 55 int __must_check v4l2_device_register_subdev(struct v4l2_device *dev, struct v4l2_subdev *sd); 58 void v4l2_device_unregister_subdev(struct v4l2_subdev *sd); 61 #define v4l2_device_for_each_subdev(sd, dev) \ argument 62 list_for_each_entry(sd, &(dev)->subdevs, list) 69 struct v4l2_subdev *sd; \ 71 list_for_each_entry(sd, &(dev)->subdevs, list) \ 72 if ((cond) && sd->ops->o && sd->ops->o->f) \ 73 sd->ops->o->f(sd , ##args); \ 82 struct v4l2_subdev *sd; \ 85 list_for_each_entry(sd, &(dev)->subdevs, list) { \ [all …]
|
D | v4l2-common.h | 150 void v4l2_i2c_subdev_init(struct v4l2_subdev *sd, struct i2c_client *client,
|
/include/linux/ |
D | sysfs.h | 124 void sysfs_notify_dirent(struct sysfs_dirent *sd); 127 struct sysfs_dirent *sysfs_get(struct sysfs_dirent *sd); 128 void sysfs_put(struct sysfs_dirent *sd); 237 static inline void sysfs_notify_dirent(struct sysfs_dirent *sd) in sysfs_notify_dirent() argument 246 static inline struct sysfs_dirent *sysfs_get(struct sysfs_dirent *sd) in sysfs_get() argument 250 static inline void sysfs_put(struct sysfs_dirent *sd) in sysfs_put() argument
|
D | kobject.h | 65 struct sysfs_dirent *sd; member
|
D | sched.h | 932 static inline struct cpumask *sched_domain_span(struct sched_domain *sd) in sched_domain_span() argument 934 return to_cpumask(sd->span); in sched_domain_span() 941 static inline int test_sd_parent(struct sched_domain *sd, int flag) in test_sd_parent() argument 943 if (sd->parent && (sd->parent->flags & flag)) in test_sd_parent() 994 struct sched_domain *sd, enum cpu_idle_type idle, 998 struct rq *busiest, struct sched_domain *sd,
|
/include/net/sctp/ |
D | user.h | 758 int sd; member
|