Symbol: anx7411_data
drivers/usb/typec/anx7411.c
1039
struct anx7411_data *ctx = typec_mux_get_drvdata(mux);
drivers/usb/typec/anx7411.c
1059
static int anx7411_register_switch(struct anx7411_data *ctx,
drivers/usb/typec/anx7411.c
1079
static int anx7411_register_mux(struct anx7411_data *ctx,
drivers/usb/typec/anx7411.c
1099
static void anx7411_unregister_mux(struct anx7411_data *ctx)
drivers/usb/typec/anx7411.c
1108
static void anx7411_unregister_switch(struct anx7411_data *ctx)
drivers/usb/typec/anx7411.c
1117
static int anx7411_typec_switch_probe(struct anx7411_data *ctx,
drivers/usb/typec/anx7411.c
1156
static int anx7411_typec_port_probe(struct anx7411_data *ctx,
drivers/usb/typec/anx7411.c
1286
static int anx7411_typec_check_connection(struct anx7411_data *ctx)
drivers/usb/typec/anx7411.c
1316
struct anx7411_data *ctx = dev_get_drvdata(dev);
drivers/usb/typec/anx7411.c
1332
struct anx7411_data *ctx = dev_get_drvdata(dev);
drivers/usb/typec/anx7411.c
1351
static void anx7411_get_gpio_irq(struct anx7411_data *ctx)
drivers/usb/typec/anx7411.c
1380
struct anx7411_data *ctx = power_supply_get_drvdata(psy);
drivers/usb/typec/anx7411.c
1402
struct anx7411_data *ctx = power_supply_get_drvdata(psy);
drivers/usb/typec/anx7411.c
1430
static int anx7411_psy_register(struct anx7411_data *ctx)
drivers/usb/typec/anx7411.c
1464
struct anx7411_data *plat;
drivers/usb/typec/anx7411.c
1562
struct anx7411_data *plat = i2c_get_clientdata(client);
drivers/usb/typec/anx7411.c
336
static int anx7411_detect_power_mode(struct anx7411_data *ctx)
drivers/usb/typec/anx7411.c
376
static int anx7411_register_partner(struct anx7411_data *ctx,
drivers/usb/typec/anx7411.c
397
static int anx7411_detect_cc_orientation(struct anx7411_data *ctx)
drivers/usb/typec/anx7411.c
450
static int anx7411_set_mux(struct anx7411_data *ctx, int pin_assignment)
drivers/usb/typec/anx7411.c
478
static int anx7411_set_usb_role(struct anx7411_data *ctx, enum usb_role role)
drivers/usb/typec/anx7411.c
486
static int anx7411_data_role_detect(struct anx7411_data *ctx)
drivers/usb/typec/anx7411.c
507
static int anx7411_power_role_detect(struct anx7411_data *ctx)
drivers/usb/typec/anx7411.c
527
static int anx7411_cc_status_detect(struct anx7411_data *ctx)
drivers/usb/typec/anx7411.c
535
static void anx7411_partner_unregister_altmode(struct anx7411_data *ctx)
drivers/usb/typec/anx7411.c
551
static int anx7411_typec_register_altmode(struct anx7411_data *ctx,
drivers/usb/typec/anx7411.c
585
static void anx7411_unregister_partner(struct anx7411_data *ctx)
drivers/usb/typec/anx7411.c
593
static int anx7411_update_altmode(struct anx7411_data *ctx, int svid)
drivers/usb/typec/anx7411.c
618
static int anx7411_register_altmode(struct anx7411_data *ctx,
drivers/usb/typec/anx7411.c
651
static int anx7411_parse_cmd(struct anx7411_data *ctx, u8 type, u8 *buf, u8 len)
drivers/usb/typec/anx7411.c
732
static int anx7411_send_msg(struct anx7411_data *ctx, u8 type, u8 *buf, u8 size)
drivers/usb/typec/anx7411.c
761
static int anx7411_process_cmd(struct anx7411_data *ctx)
drivers/usb/typec/anx7411.c
808
static int anx7411_config(struct anx7411_data *ctx)
drivers/usb/typec/anx7411.c
879
static void anx7411_chip_standby(struct anx7411_data *ctx)
drivers/usb/typec/anx7411.c
913
struct anx7411_data *ctx = container_of(work, struct anx7411_data, work);
drivers/usb/typec/anx7411.c
988
struct anx7411_data *ctx = (struct anx7411_data *)data;
drivers/usb/typec/anx7411.c
995
static int anx7411_register_i2c_dummy_clients(struct anx7411_data *ctx,