Home
last modified time | relevance | path

Searched refs:__sd (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/media/
H A Dv4l2-device.h319 struct v4l2_subdev *__sd; \
321 __v4l2_device_call_subdevs_p(v4l2_dev, __sd, cond, o, \
386 struct v4l2_subdev *__sd; \
387 __v4l2_device_call_subdevs_until_err_p(v4l2_dev, __sd, cond, o, \
413 struct v4l2_subdev *__sd; \
415 __v4l2_device_call_subdevs_p(v4l2_dev, __sd, \
416 (grpid) == 0 || __sd->grp_id == (grpid), o, f , \
446 struct v4l2_subdev *__sd; \
447 __v4l2_device_call_subdevs_until_err_p(v4l2_dev, __sd, \
448 (grpid) == 0 || __sd->grp_id == (grpid), o, f , \
[all …]
H A Dv4l2-subdev.h1816 struct v4l2_subdev *__sd = (sd); \
1818 if (!__sd) \
1820 else if (!(__sd->ops->o && __sd->ops->o->f)) \
1825 __sd, ##args); \
1827 __result = __sd->ops->o->f(__sd, ##args); \
/openbmc/linux/kernel/sched/
H A Dsched.h1815 #define for_each_domain(cpu, __sd) \ argument
1816 for (__sd = rcu_dereference_check_sched_domain(cpu_rq(cpu)->sd); \
1817 __sd; __sd = __sd->parent)
/openbmc/linux/drivers/media/i2c/
H A Dmt9v111.c158 #define sd_to_mt9v111(__sd) container_of((__sd), struct mt9v111_dev, sd) argument