Symbol: apple_atcphy
drivers/phy/apple/atc.c
1081
static int atcphy_configure_pipehandler_dummy(struct apple_atcphy *atcphy)
drivers/phy/apple/atc.c
1122
static int atcphy_configure_pipehandler(struct apple_atcphy *atcphy, bool host)
drivers/phy/apple/atc.c
1146
static void atcphy_setup_pipehandler(struct apple_atcphy *atcphy)
drivers/phy/apple/atc.c
1161
static void atcphy_configure_lanes(struct apple_atcphy *atcphy, enum atcphy_mode mode)
drivers/phy/apple/atc.c
1213
static void atcphy_enable_dp_aux(struct apple_atcphy *atcphy)
drivers/phy/apple/atc.c
1265
static void atcphy_disable_dp_aux(struct apple_atcphy *atcphy)
drivers/phy/apple/atc.c
1281
static int atcphy_dp_configure_lane(struct apple_atcphy *atcphy, enum atcphy_lane lane,
drivers/phy/apple/atc.c
1494
static int atcphy_auspll_apb_command(struct apple_atcphy *atcphy, u32 command)
drivers/phy/apple/atc.c
1516
static int atcphy_dp_configure(struct apple_atcphy *atcphy, enum atcphy_dp_link_rate lr)
drivers/phy/apple/atc.c
1614
static void atcphy_usb2_power_off(struct apple_atcphy *atcphy)
drivers/phy/apple/atc.c
1635
static int atcphy_power_off(struct apple_atcphy *atcphy)
drivers/phy/apple/atc.c
1667
static void atcphy_usb2_power_on(struct apple_atcphy *atcphy)
drivers/phy/apple/atc.c
1692
static int atcphy_power_on(struct apple_atcphy *atcphy)
drivers/phy/apple/atc.c
1723
static int atcphy_configure(struct apple_atcphy *atcphy, enum atcphy_mode mode)
drivers/phy/apple/atc.c
1790
struct apple_atcphy *atcphy = phy_get_drvdata(phy);
drivers/phy/apple/atc.c
1815
struct apple_atcphy *atcphy = phy_get_drvdata(phy);
drivers/phy/apple/atc.c
1834
struct apple_atcphy *atcphy = phy_get_drvdata(phy);
drivers/phy/apple/atc.c
1874
struct apple_atcphy *atcphy = phy_get_drvdata(phy);
drivers/phy/apple/atc.c
1898
struct apple_atcphy *atcphy = phy_get_drvdata(phy);
drivers/phy/apple/atc.c
1942
struct apple_atcphy *atcphy = dev_get_drvdata(dev);
drivers/phy/apple/atc.c
1955
static int atcphy_probe_phy(struct apple_atcphy *atcphy)
drivers/phy/apple/atc.c
1979
static void _atcphy_dwc3_reset_assert(struct apple_atcphy *atcphy)
drivers/phy/apple/atc.c
1990
struct apple_atcphy *atcphy = container_of(rcdev, struct apple_atcphy, rcdev);
drivers/phy/apple/atc.c
2012
struct apple_atcphy *atcphy = container_of(rcdev, struct apple_atcphy, rcdev);
drivers/phy/apple/atc.c
2034
static int atcphy_probe_rcdev(struct apple_atcphy *atcphy)
drivers/phy/apple/atc.c
2048
struct apple_atcphy *atcphy = typec_switch_get_drvdata(sw);
drivers/phy/apple/atc.c
2071
static int atcphy_probe_switch(struct apple_atcphy *atcphy)
drivers/phy/apple/atc.c
2089
struct apple_atcphy *atcphy = typec_mux_get_drvdata(mux);
drivers/phy/apple/atc.c
2161
static int atcphy_probe_mux(struct apple_atcphy *atcphy)
drivers/phy/apple/atc.c
2177
static int atcphy_load_tunables(struct apple_atcphy *atcphy)
drivers/phy/apple/atc.c
2208
static int atcphy_map_resources(struct platform_device *pdev, struct apple_atcphy *atcphy)
drivers/phy/apple/atc.c
2239
static int atcphy_probe_finalize(struct apple_atcphy *atcphy)
drivers/phy/apple/atc.c
2271
struct apple_atcphy *atcphy;
drivers/phy/apple/atc.c
843
static inline void core_mask32(struct apple_atcphy *atcphy, u32 reg, u32 mask, u32 set)
drivers/phy/apple/atc.c
853
static inline void core_set32(struct apple_atcphy *atcphy, u32 reg, u32 set)
drivers/phy/apple/atc.c
863
static inline void core_clear32(struct apple_atcphy *atcphy, u32 reg, u32 clear)
drivers/phy/apple/atc.c
868
static const struct atcphy_mode_configuration *atcphy_get_mode_config(struct apple_atcphy *atcphy,
drivers/phy/apple/atc.c
877
static void atcphy_apply_tunables(struct apple_atcphy *atcphy, enum atcphy_mode mode)
drivers/phy/apple/atc.c
920
static int atcphy_pipehandler_lock(struct apple_atcphy *atcphy)
drivers/phy/apple/atc.c
942
static int atcphy_pipehandler_unlock(struct apple_atcphy *atcphy)
drivers/phy/apple/atc.c
956
static int atcphy_pipehandler_check(struct apple_atcphy *atcphy)
drivers/phy/apple/atc.c
975
static int atcphy_configure_pipehandler_usb3(struct apple_atcphy *atcphy, bool host)