Home
last modified time | relevance | path

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

12345678910>>...34

/OK3568_Linux_fs/kernel/drivers/net/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/phy/
H A 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 …]
/OK3568_Linux_fs/kernel/include/linux/phy/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/media/platform/ti-vpe/
H A 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 …]
/OK3568_Linux_fs/u-boot/include/
H A Dgeneric-phy.h58 struct phy { struct
61 struct phy_attrs attrs; argument
65 * struct udevice_ops - set of function pointers for phy operations argument
254 #define generic_phy_set_mode(phy, mode) \ argument
257 static inline enum phy_mode generic_phy_get_mode(struct phy *phy) in generic_phy_get_mode()
320 static inline int generic_phy_init(struct phy *phy) in generic_phy_init()
325 static inline int generic_phy_exit(struct phy *phy) in generic_phy_exit()
330 static inline int generic_phy_reset(struct phy *phy) in generic_phy_reset()
335 static inline int generic_phy_configure(struct phy *phy, in generic_phy_configure()
341 static inline int generic_phy_validate(struct phy *phy, enum phy_mode mode, in generic_phy_validate()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb3/
H A 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 …]
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/
H A 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 …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/rf/halrf_8852b/
H A Dhalrf_txgapk_8852b.c30 enum phl_phy_idx phy, in _txgapk_backup_bb_registers_8852b()
47 enum phl_phy_idx phy, in _txgapk_reload_bb_registers_8852b()
97 enum phl_phy_idx phy, enum rf_path path, bool is_dbcc) in _halrf_txgapk_bb_afe_by_mode_8852b()
229 enum phl_phy_idx phy, enum rf_path path, bool is_dbcc) in _halrf_txgapk_iqk_preset_by_mode_8852b()
270 (struct rf_info *rf, enum phl_phy_idx phy, enum rf_path path, bool is_dbcc) in _halrf_txgapk_clk_setting_dac960mhz_by_mode_8852b()
371 (struct rf_info *rf, enum phl_phy_idx phy, enum rf_path path) in _halrf_txgapk_track_table_nctl_2g_8852b()
540 (struct rf_info *rf, enum phl_phy_idx phy, enum rf_path path) in _halrf_txgapk_track_table_nctl_5g_8852b()
702 (struct rf_info *rf, enum phl_phy_idx phy, enum rf_path path) in _halrf_txgapk_track_table_nctl_8852b()
713 (struct rf_info *rf, enum phl_phy_idx phy, enum rf_path path) in _halrf_txgapk_write_track_table_default_2g_8852b()
752 (struct rf_info *rf, enum phl_phy_idx phy, enum rf_path path) in _halrf_txgapk_write_track_table_default_5gl_8852b()
[all …]
H A Dhalrf_tssi_8852b.c21 enum phl_phy_idx phy, in _tssi_backup_bb_registers_8852b()
38 enum phl_phy_idx phy, in _tssi_reload_bb_registers_8852b()
91 enum phl_phy_idx phy, u8 path, u16 cnt, u16 period, s16 dbm, u32 rate, u8 bw, in _halrf_tssi_hw_tx_8852b()
114 enum phl_phy_idx phy, enum rf_path path) in _halrf_tssi_rf_setting_8852b()
127 enum phl_phy_idx phy, enum rf_path path) in _halrf_tssi_set_sys_8852b()
179 enum phl_phy_idx phy, enum rf_path path) in _halrf_tssi_ini_txpwr_ctrl_bb_8852b()
298 enum phl_phy_idx phy, enum rf_path path) in _halrf_tssi_ini_txpwr_ctrl_bb_he_tb_8852b()
312 enum phl_phy_idx phy, enum rf_path path) in _halrf_tssi_set_dck_8852b()
328 enum phl_phy_idx phy, enum rf_path path) in _halrf_tssi_set_bbgain_split_8852b()
346 enum phl_phy_idx phy, enum rf_path path) in _halrf_tssi_set_tmeter_tbl_8852b()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/rf/halrf_8852b/
H A Dhalrf_txgapk_8852b.c30 enum phl_phy_idx phy, in _txgapk_backup_bb_registers_8852b()
47 enum phl_phy_idx phy, in _txgapk_reload_bb_registers_8852b()
97 enum phl_phy_idx phy, enum rf_path path, bool is_dbcc) in _halrf_txgapk_bb_afe_by_mode_8852b()
229 enum phl_phy_idx phy, enum rf_path path, bool is_dbcc) in _halrf_txgapk_iqk_preset_by_mode_8852b()
270 (struct rf_info *rf, enum phl_phy_idx phy, enum rf_path path, bool is_dbcc) in _halrf_txgapk_clk_setting_dac960mhz_by_mode_8852b()
371 (struct rf_info *rf, enum phl_phy_idx phy, enum rf_path path) in _halrf_txgapk_track_table_nctl_2g_8852b()
540 (struct rf_info *rf, enum phl_phy_idx phy, enum rf_path path) in _halrf_txgapk_track_table_nctl_5g_8852b()
702 (struct rf_info *rf, enum phl_phy_idx phy, enum rf_path path) in _halrf_txgapk_track_table_nctl_8852b()
713 (struct rf_info *rf, enum phl_phy_idx phy, enum rf_path path) in _halrf_txgapk_write_track_table_default_2g_8852b()
752 (struct rf_info *rf, enum phl_phy_idx phy, enum rf_path path) in _halrf_txgapk_write_track_table_default_5gl_8852b()
[all …]
H A Dhalrf_tssi_8852b.c21 enum phl_phy_idx phy, in _tssi_backup_bb_registers_8852b()
38 enum phl_phy_idx phy, in _tssi_reload_bb_registers_8852b()
91 enum phl_phy_idx phy, u8 path, u16 cnt, u16 period, s16 dbm, u32 rate, u8 bw, in _halrf_tssi_hw_tx_8852b()
114 enum phl_phy_idx phy, enum rf_path path) in _halrf_tssi_rf_setting_8852b()
127 enum phl_phy_idx phy, enum rf_path path) in _halrf_tssi_set_sys_8852b()
179 enum phl_phy_idx phy, enum rf_path path) in _halrf_tssi_ini_txpwr_ctrl_bb_8852b()
298 enum phl_phy_idx phy, enum rf_path path) in _halrf_tssi_ini_txpwr_ctrl_bb_he_tb_8852b()
312 enum phl_phy_idx phy, enum rf_path path) in _halrf_tssi_set_dck_8852b()
328 enum phl_phy_idx phy, enum rf_path path) in _halrf_tssi_set_bbgain_split_8852b()
346 enum phl_phy_idx phy, enum rf_path path) in _halrf_tssi_set_tmeter_tbl_8852b()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/ibm/emac/
H A 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 …]
/OK3568_Linux_fs/u-boot/drivers/phy/
H A Dphy-uclass.c19 static int generic_phy_xlate_offs_flags(struct phy *phy, in generic_phy_xlate_offs_flags()
38 struct phy *phy) in generic_phy_get_by_index()
84 struct phy *phy) in generic_phy_get_by_name()
99 int generic_phy_init(struct phy *phy) in generic_phy_init()
110 int generic_phy_reset(struct phy *phy) in generic_phy_reset()
121 int generic_phy_exit(struct phy *phy) in generic_phy_exit()
132 int generic_phy_power_on(struct phy *phy) in generic_phy_power_on()
143 int generic_phy_power_off(struct phy *phy) in generic_phy_power_off()
154 int generic_phy_configure(struct phy *phy, union phy_configure_opts *opts) in generic_phy_configure()
165 int generic_phy_validate(struct phy *phy, enum phy_mode mode, int submode, in generic_phy_validate()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/
H A 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 …]
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_phy.c10 int rockchip_phy_init(struct rockchip_phy *phy) in rockchip_phy_init()
21 int rockchip_phy_power_on(struct rockchip_phy *phy) in rockchip_phy_power_on()
32 int rockchip_phy_power_off(struct rockchip_phy *phy) in rockchip_phy_power_off()
43 unsigned long rockchip_phy_set_pll(struct rockchip_phy *phy, in rockchip_phy_set_pll()
55 int rockchip_phy_set_bus_width(struct rockchip_phy *phy, u32 bus_width) in rockchip_phy_set_bus_width()
66 long rockchip_phy_round_rate(struct rockchip_phy *phy, unsigned long rate) in rockchip_phy_round_rate()
77 int rockchip_phy_set_mode(struct rockchip_phy *phy, enum phy_mode mode) in rockchip_phy_set_mode()
/OK3568_Linux_fs/kernel/drivers/usb/phy/
H A 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 …]
/OK3568_Linux_fs/u-boot/arch/arm/mach-sunxi/
H A Dusb_phy.c117 __maybe_unused static void usb_phy_write(struct sunxi_usb_phy *phy, int addr, in usb_phy_write()
150 static void sunxi_usb_phy_config(struct sunxi_usb_phy *phy) in sunxi_usb_phy_config()
159 static void sunxi_usb_phy_config(struct sunxi_usb_phy *phy) in sunxi_usb_phy_config()
163 static void sunxi_usb_phy_config(struct sunxi_usb_phy *phy) in sunxi_usb_phy_config()
187 static void sunxi_usb_phy_passby(struct sunxi_usb_phy *phy, int enable) in sunxi_usb_phy_passby()
217 struct sunxi_usb_phy *phy = &sunxi_usb_phy[index]; in sunxi_usb_phy_enable_squelch_detect() local
225 struct sunxi_usb_phy *phy = &sunxi_usb_phy[index]; in sunxi_usb_phy_init() local
251 struct sunxi_usb_phy *phy = &sunxi_usb_phy[index]; in sunxi_usb_phy_exit() local
273 struct sunxi_usb_phy *phy = &sunxi_usb_phy[index]; in sunxi_usb_phy_power_on() local
290 struct sunxi_usb_phy *phy = &sunxi_usb_phy[index]; in sunxi_usb_phy_power_off() local
[all …]
/OK3568_Linux_fs/kernel/drivers/phy/samsung/
H A 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 …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43legacy/
H A Dphy.c118 struct b43legacy_phy *phy = &dev->phy; in b43legacy_phy_calibrate() local
136 struct b43legacy_phy *phy = &dev->phy; in b43legacy_phy_init_pctl() local
195 struct b43legacy_phy *phy = &dev->phy; in b43legacy_phy_agcsetup() local
311 struct b43legacy_phy *phy = &dev->phy; in b43legacy_phy_setupg() local
423 struct b43legacy_phy *phy = &dev->phy; in b43legacy_phy_initb2() local
472 struct b43legacy_phy *phy = &dev->phy; in b43legacy_phy_initb4() local
528 struct b43legacy_phy *phy = &dev->phy; in b43legacy_phy_initb5() local
643 struct b43legacy_phy *phy = &dev->phy; in b43legacy_phy_initb6() local
786 struct b43legacy_phy *phy = &dev->phy; in b43legacy_calc_loopback_gain() local
985 struct b43legacy_phy *phy = &dev->phy; in b43legacy_phy_initg() local
[all …]
H A Dradio.c101 struct b43legacy_phy *phy = &dev->phy; in b43legacy_radio_read16() local
135 struct b43legacy_phy *phy = &dev->phy; in b43legacy_set_all_gains() local
171 struct b43legacy_phy *phy = &dev->phy; in b43legacy_set_original_gains() local
211 struct b43legacy_phy *phy = &dev->phy; in b43legacy_synth_pu_workaround() local
232 struct b43legacy_phy *phy = &dev->phy; in b43legacy_radio_aci_detect() local
266 struct b43legacy_phy *phy = &dev->phy; in b43legacy_radio_aci_scan() local
351 struct b43legacy_phy *phy = &dev->phy; in b43legacy_nrssi_mem_update() local
368 struct b43legacy_phy *phy = &dev->phy; in b43legacy_calc_nrssi_offset() local
538 struct b43legacy_phy *phy = &dev->phy; in b43legacy_calc_nrssi_slope() local
803 struct b43legacy_phy *phy = &dev->phy; in b43legacy_calc_nrssi_threshold() local
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/dsi/phy/
H A 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()
/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dphy_led_triggers.c8 static struct phy_led_trigger *phy_speed_to_led_trigger(struct phy_device *phy, in phy_speed_to_led_trigger()
20 static void phy_led_trigger_no_link(struct phy_device *phy) in phy_led_trigger_no_link()
29 void phy_led_trigger_change_speed(struct phy_device *phy) in phy_led_trigger_change_speed()
60 static void phy_led_trigger_format_name(struct phy_device *phy, char *buf, in phy_led_trigger_format_name()
67 static int phy_led_trigger_register(struct phy_device *phy, in phy_led_trigger_register()
84 int phy_led_triggers_register(struct phy_device *phy) in phy_led_triggers_register()
146 void phy_led_triggers_unregister(struct phy_device *phy) in phy_led_triggers_unregister()
/OK3568_Linux_fs/kernel/drivers/scsi/libsas/
H A 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
77 static void sas_form_port(struct asd_sas_phy *phy) in sas_form_port()
199 void sas_deform_port(struct asd_sas_phy *phy, int gone) in sas_deform_port()
267 struct asd_sas_phy *phy = ev->phy; in sas_porte_bytes_dmaed() local
275 struct asd_sas_phy *phy = ev->phy; in sas_porte_broadcast_rcvd() local
293 struct asd_sas_phy *phy = ev->phy; in sas_porte_link_reset_err() local
301 struct asd_sas_phy *phy = ev->phy; in sas_porte_timer_event() local
309 struct asd_sas_phy *phy = ev->phy; in sas_porte_hard_reset() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_combo_phy.c46 cnl_get_procmon_ref_values(struct drm_i915_private *dev_priv, enum phy phy) in cnl_get_procmon_ref_values()
77 enum phy phy) in cnl_set_procmon_ref_values()
94 enum phy phy, i915_reg_t reg, u32 mask, in check_phy_reg()
112 enum phy phy) in cnl_verify_procmon_ref_values()
137 enum phy phy = PHY_A; in cnl_combo_phy_verify_state() local
184 static bool has_phy_misc(struct drm_i915_private *i915, enum phy phy) in has_phy_misc()
199 enum phy phy) in icl_combo_phy_enabled()
237 static bool phy_is_master(struct drm_i915_private *dev_priv, enum phy phy) in phy_is_master()
259 enum phy phy) in icl_combo_phy_verify_state()
302 enum phy phy, bool is_dsi, in intel_combo_phy_power_up_lanes()
[all …]

12345678910>>...34