Searched refs:__sd (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/media/ |
D | v4l2-device.h | 319 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 …]
|
D | v4l2-subdev.h | 1142 struct v4l2_subdev *__sd = (sd); \ 1144 if (!__sd) \ 1146 else if (!(__sd->ops->o && __sd->ops->o->f)) \ 1151 __sd, ##args); \ 1153 __result = __sd->ops->o->f(__sd, ##args); \
|
/kernel/linux/linux-5.10/kernel/sched/ |
D | sched.h | 1546 #define for_each_domain(cpu, __sd) \ argument 1547 for (__sd = rcu_dereference_check_sched_domain(cpu_rq(cpu)->sd); \ 1548 __sd; __sd = __sd->parent)
|
/kernel/linux/linux-5.10/drivers/media/i2c/ |
D | mt9v111.c | 158 #define sd_to_mt9v111(__sd) container_of((__sd), struct mt9v111_dev, sd) argument
|