Home
last modified time | relevance | path

Searched defs:cphy (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb/
A Dmv88e1xxx.c18 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 Dmv88x201x.c40 static int led_init(struct cphy *cphy) in led_init()
50 static int led_link(struct cphy *cphy, u32 do_enable) in led_link()
68 static int mv88x201x_reset(struct cphy *cphy, int wait) in mv88x201x_reset()
76 static int mv88x201x_interrupt_enable(struct cphy *cphy) in mv88x201x_interrupt_enable()
93 static int mv88x201x_interrupt_disable(struct cphy *cphy) in mv88x201x_interrupt_disable()
109 static int mv88x201x_interrupt_clear(struct cphy *cphy) in mv88x201x_interrupt_clear()
146 static int mv88x201x_interrupt_handler(struct cphy *cphy) in mv88x201x_interrupt_handler()
157 static int mv88x201x_set_loopback(struct cphy *cphy, int on) in mv88x201x_set_loopback()
162 static int mv88x201x_get_link_status(struct cphy *cphy, int *link_ok, in mv88x201x_get_link_status()
184 static void mv88x201x_destroy(struct cphy *cphy) in mv88x201x_destroy()
[all …]
A Dcphy.h82 struct cphy { struct
95 const struct cphy_ops *ops; /* PHY operations */ argument
97 struct cphy_instance *instance; argument
101 static inline int cphy_mdio_read(struct cphy *cphy, int mmd, int reg, in cphy_mdio_read()
110 static inline int cphy_mdio_write(struct cphy *cphy, int mmd, int reg, in cphy_mdio_write()
117 static inline int simple_mdio_read(struct cphy *cphy, int reg, in simple_mdio_read()
123 static inline int simple_mdio_write(struct cphy *cphy, int reg, in simple_mdio_write()
A Dmy3126.c8 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-6.3-rc2/drivers/net/ethernet/chelsio/cxgb3/
A Dvsc8211.c92 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 Dcommon.h548 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-6.3-rc2/drivers/media/i2c/
A Dccs-pll.c442 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-6.3-rc2/drivers/scsi/libsas/
A Dsas_ata.c684 struct sas_phy *cphy = child->phy; in sas_ata_add_dev() local

Completed in 19 milliseconds