Home
last modified time | relevance | path

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

/linux-4.1.27/include/media/
Dv4l2-device.h178 #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/
Dcx88.h425 #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/
Dcx23885.h457 #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/
Dxfs.txt73 grpid/bsdgroups
76 gets. When grpid is set, it takes the group ID of the
Dext3.txt118 grpid Give objects the same group ID as their creator.
Dext2.txt33 grpid, bsdgroups Give objects the same group ID as their parent.
Dext4.txt236 grpid Give objects the same group ID as their creator.