Searched defs:iphy (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/scsi/isci/ |
H A D | phy.c | 368 struct isci_phy *iphy, in sci_phy_set_port() 421 static void sci_phy_suspend(struct isci_phy *iphy) in sci_phy_suspend() 434 void sci_phy_resume(struct isci_phy *iphy) in sci_phy_resume() 464 enum sci_status sci_phy_start(struct isci_phy *iphy) in sci_phy_start() 478 enum sci_status sci_phy_stop(struct isci_phy *iphy) in sci_phy_stop() 658 #define phy_event_dbg(iphy, state, code) \ argument 663 #define phy_event_warn(iphy, state, code) \ argument 1175 struct isci_phy *iphy) in scu_link_layer_stop_protocol_engine() 1228 struct isci_phy *iphy) in scu_link_layer_tx_hard_reset() 1371 void sci_phy_construct(struct isci_phy *iphy, in sci_phy_construct() [all …]
|
H A D | port.c | 145 struct isci_phy *iphy; in sci_port_bcn_enable() local 161 struct isci_phy *iphy) in isci_port_bc_change_received() 174 struct isci_phy *iphy) in isci_port_link_up() 449 struct isci_phy *iphy; in sci_port_get_a_connected_phy() local 514 struct isci_phy *iphy; in sci_port_get_attached_sas_address() local 624 struct isci_phy *iphy, in sci_port_activate_phy() 851 struct isci_phy *iphy; in sci_port_get_max_allowed_speed() local 1152 struct isci_phy *iphy = NULL; in sci_port_hard_reset() local 1271 struct isci_phy *iphy) in sci_port_remove_phy() 1355 struct isci_phy *iphy) in sci_port_link_down() [all …]
|
H A D | port_config.c | 117 struct isci_phy *iphy) in sci_port_configuration_agent_find_port() 344 struct isci_phy *iphy = &ihost->phys[index]; in mpc_agent_timeout() local 360 struct isci_phy *iphy) in sci_mpc_agent_link_up() 397 struct isci_phy *iphy) in sci_mpc_agent_link_down() 484 struct isci_phy *iphy, in sci_apc_agent_configure_ports() 608 struct isci_phy *iphy) in sci_apc_agent_link_up() 642 struct isci_phy *iphy) in sci_apc_agent_link_down()
|
H A D | host.c | 311 struct isci_phy *iphy; in sci_controller_unsolicited_frame() local 370 struct isci_phy *iphy; in sci_controller_event_completion() local 836 static bool is_phy_starting(struct isci_phy *iphy) in is_phy_starting() 864 struct isci_phy *iphy = &ihost->phys[i]; in is_controller_start_complete() local 903 struct isci_phy *iphy; in sci_controller_start_next_phy() local 1279 struct isci_phy *iphy = &ihost->phys[i]; in isci_host_deinit() local 1742 struct isci_phy *iphy; in power_control_timeout() local 1813 struct isci_phy *iphy) in sci_controller_power_control_queue_insert() 1865 struct isci_phy *iphy) in sci_controller_power_control_queue_remove() 2380 struct isci_phy *iphy) in sci_controller_link_up() [all …]
|
H A D | task.c | 741 struct isci_phy *iphy = &ihost->phys[phy->number]; in isci_reset_device() local
|
H A D | phy.h | 108 struct isci_phy *iphy = container_of(sas_phy, typeof(*iphy), sas_phy); in to_iphy() local
|
/openbmc/linux/drivers/phy/intel/ |
H A D | phy-intel-lgm-combo.c | 98 struct intel_cbphy_iphy iphy[PHY_MAX_NUM]; member 105 static int intel_cbphy_iphy_enable(struct intel_cbphy_iphy *iphy, bool set) in intel_cbphy_iphy_enable() 141 static int intel_cbphy_iphy_cfg(struct intel_cbphy_iphy *iphy, in intel_cbphy_iphy_cfg() 157 static int intel_cbphy_pcie_en_pad_refclk(struct intel_cbphy_iphy *iphy) in intel_cbphy_pcie_en_pad_refclk() 180 static int intel_cbphy_pcie_dis_pad_refclk(struct intel_cbphy_iphy *iphy) in intel_cbphy_pcie_dis_pad_refclk() 252 static int intel_cbphy_iphy_power_on(struct intel_cbphy_iphy *iphy) in intel_cbphy_iphy_power_on() 302 static int intel_cbphy_iphy_power_off(struct intel_cbphy_iphy *iphy) in intel_cbphy_iphy_power_off() 331 struct intel_cbphy_iphy *iphy = phy_get_drvdata(phy); in intel_cbphy_init() local 356 struct intel_cbphy_iphy *iphy = phy_get_drvdata(phy); in intel_cbphy_exit() local 378 struct intel_cbphy_iphy *iphy = phy_get_drvdata(phy); in intel_cbphy_calibrate() local [all …]
|