Searched refs:grpid (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/include/media/ |
D | v4l2-device.h | 178 #define v4l2_device_call_all(v4l2_dev, grpid, o, f, args...) \ argument 183 !(grpid) || __sd->grp_id == (grpid), o, f , \ 191 #define v4l2_device_call_until_err(v4l2_dev, grpid, o, f, args...) \ argument 195 !(grpid) || __sd->grp_id == (grpid), o, f , \
|
/linux-4.1.27/drivers/media/pci/cx88/ |
D | cx88.h | 425 #define call_hw(core, grpid, o, f, args...) \ argument 430 v4l2_device_call_all(&core->v4l2_dev, grpid, o, f, ##args); \
|
/linux-4.1.27/drivers/media/pci/cx23885/ |
D | cx23885.h | 457 #define call_hw(dev, grpid, o, f, args...) \ argument 458 v4l2_device_call_all(&dev->v4l2_dev, grpid, o, f, ##args)
|
/linux-4.1.27/Documentation/filesystems/ |
D | xfs.txt | 73 grpid/bsdgroups 76 gets. When grpid is set, it takes the group ID of the
|
D | ext3.txt | 118 grpid Give objects the same group ID as their creator.
|
D | ext2.txt | 33 grpid, bsdgroups Give objects the same group ID as their parent.
|
D | ext4.txt | 236 grpid Give objects the same group ID as their creator.
|