anx7411_data
struct anx7411_data *ctx = typec_mux_get_drvdata(mux);
static int anx7411_register_switch(struct anx7411_data *ctx,
static int anx7411_register_mux(struct anx7411_data *ctx,
static void anx7411_unregister_mux(struct anx7411_data *ctx)
static void anx7411_unregister_switch(struct anx7411_data *ctx)
static int anx7411_typec_switch_probe(struct anx7411_data *ctx,
static int anx7411_typec_port_probe(struct anx7411_data *ctx,
static int anx7411_typec_check_connection(struct anx7411_data *ctx)
struct anx7411_data *ctx = dev_get_drvdata(dev);
struct anx7411_data *ctx = dev_get_drvdata(dev);
static void anx7411_get_gpio_irq(struct anx7411_data *ctx)
struct anx7411_data *ctx = power_supply_get_drvdata(psy);
struct anx7411_data *ctx = power_supply_get_drvdata(psy);
static int anx7411_psy_register(struct anx7411_data *ctx)
struct anx7411_data *plat;
struct anx7411_data *plat = i2c_get_clientdata(client);
static int anx7411_detect_power_mode(struct anx7411_data *ctx)
static int anx7411_register_partner(struct anx7411_data *ctx,
static int anx7411_detect_cc_orientation(struct anx7411_data *ctx)
static int anx7411_set_mux(struct anx7411_data *ctx, int pin_assignment)
static int anx7411_set_usb_role(struct anx7411_data *ctx, enum usb_role role)
static int anx7411_data_role_detect(struct anx7411_data *ctx)
static int anx7411_power_role_detect(struct anx7411_data *ctx)
static int anx7411_cc_status_detect(struct anx7411_data *ctx)
static void anx7411_partner_unregister_altmode(struct anx7411_data *ctx)
static int anx7411_typec_register_altmode(struct anx7411_data *ctx,
static void anx7411_unregister_partner(struct anx7411_data *ctx)
static int anx7411_update_altmode(struct anx7411_data *ctx, int svid)
static int anx7411_register_altmode(struct anx7411_data *ctx,
static int anx7411_parse_cmd(struct anx7411_data *ctx, u8 type, u8 *buf, u8 len)
static int anx7411_send_msg(struct anx7411_data *ctx, u8 type, u8 *buf, u8 size)
static int anx7411_process_cmd(struct anx7411_data *ctx)
static int anx7411_config(struct anx7411_data *ctx)
static void anx7411_chip_standby(struct anx7411_data *ctx)
struct anx7411_data *ctx = container_of(work, struct anx7411_data, work);
struct anx7411_data *ctx = (struct anx7411_data *)data;
static int anx7411_register_i2c_dummy_clients(struct anx7411_data *ctx,