Home
last modified time | relevance | path

Searched refs:DeviceState (Results 1 – 5 of 5) sorted by relevance

/linux/rust/kernel/net/
H A Dphy.rs22 pub enum DeviceState { enum
103 pub fn state(&self) -> DeviceState { in state() argument
111 bindings::phy_state_PHY_DOWN => DeviceState::Down, in state()
112 bindings::phy_state_PHY_READY => DeviceState::Ready, in state()
113 bindings::phy_state_PHY_HALTED => DeviceState::Halted, in state()
114 bindings::phy_state_PHY_ERROR => DeviceState::Error, in state()
115 bindings::phy_state_PHY_UP => DeviceState::Up, in state()
116 bindings::phy_state_PHY_RUNNING => DeviceState::Running, in state()
117 bindings::phy_state_PHY_NOLINK => DeviceState::NoLink, in state()
118 bindings::phy_state_PHY_CABLETEST => DeviceState::CableTest, in state()
[all …]
/linux/drivers/net/phy/
H A Dax88796b_rust.rs96 if dev.state() == phy::DeviceState::NoLink { in link_change_notify()
/linux/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/
H A Dsmu13_driver_if_yellow_carp.h199 uint16_t DeviceState; member
H A Dsmu13_driver_if_v13_0_4.h199 uint16_t DeviceState; member
/linux/drivers/scsi/
H A Dmyrb.c30 static inline void myrb_translate_devstate(void *DeviceState);