Searched defs:cphy (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/net/ethernet/chelsio/cxgb/ |
A D | mv88e1xxx.c | 18 static void mdio_set_bit(struct cphy *cphy, int reg, u32 bitval) in mdio_set_bit() 48 static int mv88e1xxx_reset(struct cphy *cphy, int wait) in mv88e1xxx_reset() 65 static int mv88e1xxx_interrupt_enable(struct cphy *cphy) in mv88e1xxx_interrupt_enable() 84 static int mv88e1xxx_interrupt_disable(struct cphy *cphy) in mv88e1xxx_interrupt_disable() 102 static int mv88e1xxx_interrupt_clear(struct cphy *cphy) in mv88e1xxx_interrupt_clear() 161 static int mv88e1xxx_autoneg_enable(struct cphy *cphy) in mv88e1xxx_autoneg_enable() 174 static int mv88e1xxx_autoneg_disable(struct cphy *cphy) in mv88e1xxx_autoneg_disable() 194 static int mv88e1xxx_autoneg_restart(struct cphy *cphy) in mv88e1xxx_autoneg_restart() 294 static int mv88e1xxx_interrupt_handler(struct cphy *cphy) in mv88e1xxx_interrupt_handler() 336 static void mv88e1xxx_destroy(struct cphy *cphy) in mv88e1xxx_destroy() [all …]
|
A D | mv88x201x.c | 49 static int led_init(struct cphy *cphy) in led_init() 59 static int led_link(struct cphy *cphy, u32 do_enable) in led_link() 77 static int mv88x201x_reset(struct cphy *cphy, int wait) in mv88x201x_reset() 85 static int mv88x201x_interrupt_enable(struct cphy *cphy) in mv88x201x_interrupt_enable() 102 static int mv88x201x_interrupt_disable(struct cphy *cphy) in mv88x201x_interrupt_disable() 118 static int mv88x201x_interrupt_clear(struct cphy *cphy) in mv88x201x_interrupt_clear() 155 static int mv88x201x_interrupt_handler(struct cphy *cphy) in mv88x201x_interrupt_handler() 166 static int mv88x201x_set_loopback(struct cphy *cphy, int on) in mv88x201x_set_loopback() 171 static int mv88x201x_get_link_status(struct cphy *cphy, int *link_ok, in mv88x201x_get_link_status() 193 static void mv88x201x_destroy(struct cphy *cphy) in mv88x201x_destroy() [all …]
|
A D | cphy.h | 91 struct cphy { struct 104 const struct cphy_ops *ops; /* PHY operations */ argument 106 struct cphy_instance *instance; argument 110 static inline int cphy_mdio_read(struct cphy *cphy, int mmd, int reg, in cphy_mdio_read() 119 static inline int cphy_mdio_write(struct cphy *cphy, int mmd, int reg, in cphy_mdio_write() 126 static inline int simple_mdio_read(struct cphy *cphy, int reg, in simple_mdio_read() 132 static inline int simple_mdio_write(struct cphy *cphy, int reg, in simple_mdio_write()
|
A D | my3126.c | 8 static int my3126_reset(struct cphy *cphy, int wait) in my3126_reset() 17 static int my3126_interrupt_enable(struct cphy *cphy) in my3126_interrupt_enable() 24 static int my3126_interrupt_disable(struct cphy *cphy) in my3126_interrupt_disable() 30 static int my3126_interrupt_clear(struct cphy *cphy) in my3126_interrupt_clear() 37 static int my3126_interrupt_handler(struct cphy *cphy) in my3126_interrupt_handler() 99 struct cphy *cphy = container_of(work, struct cphy, phy_update.work); in my3126_poll() local 104 static int my3126_set_loopback(struct cphy *cphy, int on) in my3126_set_loopback() 110 static int my3126_get_link_status(struct cphy *cphy, in my3126_get_link_status() 153 static void my3126_destroy(struct cphy *cphy) in my3126_destroy() 174 struct cphy *cphy = kzalloc(sizeof (*cphy), GFP_KERNEL); in my3126_phy_create() local
|
/linux/drivers/net/ethernet/chelsio/cxgb3/ |
A D | vsc8211.c | 92 static int vsc8211_reset(struct cphy *cphy, int wait) in vsc8211_reset() 97 static int vsc8211_intr_enable(struct cphy *cphy) in vsc8211_intr_enable() 103 static int vsc8211_intr_disable(struct cphy *cphy) in vsc8211_intr_disable() 108 static int vsc8211_intr_clear(struct cphy *cphy) in vsc8211_intr_clear() 116 static int vsc8211_autoneg_enable(struct cphy *cphy) in vsc8211_autoneg_enable() 123 static int vsc8211_autoneg_restart(struct cphy *cphy) in vsc8211_autoneg_restart() 130 static int vsc8211_get_link_status(struct cphy *cphy, int *link_ok, in vsc8211_get_link_status() 206 static int vsc8211_get_link_status_fiber(struct cphy *cphy, int *link_ok, in vsc8211_get_link_status_fiber() 316 static int vsc8211_power_down(struct cphy *cphy, int enable) in vsc8211_power_down() 322 static int vsc8211_intr_handler(struct cphy *cphy) in vsc8211_intr_handler()
|
A D | common.h | 548 struct cphy { struct 555 const struct cphy_ops *ops; /* PHY operations */ argument 561 static inline int t3_mdio_read(struct cphy *phy, int mmd, int reg, in t3_mdio_read() argument
|
/linux/drivers/media/i2c/ |
A D | ccs-pll.c | 442 struct ccs_pll_branch_bk *op_pll_bk, bool cphy, in ccs_pll_calculate_vt() 593 bool cphy, u32 phy_const) in ccs_pll_calculate_op() 708 bool cphy = pll->bus_type == CCS_PLL_BUS_TYPE_CSI2_CPHY; in ccs_pll_calculate() local
|
/linux/drivers/scsi/libsas/ |
A D | sas_expander.c | 815 struct sas_phy *cphy = child->phy; in sas_ex_discover_end_dev() local
|
Completed in 19 milliseconds