'\" t .\" Title: phy_unregister_fixup .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: March 2017 .\" Manual: Network device support .\" Source: Kernel Hackers Manual 4.10.7 .\" Language: English .\" .TH "PHY_UNREGISTER_FIXUP" "9" "March 2017" "Kernel Hackers Manual 4\&.10\&" "Network device support" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" phy_unregister_fixup \- remove a phy_fixup from the list .SH "SYNOPSIS" .HP \w'int\ phy_unregister_fixup('u .BI "int phy_unregister_fixup(const\ char\ *\ " "bus_id" ", u32\ " "phy_uid" ", u32\ " "phy_uid_mask" ");" .SH "ARGUMENTS" .PP \fIbus_id\fR .RS 4 A string matches fixup\->bus_id (or PHY_ANY_ID) in phy_fixup_list .RE .PP \fIphy_uid\fR .RS 4 A phy id matches fixup\->phy_id (or PHY_ANY_UID) in phy_fixup_list .RE .PP \fIphy_uid_mask\fR .RS 4 Applied to phy_uid and fixup\->phy_uid before comparison .RE .SH "COPYRIGHT" .br