Home
last modified time | relevance | path

Searched refs:sd (Results 1 – 7 of 7) sorted by relevance

/include/media/
Dv4l2-subdev.h72 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 …]
Dv4l2-device.h55 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 …]
Dv4l2-common.h150 void v4l2_i2c_subdev_init(struct v4l2_subdev *sd, struct i2c_client *client,
/include/linux/
Dsysfs.h124 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
Dkobject.h65 struct sysfs_dirent *sd; member
Dsched.h932 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/
Duser.h758 int sd; member