centos man page for parport_claim

Query: parport_claim

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PARPORT_CLAIM(9)					       Parallel Port Devices						  PARPORT_CLAIM(9)

NAME
parport_claim - claim access to a parallel port device
SYNOPSIS
int parport_claim(struct pardevice * dev);
ARGUMENTS
dev pointer to structure representing a device on the port
DESCRIPTION
This function will not block and so can be used from interrupt context. If parport_claim succeeds in claiming access to the port it returns zero and the port is available to use. It may fail (returning non-zero) if the port is in use by another driver and that driver is not willing to relinquish control of the port.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 PARPORT_CLAIM(9)
Related Man Pages
parport_register_device(9) - centos
lpt(4) - freebsd
lpt(4) - netbsd
lpt(4) - linux
lpt(4) - v7
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Weird 'find' results
Tar Command
Docker learning Phase-I
Shopt -s histappend