Lines Matching defs:c_int
166 unsafe { (*phydev).speed = speed as c_int };
179 unsafe { (*phydev).duplex = v as c_int };
312 unsafe extern "C" fn soft_reset_callback(phydev: *mut bindings::phy_device) -> c_int {
326 unsafe extern "C" fn probe_callback(phydev: *mut bindings::phy_device) -> c_int {
341 unsafe extern "C" fn get_features_callback(phydev: *mut bindings::phy_device) -> c_int {
355 unsafe extern "C" fn suspend_callback(phydev: *mut bindings::phy_device) -> c_int {
369 unsafe extern "C" fn resume_callback(phydev: *mut bindings::phy_device) -> c_int {
383 unsafe extern "C" fn config_aneg_callback(phydev: *mut bindings::phy_device) -> c_int {
397 unsafe extern "C" fn read_status_callback(phydev: *mut bindings::phy_device) -> c_int {
414 ) -> c_int {