Home
last modified time | relevance | path

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

/linux-6.12.1/rust/kernel/net/
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-6.12.1/drivers/net/phy/
Dax88796b_rust.rs96 if dev.state() == phy::DeviceState::NoLink { in link_change_notify()
/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/inc/pmfw_if/
Dsmu13_driver_if_yellow_carp.h199 uint16_t DeviceState; member
Dsmu13_driver_if_v13_0_4.h199 uint16_t DeviceState; member
/linux-6.12.1/fs/smb/client/
Dcifspdu.h895 __le16 DeviceState; member
916 __le16 DeviceState; member
/linux-6.12.1/drivers/scsi/
Dmyrb.c30 static inline void myrb_translate_devstate(void *DeviceState);