Symbol: type_c_data
drivers/extcon/extcon-rtk-type-c.c
1058
static void get_default_type_c_parameter(struct type_c_data *type_c)
drivers/extcon/extcon-rtk-type-c.c
1087
static int setup_type_c_parameter(struct type_c_data *type_c)
drivers/extcon/extcon-rtk-type-c.c
1198
static int extcon_rtk_type_c_init(struct type_c_data *type_c)
drivers/extcon/extcon-rtk-type-c.c
1283
static int extcon_rtk_type_c_edev_register(struct type_c_data *type_c)
drivers/extcon/extcon-rtk-type-c.c
1320
struct type_c_data *type_c;
drivers/extcon/extcon-rtk-type-c.c
1408
struct type_c_data *type_c = dev_get_drvdata(dev);
drivers/extcon/extcon-rtk-type-c.c
1721
struct type_c_data *type_c = dev_get_drvdata(dev);
drivers/extcon/extcon-rtk-type-c.c
1758
struct type_c_data *type_c = dev_get_drvdata(dev);
drivers/extcon/extcon-rtk-type-c.c
240
static int rtd129x_switch_type_c_plug_config(struct type_c_data *type_c,
drivers/extcon/extcon-rtk-type-c.c
277
static inline void switch_type_c_plug_config(struct type_c_data *type_c,
drivers/extcon/extcon-rtk-type-c.c
290
static void switch_type_c_dr_mode(struct type_c_data *type_c, int dr_mode, int cc)
drivers/extcon/extcon-rtk-type-c.c
366
static int connector_attached(struct type_c_data *type_c, u32 cc, int dr_mode)
drivers/extcon/extcon-rtk-type-c.c
379
static int connector_detached(struct type_c_data *type_c, u32 cc, int dr_mode)
drivers/extcon/extcon-rtk-type-c.c
393
static int __detect_host_device(struct type_c_data *type_c, u32 rp_or_rd_en)
drivers/extcon/extcon-rtk-type-c.c
437
static int detect_device(struct type_c_data *type_c)
drivers/extcon/extcon-rtk-type-c.c
442
static int detect_host(struct type_c_data *type_c)
drivers/extcon/extcon-rtk-type-c.c
447
static int host_device_switch_detection(struct type_c_data *type_c)
drivers/extcon/extcon-rtk-type-c.c
460
static int detect_type_c_state(struct type_c_data *type_c)
drivers/extcon/extcon-rtk-type-c.c
599
struct type_c_data *type_c = container_of(work, struct type_c_data,
drivers/extcon/extcon-rtk-type-c.c
661
struct type_c_data *type_c = (struct type_c_data *)__data;
drivers/extcon/extcon-rtk-type-c.c
702
struct type_c_data *type_c = typec_get_drvdata(port);
drivers/extcon/extcon-rtk-type-c.c
727
struct type_c_data *type_c = s->private;
drivers/extcon/extcon-rtk-type-c.c
805
struct type_c_data *type_c = s->private;
drivers/extcon/extcon-rtk-type-c.c
845
static inline void create_debug_files(struct type_c_data *type_c)
drivers/extcon/extcon-rtk-type-c.c
856
static inline void remove_debug_files(struct type_c_data *type_c)
drivers/extcon/extcon-rtk-type-c.c
861
static inline void create_debug_files(struct type_c_data *type_c) { }
drivers/extcon/extcon-rtk-type-c.c
862
static inline void remove_debug_files(struct type_c_data *type_c) { }
drivers/extcon/extcon-rtk-type-c.c
872
static int __updated_type_c_parameter_by_efuse(struct type_c_data *type_c)
drivers/extcon/extcon-rtk-type-c.c
956
static int __updated_type_c_parameter_by_efuse_v2(struct type_c_data *type_c)