Searched defs:cphy (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/net/ethernet/chelsio/cxgb/
H A Dmy3126.c8 static int my3126_reset(struct cphy *cphy, int wait) argument
17 static int my3126_interrupt_enable(struct cphy *cphy) argument
24 static int my3126_interrupt_disable(struct cphy *cphy) argument
30 my3126_interrupt_clear(struct cphy *cphy) argument
37 my3126_interrupt_handler(struct cphy *cphy) argument
99 struct cphy *cphy = container_of(work, struct cphy, phy_update.work); local
104 my3126_set_loopback(struct cphy *cphy, int on) argument
110 my3126_get_link_status(struct cphy *cphy, int *link_ok, int *speed, int *duplex, int *fc) argument
153 my3126_destroy(struct cphy *cphy) argument
174 struct cphy *cphy = kzalloc(sizeof (*cphy), GFP_KERNEL); local
[all...]
H A Dmv88x201x.c40 static int led_init(struct cphy *cphy) argument
50 static int led_link(struct cphy *cphy, u32 do_enable) argument
68 static int mv88x201x_reset(struct cphy *cph argument
76 mv88x201x_interrupt_enable(struct cphy *cphy) argument
93 mv88x201x_interrupt_disable(struct cphy *cphy) argument
109 mv88x201x_interrupt_clear(struct cphy *cphy) argument
146 mv88x201x_interrupt_handler(struct cphy *cphy) argument
157 mv88x201x_set_loopback(struct cphy *cphy, int on) argument
162 mv88x201x_get_link_status(struct cphy *cphy, int *link_ok, int *speed, int *duplex, int *fc) argument
184 mv88x201x_destroy(struct cphy *cphy) argument
206 struct cphy *cphy = kzalloc(sizeof(*cphy), GFP_KERNEL); local
[all...]
H A Dmv88e1xxx.c18 static void mdio_set_bit(struct cphy *cphy, int reg, u32 bitval) argument
29 static void mdio_clear_bit(struct cphy *cphy, int reg, u32 bitval) argument
48 mv88e1xxx_reset(struct cphy *cphy, int wait) argument
65 mv88e1xxx_interrupt_enable(struct cphy *cphy) argument
84 mv88e1xxx_interrupt_disable(struct cphy *cphy) argument
102 mv88e1xxx_interrupt_clear(struct cphy *cphy) argument
148 mv88e1xxx_crossover_set(struct cphy *cphy, int crossover) argument
161 mv88e1xxx_autoneg_enable(struct cphy *cphy) argument
174 mv88e1xxx_autoneg_disable(struct cphy *cphy) argument
194 mv88e1xxx_autoneg_restart(struct cphy *cphy) argument
232 mv88e1xxx_set_loopback(struct cphy *cphy, int on) argument
241 mv88e1xxx_get_link_status(struct cphy *cphy, int *link_ok, int *speed, int *duplex, int *fc) argument
274 mv88e1xxx_downshift_set(struct cphy *cphy, int downshift_enable) argument
294 mv88e1xxx_interrupt_handler(struct cphy *cphy) argument
336 mv88e1xxx_destroy(struct cphy *cphy) argument
361 struct cphy *cphy = kzalloc(sizeof(*cphy), GFP_KERNEL); local
[all...]
H A Dcphy.h82 struct cphy { struct
101 cphy_mdio_read(struct cphy *cphy, int mmd, int reg, unsigned int *valp) argument
110 cphy_mdio_write(struct cphy *cphy, int mmd, int reg, unsigned int val) argument
117 simple_mdio_read(struct cphy *cphy, int reg, unsigned int *valp) argument
123 simple_mdio_write(struct cphy *cphy, int reg, unsigned int val) argument
[all...]
/linux-master/drivers/net/ethernet/chelsio/cxgb3/
H A Dvsc8211.c92 static int vsc8211_reset(struct cphy *cphy, int wait) argument
97 static int vsc8211_intr_enable(struct cphy *cphy) argument
103 static int vsc8211_intr_disable(struct cphy *cphy) argument
108 static int vsc8211_intr_clear(struct cphy *cph argument
116 vsc8211_autoneg_enable(struct cphy *cphy) argument
123 vsc8211_autoneg_restart(struct cphy *cphy) argument
130 vsc8211_get_link_status(struct cphy *cphy, int *link_ok, int *speed, int *duplex, int *fc) argument
206 vsc8211_get_link_status_fiber(struct cphy *cphy, int *link_ok, int *speed, int *duplex, int *fc) argument
316 vsc8211_power_down(struct cphy *cphy, int enable) argument
322 vsc8211_intr_handler(struct cphy *cphy) argument
[all...]
H A Dcommon.h548 struct cphy { struct
[all...]
/linux-master/drivers/staging/media/max96712/
H A Dmax96712.c33 bool cphy; member in struct:max96712_priv
/linux-master/drivers/media/i2c/
H A Dccs-pll.c708 bool cphy = pll->bus_type == CCS_PLL_BUS_TYPE_CSI2_CPHY; local
439 ccs_pll_calculate_vt(struct device *dev, const struct ccs_pll_limits *lim, const struct ccs_pll_branch_limits_bk *op_lim_bk, struct ccs_pll *pll, struct ccs_pll_branch_fr *pll_fr, struct ccs_pll_branch_bk *op_pll_bk, bool cphy, u32 phy_const) argument
587 ccs_pll_calculate_op(struct device *dev, const struct ccs_pll_limits *lim, const struct ccs_pll_branch_limits_fr *op_lim_fr, const struct ccs_pll_branch_limits_bk *op_lim_bk, struct ccs_pll *pll, struct ccs_pll_branch_fr *op_pll_fr, struct ccs_pll_branch_bk *op_pll_bk, u32 mul, u32 div, u32 op_sys_clk_freq_hz_sdr, u32 l, bool cphy, u32 phy_const) argument
/linux-master/drivers/scsi/libsas/
H A Dsas_ata.c681 struct sas_phy *cphy = child->phy; local
/linux-master/drivers/media/platform/renesas/
H A Drcar-csi2.c620 bool cphy; member in struct:rcar_csi2

Completed in 431 milliseconds