Home
last modified time | relevance | path

Searched defs:phy (Results 1 – 25 of 1419) sorted by relevance

12345678910>>...57

/kernel/linux/linux-5.10/drivers/net/
Dsungem_phy.c51 static inline int __sungem_phy_read(struct mii_phy* phy, int id, int reg) in __sungem_phy_read()
56 static inline void __sungem_phy_write(struct mii_phy* phy, int id, int reg, int val) in __sungem_phy_write()
61 static inline int sungem_phy_read(struct mii_phy* phy, int reg) in sungem_phy_read()
66 static inline void sungem_phy_write(struct mii_phy* phy, int reg, int val) in sungem_phy_write()
71 static int reset_one_mii_phy(struct mii_phy* phy, int phy_id) in reset_one_mii_phy()
95 static int bcm5201_init(struct mii_phy* phy) in bcm5201_init()
108 static int bcm5201_suspend(struct mii_phy* phy) in bcm5201_suspend()
116 static int bcm5221_init(struct mii_phy* phy) in bcm5221_init()
139 static int bcm5221_suspend(struct mii_phy* phy) in bcm5221_suspend()
154 static int bcm5241_init(struct mii_phy* phy) in bcm5241_init()
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
Dintel_combo_phy_regs.h17 #define _ICL_COMBOPHY(phy) _PICK(phy, _ICL_COMBOPHY_A, \ argument
24 #define _ICL_PORT_CL_DW(dw, phy) (_ICL_COMBOPHY(phy) + \ argument
27 #define ICL_PORT_CL_DW5(phy) _MMIO(_ICL_PORT_CL_DW(5, phy)) argument
31 #define ICL_PORT_CL_DW10(phy) _MMIO(_ICL_PORT_CL_DW(10, phy)) argument
48 #define ICL_PORT_CL_DW12(phy) _MMIO(_ICL_PORT_CL_DW(12, phy)) argument
53 #define _ICL_PORT_COMP_DW(dw, phy) (_ICL_COMBOPHY(phy) + \ argument
56 #define ICL_PORT_COMP_DW0(phy) _MMIO(_ICL_PORT_COMP_DW(0, phy)) argument
59 #define ICL_PORT_COMP_DW1(phy) _MMIO(_ICL_PORT_COMP_DW(1, phy)) argument
61 #define ICL_PORT_COMP_DW3(phy) _MMIO(_ICL_PORT_COMP_DW(3, phy)) argument
73 #define ICL_PORT_COMP_DW8(phy) _MMIO(_ICL_PORT_COMP_DW(8, phy)) argument
[all …]
Dintel_snps_phy_regs.h13 #define _SNPS_PHY(phy) _PHY(phy, \ argument
16 #define _SNPS2(phy, reg) (_SNPS_PHY(phy) - \ argument
18 #define _MMIO_SNPS(phy, reg) _MMIO(_SNPS2(phy, reg)) argument
19 #define _MMIO_SNPS_LN(ln, phy, reg) _MMIO(_SNPS2(phy, \ argument
22 #define SNPS_PHY_MPLLB_CP(phy) _MMIO_SNPS(phy, 0x168000) argument
28 #define SNPS_PHY_MPLLB_DIV(phy) _MMIO_SNPS(phy, 0x168004) argument
41 #define SNPS_PHY_MPLLB_FRACN1(phy) _MMIO_SNPS(phy, 0x168008) argument
46 #define SNPS_PHY_MPLLB_FRACN2(phy) _MMIO_SNPS(phy, 0x16800C) argument
50 #define SNPS_PHY_MPLLB_SSCEN(phy) _MMIO_SNPS(phy, 0x168014) argument
55 #define SNPS_PHY_MPLLB_SSCSTEP(phy) _MMIO_SNPS(phy, 0x168018) argument
[all …]
/kernel/linux/linux-6.6/drivers/net/
Dsungem_phy.c47 static inline int __sungem_phy_read(struct mii_phy* phy, int id, int reg) in __sungem_phy_read()
52 static inline void __sungem_phy_write(struct mii_phy* phy, int id, int reg, int val) in __sungem_phy_write()
57 static inline int sungem_phy_read(struct mii_phy* phy, int reg) in sungem_phy_read()
62 static inline void sungem_phy_write(struct mii_phy* phy, int reg, int val) in sungem_phy_write()
67 static int reset_one_mii_phy(struct mii_phy* phy, int phy_id) in reset_one_mii_phy()
91 static int bcm5201_init(struct mii_phy* phy) in bcm5201_init()
104 static int bcm5201_suspend(struct mii_phy* phy) in bcm5201_suspend()
112 static int bcm5221_init(struct mii_phy* phy) in bcm5221_init()
135 static int bcm5221_suspend(struct mii_phy* phy) in bcm5221_suspend()
150 static int bcm5241_init(struct mii_phy* phy) in bcm5241_init()
[all …]
/kernel/linux/linux-5.10/drivers/phy/
Dphy-core.c30 struct phy *phy = *(struct phy **)res; in devm_phy_release() local
44 struct phy *phy = *(struct phy **)res; in devm_phy_consume() local
51 struct phy **phy = res; in devm_phy_match() local
64 int phy_create_lookup(struct phy *phy, const char *con_id, const char *dev_id) in phy_create_lookup()
96 void phy_remove_lookup(struct phy *phy, const char *con_id, const char *dev_id) in phy_remove_lookup()
148 int phy_pm_runtime_get(struct phy *phy) in phy_pm_runtime_get()
166 int phy_pm_runtime_get_sync(struct phy *phy) in phy_pm_runtime_get_sync()
184 int phy_pm_runtime_put(struct phy *phy) in phy_pm_runtime_put()
196 int phy_pm_runtime_put_sync(struct phy *phy) in phy_pm_runtime_put_sync()
208 void phy_pm_runtime_allow(struct phy *phy) in phy_pm_runtime_allow()
[all …]
/kernel/linux/linux-6.6/drivers/phy/
Dphy-core.c32 struct phy *phy = *(struct phy **)res; in devm_phy_release() local
46 struct phy *phy = *(struct phy **)res; in devm_phy_consume() local
53 struct phy **phy = res; in devm_phy_match() local
66 int phy_create_lookup(struct phy *phy, const char *con_id, const char *dev_id) in phy_create_lookup()
98 void phy_remove_lookup(struct phy *phy, const char *con_id, const char *dev_id) in phy_remove_lookup()
152 int phy_pm_runtime_get(struct phy *phy) in phy_pm_runtime_get()
170 int phy_pm_runtime_get_sync(struct phy *phy) in phy_pm_runtime_get_sync()
188 int phy_pm_runtime_put(struct phy *phy) in phy_pm_runtime_put()
200 int phy_pm_runtime_put_sync(struct phy *phy) in phy_pm_runtime_put_sync()
212 void phy_pm_runtime_allow(struct phy *phy) in phy_pm_runtime_allow()
[all …]
/kernel/linux/linux-6.6/include/linux/phy/
Dphy.h153 struct phy { struct
156 const struct phy_ops *ops; argument
160 struct phy_attrs attrs; argument
166 * struct phy_provider - represents the phy provider argument
193 struct phy *phy; member
210 static inline void phy_set_drvdata(struct phy *phy, void *data) in phy_set_drvdata()
215 static inline void *phy_get_drvdata(struct phy *phy) in phy_get_drvdata()
232 #define phy_set_mode(phy, mode) \ argument
240 static inline enum phy_mode phy_get_mode(struct phy *phy) in phy_get_mode()
246 static inline int phy_get_bus_width(struct phy *phy) in phy_get_bus_width()
[all …]
/kernel/linux/linux-5.10/include/linux/phy/
Dphy.h138 struct phy { struct
141 const struct phy_ops *ops; argument
145 struct phy_attrs attrs; argument
150 * struct phy_provider - represents the phy provider argument
177 struct phy *phy; member
194 static inline void phy_set_drvdata(struct phy *phy, void *data) in phy_set_drvdata()
199 static inline void *phy_get_drvdata(struct phy *phy) in phy_get_drvdata()
216 #define phy_set_mode(phy, mode) \ argument
222 static inline enum phy_mode phy_get_mode(struct phy *phy) in phy_get_mode()
228 static inline int phy_get_bus_width(struct phy *phy) in phy_get_bus_width()
[all …]
/kernel/linux/linux-5.10/drivers/media/platform/ti-vpe/
Dcal-camerarx.c33 static inline u32 camerarx_read(struct cal_camerarx *phy, u32 offset) in camerarx_read()
38 static inline void camerarx_write(struct cal_camerarx *phy, u32 offset, u32 val) in camerarx_write()
48 static s64 cal_camerarx_get_external_rate(struct cal_camerarx *phy) in cal_camerarx_get_external_rate()
66 static void cal_camerarx_lane_config(struct cal_camerarx *phy) in cal_camerarx_lane_config()
94 static void cal_camerarx_enable(struct cal_camerarx *phy) in cal_camerarx_enable()
107 void cal_camerarx_disable(struct cal_camerarx *phy) in cal_camerarx_disable()
119 static void cal_camerarx_config(struct cal_camerarx *phy, s64 external_rate, in cal_camerarx_config()
170 static void cal_camerarx_power(struct cal_camerarx *phy, bool enable) in cal_camerarx_power()
199 static void cal_camerarx_wait_reset(struct cal_camerarx *phy) in cal_camerarx_wait_reset()
219 static void cal_camerarx_wait_stop_state(struct cal_camerarx *phy) in cal_camerarx_wait_stop_state()
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
Dael1002.c84 static int set_phy_regs(struct cphy *phy, const struct reg_val *rv) in set_phy_regs()
100 static void ael100x_txon(struct cphy *phy) in ael100x_txon()
113 static int ael_i2c_rd(struct cphy *phy, int dev_addr, int word_addr) in ael_i2c_rd()
141 static int ael1002_power_down(struct cphy *phy, int enable) in ael1002_power_down()
153 static int ael1002_reset(struct cphy *phy, int wait) in ael1002_reset()
168 static int ael1002_intr_noop(struct cphy *phy) in ael1002_intr_noop()
176 static int get_link_status_r(struct cphy *phy, int *link_ok, int *speed, in get_link_status_r()
212 int t3_ael1002_phy_prep(struct cphy *phy, struct adapter *adapter, in t3_ael1002_phy_prep()
222 static int ael1006_reset(struct cphy *phy, int wait) in ael1006_reset()
238 int t3_ael1006_phy_prep(struct cphy *phy, struct adapter *adapter, in t3_ael1006_phy_prep()
[all …]
Daq100x.c65 static int aq100x_reset(struct cphy *phy, int wait) in aq100x_reset()
80 static int aq100x_intr_enable(struct cphy *phy) in aq100x_intr_enable()
90 static int aq100x_intr_disable(struct cphy *phy) in aq100x_intr_disable()
95 static int aq100x_intr_clear(struct cphy *phy) in aq100x_intr_clear()
105 static int aq100x_intr_handler(struct cphy *phy) in aq100x_intr_handler()
120 static int aq100x_power_down(struct cphy *phy, int off) in aq100x_power_down()
127 static int aq100x_autoneg_enable(struct cphy *phy) in aq100x_autoneg_enable()
140 static int aq100x_autoneg_restart(struct cphy *phy) in aq100x_autoneg_restart()
153 static int aq100x_advertise(struct cphy *phy, unsigned int advertise_map) in aq100x_advertise()
194 static int aq100x_set_loopback(struct cphy *phy, int mmd, int dir, int enable) in aq100x_set_loopback()
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
Dael1002.c84 static int set_phy_regs(struct cphy *phy, const struct reg_val *rv) in set_phy_regs()
100 static void ael100x_txon(struct cphy *phy) in ael100x_txon()
113 static int ael_i2c_rd(struct cphy *phy, int dev_addr, int word_addr) in ael_i2c_rd()
141 static int ael1002_power_down(struct cphy *phy, int enable) in ael1002_power_down()
153 static int ael1002_reset(struct cphy *phy, int wait) in ael1002_reset()
168 static int ael1002_intr_noop(struct cphy *phy) in ael1002_intr_noop()
176 static int get_link_status_r(struct cphy *phy, int *link_ok, int *speed, in get_link_status_r()
212 int t3_ael1002_phy_prep(struct cphy *phy, struct adapter *adapter, in t3_ael1002_phy_prep()
222 static int ael1006_reset(struct cphy *phy, int wait) in ael1006_reset()
238 int t3_ael1006_phy_prep(struct cphy *phy, struct adapter *adapter, in t3_ael1006_phy_prep()
[all …]
Daq100x.c65 static int aq100x_reset(struct cphy *phy, int wait) in aq100x_reset()
80 static int aq100x_intr_enable(struct cphy *phy) in aq100x_intr_enable()
90 static int aq100x_intr_disable(struct cphy *phy) in aq100x_intr_disable()
95 static int aq100x_intr_clear(struct cphy *phy) in aq100x_intr_clear()
105 static int aq100x_intr_handler(struct cphy *phy) in aq100x_intr_handler()
120 static int aq100x_power_down(struct cphy *phy, int off) in aq100x_power_down()
127 static int aq100x_autoneg_enable(struct cphy *phy) in aq100x_autoneg_enable()
140 static int aq100x_autoneg_restart(struct cphy *phy) in aq100x_autoneg_restart()
153 static int aq100x_advertise(struct cphy *phy, unsigned int advertise_map) in aq100x_advertise()
194 static int aq100x_set_loopback(struct cphy *phy, int mmd, int dir, int enable) in aq100x_set_loopback()
[all …]
/kernel/linux/linux-6.6/drivers/media/platform/ti/cal/
Dcal-camerarx.c33 static inline u32 camerarx_read(struct cal_camerarx *phy, u32 offset) in camerarx_read()
38 static inline void camerarx_write(struct cal_camerarx *phy, u32 offset, u32 val) in camerarx_write()
48 static s64 cal_camerarx_get_ext_link_freq(struct cal_camerarx *phy) in cal_camerarx_get_ext_link_freq()
80 static void cal_camerarx_lane_config(struct cal_camerarx *phy) in cal_camerarx_lane_config()
108 static void cal_camerarx_enable(struct cal_camerarx *phy) in cal_camerarx_enable()
121 void cal_camerarx_disable(struct cal_camerarx *phy) in cal_camerarx_disable()
133 static void cal_camerarx_config(struct cal_camerarx *phy, s64 link_freq) in cal_camerarx_config()
168 static void cal_camerarx_power(struct cal_camerarx *phy, bool enable) in cal_camerarx_power()
197 static void cal_camerarx_wait_reset(struct cal_camerarx *phy) in cal_camerarx_wait_reset()
217 static void cal_camerarx_wait_stop_state(struct cal_camerarx *phy) in cal_camerarx_wait_stop_state()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
Dsun8i_hdmi_phy.c127 struct sun8i_hdmi_phy *phy, in sun8i_hdmi_phy_config_a83t()
189 struct sun8i_hdmi_phy *phy, in sun8i_hdmi_phy_config_h3()
340 struct sun8i_hdmi_phy *phy = (struct sun8i_hdmi_phy *)data; in sun8i_hdmi_phy_config() local
359 struct sun8i_hdmi_phy *phy) in sun8i_hdmi_phy_disable_a83t()
369 struct sun8i_hdmi_phy *phy) in sun8i_hdmi_phy_disable_h3()
380 struct sun8i_hdmi_phy *phy = (struct sun8i_hdmi_phy *)data; in sun8i_hdmi_phy_disable() local
393 static void sun8i_hdmi_phy_unlock(struct sun8i_hdmi_phy *phy) in sun8i_hdmi_phy_unlock()
404 static void sun50i_hdmi_phy_init_h6(struct sun8i_hdmi_phy *phy) in sun50i_hdmi_phy_init_h6()
414 static void sun8i_hdmi_phy_init_a83t(struct sun8i_hdmi_phy *phy) in sun8i_hdmi_phy_init_a83t()
431 static void sun8i_hdmi_phy_init_h3(struct sun8i_hdmi_phy *phy) in sun8i_hdmi_phy_init_h3()
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/emac/
Dphy.c35 static inline int _phy_read(struct mii_phy *phy, int reg) in _phy_read()
40 static inline void _phy_write(struct mii_phy *phy, int reg, int val) in _phy_write()
45 static inline int gpcs_phy_read(struct mii_phy *phy, int reg) in gpcs_phy_read()
50 static inline void gpcs_phy_write(struct mii_phy *phy, int reg, int val) in gpcs_phy_write()
55 int emac_mii_reset_phy(struct mii_phy *phy) in emac_mii_reset_phy()
79 int emac_mii_reset_gpcs(struct mii_phy *phy) in emac_mii_reset_gpcs()
110 static int genmii_setup_aneg(struct mii_phy *phy, u32 advertise) in genmii_setup_aneg()
169 static int genmii_setup_forced(struct mii_phy *phy, int speed, int fd) in genmii_setup_forced()
206 static int genmii_poll_link(struct mii_phy *phy) in genmii_poll_link()
220 static int genmii_read_link(struct mii_phy *phy) in genmii_read_link()
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/emac/
Dphy.c35 static inline int _phy_read(struct mii_phy *phy, int reg) in _phy_read()
40 static inline void _phy_write(struct mii_phy *phy, int reg, int val) in _phy_write()
45 static inline int gpcs_phy_read(struct mii_phy *phy, int reg) in gpcs_phy_read()
50 static inline void gpcs_phy_write(struct mii_phy *phy, int reg, int val) in gpcs_phy_write()
55 int emac_mii_reset_phy(struct mii_phy *phy) in emac_mii_reset_phy()
79 int emac_mii_reset_gpcs(struct mii_phy *phy) in emac_mii_reset_gpcs()
110 static int genmii_setup_aneg(struct mii_phy *phy, u32 advertise) in genmii_setup_aneg()
169 static int genmii_setup_forced(struct mii_phy *phy, int speed, int fd) in genmii_setup_forced()
206 static int genmii_poll_link(struct mii_phy *phy) in genmii_poll_link()
220 static int genmii_read_link(struct mii_phy *phy) in genmii_read_link()
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/
Dsun8i_hdmi_phy.c127 static void sun8i_hdmi_phy_set_polarity(struct sun8i_hdmi_phy *phy, in sun8i_hdmi_phy_set_polarity()
147 struct sun8i_hdmi_phy *phy = data; in sun8i_a83t_hdmi_phy_config() local
211 struct sun8i_hdmi_phy *phy = data; in sun8i_a83t_hdmi_phy_disable() local
233 struct sun8i_hdmi_phy *phy = data; in sun8i_h3_hdmi_phy_config() local
385 struct sun8i_hdmi_phy *phy = data; in sun8i_h3_hdmi_phy_disable() local
402 static void sun8i_hdmi_phy_unlock(struct sun8i_hdmi_phy *phy) in sun8i_hdmi_phy_unlock()
413 static void sun50i_hdmi_phy_init_h6(struct sun8i_hdmi_phy *phy) in sun50i_hdmi_phy_init_h6()
423 static void sun8i_hdmi_phy_init_a83t(struct sun8i_hdmi_phy *phy) in sun8i_hdmi_phy_init_a83t()
440 static void sun8i_hdmi_phy_init_h3(struct sun8i_hdmi_phy *phy) in sun8i_hdmi_phy_init_h3()
518 int sun8i_hdmi_phy_init(struct sun8i_hdmi_phy *phy) in sun8i_hdmi_phy_init()
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
De1000_phy.c56 struct e1000_phy_info *phy = &hw->phy; in igb_get_phy_id() local
115 struct e1000_phy_info *phy = &hw->phy; in igb_read_phy_reg_mdic() local
171 struct e1000_phy_info *phy = &hw->phy; in igb_write_phy_reg_mdic() local
228 struct e1000_phy_info *phy = &hw->phy; in igb_read_phy_reg_i2c() local
273 struct e1000_phy_info *phy = &hw->phy; in igb_write_phy_reg_i2c() local
457 struct e1000_phy_info *phy = &hw->phy; in igb_copper_link_setup_82580() local
524 struct e1000_phy_info *phy = &hw->phy; in igb_copper_link_setup_m88() local
628 struct e1000_phy_info *phy = &hw->phy; in igb_copper_link_setup_m88_gen2() local
724 struct e1000_phy_info *phy = &hw->phy; in igb_copper_link_setup_igp() local
862 struct e1000_phy_info *phy = &hw->phy; in igb_copper_link_autoneg() local
[all …]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/
De1000_phy.c56 struct e1000_phy_info *phy = &hw->phy; in igb_get_phy_id() local
115 struct e1000_phy_info *phy = &hw->phy; in igb_read_phy_reg_mdic() local
171 struct e1000_phy_info *phy = &hw->phy; in igb_write_phy_reg_mdic() local
228 struct e1000_phy_info *phy = &hw->phy; in igb_read_phy_reg_i2c() local
273 struct e1000_phy_info *phy = &hw->phy; in igb_write_phy_reg_i2c() local
457 struct e1000_phy_info *phy = &hw->phy; in igb_copper_link_setup_82580() local
524 struct e1000_phy_info *phy = &hw->phy; in igb_copper_link_setup_m88() local
628 struct e1000_phy_info *phy = &hw->phy; in igb_copper_link_setup_m88_gen2() local
724 struct e1000_phy_info *phy = &hw->phy; in igb_copper_link_setup_igp() local
863 struct e1000_phy_info *phy = &hw->phy; in igb_copper_link_autoneg() local
[all …]
/kernel/linux/linux-5.10/drivers/usb/phy/
Dphy-ulpi.c42 static int ulpi_set_otg_flags(struct usb_phy *phy) in ulpi_set_otg_flags()
66 static int ulpi_set_fc_flags(struct usb_phy *phy) in ulpi_set_fc_flags()
108 static int ulpi_set_ic_flags(struct usb_phy *phy) in ulpi_set_ic_flags()
127 static int ulpi_set_flags(struct usb_phy *phy) in ulpi_set_flags()
142 static int ulpi_check_integrity(struct usb_phy *phy) in ulpi_check_integrity()
168 static int ulpi_init(struct usb_phy *phy) in ulpi_init()
201 struct usb_phy *phy = otg->usb_phy; in ulpi_set_host() local
227 struct usb_phy *phy = otg->usb_phy; in ulpi_set_vbus() local
243 static void otg_ulpi_init(struct usb_phy *phy, struct usb_otg *otg, in otg_ulpi_init()
262 struct usb_phy *phy; in otg_ulpi_create() local
[all …]
/kernel/linux/linux-6.6/drivers/usb/phy/
Dphy-ulpi.c42 static int ulpi_set_otg_flags(struct usb_phy *phy) in ulpi_set_otg_flags()
66 static int ulpi_set_fc_flags(struct usb_phy *phy) in ulpi_set_fc_flags()
108 static int ulpi_set_ic_flags(struct usb_phy *phy) in ulpi_set_ic_flags()
127 static int ulpi_set_flags(struct usb_phy *phy) in ulpi_set_flags()
142 static int ulpi_check_integrity(struct usb_phy *phy) in ulpi_check_integrity()
168 static int ulpi_init(struct usb_phy *phy) in ulpi_init()
201 struct usb_phy *phy = otg->usb_phy; in ulpi_set_host() local
227 struct usb_phy *phy = otg->usb_phy; in ulpi_set_vbus() local
243 static void otg_ulpi_init(struct usb_phy *phy, struct usb_otg *otg, in otg_ulpi_init()
262 struct usb_phy *phy; in otg_ulpi_create() local
[all …]
/kernel/linux/linux-5.10/drivers/phy/samsung/
Dphy-samsung-ufs.c24 #define for_each_phy_lane(phy, i) \ argument
31 static void samsung_ufs_phy_config(struct samsung_ufs_phy *phy, in samsung_ufs_phy_config()
48 static int samsung_ufs_phy_wait_for_lock_acq(struct phy *phy) in samsung_ufs_phy_wait_for_lock_acq()
75 static int samsung_ufs_phy_calibrate(struct phy *phy) in samsung_ufs_phy_calibrate()
133 static int samsung_ufs_phy_symbol_clk_init(struct samsung_ufs_phy *phy) in samsung_ufs_phy_symbol_clk_init()
183 static int samsung_ufs_phy_clks_init(struct samsung_ufs_phy *phy) in samsung_ufs_phy_clks_init()
202 static int samsung_ufs_phy_init(struct phy *phy) in samsung_ufs_phy_init()
227 static int samsung_ufs_phy_power_on(struct phy *phy) in samsung_ufs_phy_power_on()
235 static int samsung_ufs_phy_power_off(struct phy *phy) in samsung_ufs_phy_power_off()
256 static int samsung_ufs_phy_exit(struct phy *phy) in samsung_ufs_phy_exit()
[all …]
/kernel/linux/linux-6.6/drivers/scsi/libsas/
Dsas_port.c15 static bool phy_is_wideport_member(struct asd_sas_port *port, struct asd_sas_phy *phy) in phy_is_wideport_member()
26 static void sas_resume_port(struct asd_sas_phy *phy) in sas_resume_port()
60 struct ex_phy *phy = &dev->ex_dev.ex_phy[i]; in sas_resume_port() local
71 struct asd_sas_phy *phy, bool wideport) in sas_form_port_add_phy()
104 static void sas_form_port(struct asd_sas_phy *phy) in sas_form_port()
209 void sas_deform_port(struct asd_sas_phy *phy, int gone) in sas_deform_port()
276 struct asd_sas_phy *phy = ev->phy; in sas_porte_bytes_dmaed() local
284 struct asd_sas_phy *phy = ev->phy; in sas_porte_broadcast_rcvd() local
302 struct asd_sas_phy *phy = ev->phy; in sas_porte_link_reset_err() local
310 struct asd_sas_phy *phy = ev->phy; in sas_porte_timer_event() local
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dsi/phy/
Ddsi_phy_28nm_8960.c11 static void dsi_28nm_dphy_set_timing(struct msm_dsi_phy *phy, in dsi_28nm_dphy_set_timing()
42 static void dsi_28nm_phy_regulator_init(struct msm_dsi_phy *phy) in dsi_28nm_phy_regulator_init()
54 static void dsi_28nm_phy_regulator_ctrl(struct msm_dsi_phy *phy) in dsi_28nm_phy_regulator_ctrl()
65 static void dsi_28nm_phy_calibration(struct msm_dsi_phy *phy) in dsi_28nm_phy_calibration()
95 static void dsi_28nm_phy_lane_config(struct msm_dsi_phy *phy) in dsi_28nm_phy_lane_config()
120 static int dsi_28nm_phy_enable(struct msm_dsi_phy *phy, int src_pll_id, in dsi_28nm_phy_enable()
165 static void dsi_28nm_phy_disable(struct msm_dsi_phy *phy) in dsi_28nm_phy_disable()

12345678910>>...57