Symbol: apple_atcphy
drivers/phy/apple/atc.c
1084
static int atcphy_configure_pipehandler_dummy(struct apple_atcphy *atcphy)
drivers/phy/apple/atc.c
1125
static int atcphy_configure_pipehandler(struct apple_atcphy *atcphy, bool host)
drivers/phy/apple/atc.c
1149
static void atcphy_setup_pipehandler(struct apple_atcphy *atcphy)
drivers/phy/apple/atc.c
1164
static void atcphy_configure_lanes(struct apple_atcphy *atcphy, enum atcphy_mode mode)
drivers/phy/apple/atc.c
1216
static void atcphy_enable_dp_aux(struct apple_atcphy *atcphy)
drivers/phy/apple/atc.c
1268
static void atcphy_disable_dp_aux(struct apple_atcphy *atcphy)
drivers/phy/apple/atc.c
1284
static int atcphy_dp_configure_lane(struct apple_atcphy *atcphy, enum atcphy_lane lane,
drivers/phy/apple/atc.c
1497
static int atcphy_auspll_apb_command(struct apple_atcphy *atcphy, u32 command)
drivers/phy/apple/atc.c
1519
static int atcphy_dp_configure(struct apple_atcphy *atcphy, enum atcphy_dp_link_rate lr)
drivers/phy/apple/atc.c
1617
static void atcphy_usb2_power_off(struct apple_atcphy *atcphy)
drivers/phy/apple/atc.c
1638
static int atcphy_power_off(struct apple_atcphy *atcphy)
drivers/phy/apple/atc.c
1670
static void atcphy_usb2_power_on(struct apple_atcphy *atcphy)
drivers/phy/apple/atc.c
1695
static int atcphy_power_on(struct apple_atcphy *atcphy)
drivers/phy/apple/atc.c
1726
static int atcphy_configure(struct apple_atcphy *atcphy, enum atcphy_mode mode)
drivers/phy/apple/atc.c
1793
struct apple_atcphy *atcphy = phy_get_drvdata(phy);
drivers/phy/apple/atc.c
1818
struct apple_atcphy *atcphy = phy_get_drvdata(phy);
drivers/phy/apple/atc.c
1837
struct apple_atcphy *atcphy = phy_get_drvdata(phy);
drivers/phy/apple/atc.c
1877
struct apple_atcphy *atcphy = phy_get_drvdata(phy);
drivers/phy/apple/atc.c
1901
struct apple_atcphy *atcphy = phy_get_drvdata(phy);
drivers/phy/apple/atc.c
1945
struct apple_atcphy *atcphy = dev_get_drvdata(dev);
drivers/phy/apple/atc.c
1958
static int atcphy_probe_phy(struct apple_atcphy *atcphy)
drivers/phy/apple/atc.c
1982
static void _atcphy_dwc3_reset_assert(struct apple_atcphy *atcphy)
drivers/phy/apple/atc.c
1993
struct apple_atcphy *atcphy = container_of(rcdev, struct apple_atcphy, rcdev);
drivers/phy/apple/atc.c
2015
struct apple_atcphy *atcphy = container_of(rcdev, struct apple_atcphy, rcdev);
drivers/phy/apple/atc.c
2037
static int atcphy_probe_rcdev(struct apple_atcphy *atcphy)
drivers/phy/apple/atc.c
2051
struct apple_atcphy *atcphy = typec_switch_get_drvdata(sw);
drivers/phy/apple/atc.c
2069
static int atcphy_probe_switch(struct apple_atcphy *atcphy)
drivers/phy/apple/atc.c
2082
struct apple_atcphy *atcphy = typec_mux_get_drvdata(mux);
drivers/phy/apple/atc.c
2149
static int atcphy_probe_mux(struct apple_atcphy *atcphy)
drivers/phy/apple/atc.c
2160
static int atcphy_load_tunables(struct apple_atcphy *atcphy)
drivers/phy/apple/atc.c
2191
static int atcphy_map_resources(struct platform_device *pdev, struct apple_atcphy *atcphy)
drivers/phy/apple/atc.c
2220
static int atcphy_probe_finalize(struct apple_atcphy *atcphy)
drivers/phy/apple/atc.c
2252
struct apple_atcphy *atcphy;
drivers/phy/apple/atc.c
846
static inline void core_mask32(struct apple_atcphy *atcphy, u32 reg, u32 mask, u32 set)
drivers/phy/apple/atc.c
856
static inline void core_set32(struct apple_atcphy *atcphy, u32 reg, u32 set)
drivers/phy/apple/atc.c
866
static inline void core_clear32(struct apple_atcphy *atcphy, u32 reg, u32 clear)
drivers/phy/apple/atc.c
871
static const struct atcphy_mode_configuration *atcphy_get_mode_config(struct apple_atcphy *atcphy,
drivers/phy/apple/atc.c
880
static void atcphy_apply_tunables(struct apple_atcphy *atcphy, enum atcphy_mode mode)
drivers/phy/apple/atc.c
923
static int atcphy_pipehandler_lock(struct apple_atcphy *atcphy)
drivers/phy/apple/atc.c
945
static int atcphy_pipehandler_unlock(struct apple_atcphy *atcphy)
drivers/phy/apple/atc.c
959
static int atcphy_pipehandler_check(struct apple_atcphy *atcphy)
drivers/phy/apple/atc.c
978
static int atcphy_configure_pipehandler_usb3(struct apple_atcphy *atcphy, bool host)