Searched refs:set_speed (Results 1 – 16 of 16) sorted by relevance
| /linux/drivers/platform/x86/ |
| H A D | gpd-pocket-fan.c | 84 goto set_speed; in gpd_pocket_fan_worker() 111 set_speed: in gpd_pocket_fan_worker()
|
| /linux/drivers/net/ethernet/amd/xgbe/ |
| H A D | xgbe-mdio.c | 113 pdata->hw_if.set_speed(pdata, SPEED_10000); in xgbe_kr_mode() 122 pdata->hw_if.set_speed(pdata, SPEED_2500); in xgbe_kx_2500_mode() 131 pdata->hw_if.set_speed(pdata, SPEED_1000); in xgbe_kx_1000_mode() 144 pdata->hw_if.set_speed(pdata, SPEED_10000); in xgbe_sfi_mode() 153 pdata->hw_if.set_speed(pdata, SPEED_1000); in xgbe_x_mode() 162 pdata->hw_if.set_speed(pdata, SPEED_1000); in xgbe_sgmii_1000_mode() 171 pdata->hw_if.set_speed(pdata, SPEED_10); in xgbe_sgmii_10_mode() 180 pdata->hw_if.set_speed(pdata, SPEED_1000); in xgbe_sgmii_100_mode()
|
| H A D | xgbe.h | 703 int (*set_speed)(struct xgbe_prv_data *, int); member
|
| /linux/drivers/net/ethernet/apm/xgene/ |
| H A D | xgene_enet_main.h | 150 void (*set_speed)(struct xgene_enet_pdata *pdata); member
|
| H A D | xgene_enet_sgmac.c | 592 .set_speed = xgene_sgmac_set_speed,
|
| /linux/drivers/net/ethernet/samsung/sxgbe/ |
| H A D | sxgbe_core.c | 268 .set_speed = sxgbe_core_set_speed,
|
| H A D | sxgbe_common.h | 346 void (*set_speed)(void __iomem *ioaddr, unsigned char speed); member
|
| H A D | sxgbe_main.c | 236 priv->hw->mac->set_speed(priv->ioaddr, speed); in sxgbe_adjust_link()
|
| /linux/drivers/phy/ |
| H A D | phy-core.c | 416 if (!phy || !phy->ops->set_speed) in phy_set_speed() 420 ret = phy->ops->set_speed(phy, speed); in phy_set_speed()
|
| /linux/drivers/phy/renesas/ |
| H A D | r8a779f0-ether-serdes.c | 406 .set_speed = r8a779f0_eth_serdes_set_speed,
|
| /linux/drivers/net/hamradio/ |
| H A D | scc.c | 729 static inline void set_speed(struct scc_channel *scc) in set_speed() function 858 set_speed(scc); /* set baudrate */ in init_channel() 1342 set_speed(scc); in scc_set_param()
|
| /linux/drivers/phy/qualcomm/ |
| H A D | phy-qcom-sgmii-eth.c | 302 .set_speed = qcom_dwmac_sgmii_phy_set_speed,
|
| /linux/drivers/i3c/ |
| H A D | master.c | 2085 if (master->ops->set_speed) { in i3c_master_bus_init() 2086 ret = master->ops->set_speed(master, I3C_OPEN_DRAIN_SLOW_SPEED); in i3c_master_bus_init() 2099 if (master->ops->set_speed) { in i3c_master_bus_init() 2100 ret = master->ops->set_speed(master, I3C_OPEN_DRAIN_NORMAL_SPEED); in i3c_master_bus_init()
|
| /linux/drivers/phy/microchip/ |
| H A D | lan966x_serdes.c | 516 .set_speed = serdes_set_speed,
|
| /linux/drivers/net/ethernet/nvidia/ |
| H A D | forcedeth.c | 3404 goto set_speed; in nv_update_linkspeed() 3422 goto set_speed; in nv_update_linkspeed() 3430 goto set_speed; in nv_update_linkspeed() 3445 goto set_speed; in nv_update_linkspeed() 3468 set_speed: in nv_update_linkspeed()
|
| /linux/drivers/i3c/master/ |
| H A D | svc-i3c-master.c | 1978 .set_speed = svc_i3c_master_set_speed,
|