Query: devres_open_group
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DEVRES_OPEN_GROUP(9) Driver Basics DEVRES_OPEN_GROUP(9)NAMEdevres_open_group - Open a new devres groupSYNOPSISvoid * devres_open_group(struct device * dev, void * id, gfp_t gfp);ARGUMENTSdev Device to open devres group for id Separator ID gfp Allocation flagsDESCRIPTIONOpen a new devres group for dev with id. For id, using a pointer to an object which won't be used for another group is recommended. If id is NULL, address-wise unique ID is created.RETURNSID of the new group, NULL on failure.COPYRIGHTKernel Hackers Manual 3.10 June 2014 DEVRES_OPEN_GROUP(9)
Related Man Pages |
---|
tty(4) - redhat |
putdgrp(1m) - opensolaris |
getgrent(3) - redhat |
setgrent(3) - redhat |
putdgrp(1m) - sunos |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Weird 'find' results |
How to increment version inside a file? |
Shopt -s histappend |
Unsure why access time on a directory change isn't changing |