Lines Matching defs:name
1014 * @name: Name of the sub-device. Please notice that the name must be unique.
1062 char name[V4L2_SUBDEV_NAME_SIZE];
1339 * @lock_name: name of the state lock
1376 const char *name = KBUILD_BASENAME \
1378 __v4l2_subdev_init_finalize(sd, name, &__key); \
1381 int __v4l2_subdev_init_finalize(struct v4l2_subdev *sd, const char *name,
1803 * @o: name of the element at &struct v4l2_subdev_ops that contains @f.
1835 * @o: name of the element at &struct v4l2_subdev_ops that contains @f.
1865 * @o: name of the element at &struct v4l2_subdev_ops that contains @f.
1882 const char *name = KBUILD_BASENAME \
1885 __v4l2_subdev_state_alloc(sd, name, &__key); \