Home
last modified time | relevance | path

Searched refs:grpid (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/include/media/
Dv4l2-device.h172 #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/
Dcx23885.h416 #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/
Dcx88.h409 #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/
Dxfs.txt46 grpid/bsdgroups and nogrpid/sysvgroups
48 When grpid is set, it takes the group ID of the directory in
Dext3.txt125 grpid Give objects the same group ID as their creator.
Dext2.txt30 grpid, bsdgroups Give objects the same group ID as their parent.
Dext4.txt254 grpid Give objects the same group ID as their creator.