Searched refs:grpid (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/include/media/ |
D | v4l2-device.h | 172 #define v4l2_device_call_all(v4l2_dev, grpid, o, f, args...) \ argument 177 !(grpid) || __sd->grp_id == (grpid), o, f , \ 185 #define v4l2_device_call_until_err(v4l2_dev, grpid, o, f, args...) \ argument 189 !(grpid) || __sd->grp_id == (grpid), o, f , \
|
/linux-2.6.39/drivers/media/video/cx23885/ |
D | cx23885.h | 416 #define call_hw(dev, grpid, o, f, args...) \ argument 417 v4l2_device_call_all(&dev->v4l2_dev, grpid, o, f, ##args)
|
/linux-2.6.39/drivers/media/video/cx88/ |
D | cx88.h | 409 #define call_hw(core, grpid, o, f, args...) \ argument 414 v4l2_device_call_all(&core->v4l2_dev, grpid, o, f, ##args); \
|
/linux-2.6.39/Documentation/filesystems/ |
D | xfs.txt | 46 grpid/bsdgroups and nogrpid/sysvgroups 48 When grpid is set, it takes the group ID of the directory in
|
D | ext3.txt | 125 grpid Give objects the same group ID as their creator.
|
D | ext2.txt | 30 grpid, bsdgroups Give objects the same group ID as their parent.
|
D | ext4.txt | 254 grpid Give objects the same group ID as their creator.
|