Go to the first, previous, next, last section, table of contents.
device_set_status
sets the status of a device. The
possible values for flavor and their interpretation is device
specific.
The function returns D_SUCCESS
if some data was successfully
written and D_NO_SUCH_DEVICE
if device does not denote a
device port or the device is dead or not completely open.
device_get_status
gets the status of a device. The
possible values for flavor and their interpretation is device
specific.
The function returns D_SUCCESS
if some data was successfully
written and D_NO_SUCH_DEVICE
if device does not denote a
device port or the device is dead or not completely open.
Go to the first, previous, next, last section, table of contents.