Lines Matching refs:node
71 associated with this device node.
86 (group of) device node(s), then you can point it to your own struct
207 node number used (i.e. the X in ``videoX``). Normally you will pass -1
209 want to select a specific node number. It is common that drivers allow
210 the user to select a specific device node number through a driver module
212 will attempt to select that device node number. If that number was already
213 in use, then the next free device node number will be selected and it
219 So you can use the last argument to specify a minimum device node number
225 to select the specified device node number, you can call the function
228 Whenever a device node is created some attributes are also created for you.
235 The 'index' attribute is the index of the device node: for each call to
237 first video device node you register always starts with index 0.
247 - :c:type:`video_device`->num: the device node number (i.e. the X in
304 When the last user of the video device node exits, then the ``vdev->release()``
353 - Device node name
355 The :c:type:`video_device` node kernel name can be retrieved using: