Lines Matching refs:name
73 * there's 2 different ways, either by busid, or by device driver name.
78 * side-effect this fills out the unique name in the master structure.
79 * 2. Call GET_UNIQUE to read out the unique name from the master structure,
83 * Opening by name is slightly different:
86 * name returned by that ioctl. Note that SET_VERSION is not called, which
87 * means the the unique name for the master node just opening is _not_ filled
90 * 2. Match driver name. If it mismatches, proceed to the next device node.
91 * 3. Call GET_UNIQUE, and check whether the unique name has length zero (by
94 * copypasta from drm 1.0 times where a set unique name meant that the driver
97 * Long story short: To keep the open by name logic working, GET_UNIQUE must
520 err = drm_copy_field(version->name, &version->name_len,
521 dev->driver->name);
574 .name = #ioctl \
868 file_priv->authenticated, ioctl->name);