Symbol: type_c_cfg
drivers/extcon/extcon-rtk-type-c.c
1021
cc_param = &type_c_cfg->cc1_param;
drivers/extcon/extcon-rtk-type-c.c
1038
cc_param = &type_c_cfg->cc2_param;
drivers/extcon/extcon-rtk-type-c.c
1089
struct type_c_cfg *type_c_cfg = type_c->type_c_cfg;
drivers/extcon/extcon-rtk-type-c.c
1103
if (type_c_cfg->use_defalut_parameter) {
drivers/extcon/extcon-rtk-type-c.c
1120
switch (type_c_cfg->cc_dfp_mode) {
drivers/extcon/extcon-rtk-type-c.c
1132
__func__, type_c_cfg->cc_dfp_mode);
drivers/extcon/extcon-rtk-type-c.c
1137
cc_param = &type_c_cfg->cc1_param;
drivers/extcon/extcon-rtk-type-c.c
1143
if (type_c_cfg->parameter_ver == PARAMETER_V0)
drivers/extcon/extcon-rtk-type-c.c
1152
else if (type_c_cfg->parameter_ver == PARAMETER_V1)
drivers/extcon/extcon-rtk-type-c.c
1163
__func__, type_c_cfg->parameter_ver);
drivers/extcon/extcon-rtk-type-c.c
1165
cc_param = &type_c_cfg->cc2_param;
drivers/extcon/extcon-rtk-type-c.c
1171
if (type_c_cfg->parameter_ver == PARAMETER_V0)
drivers/extcon/extcon-rtk-type-c.c
1180
else if (type_c_cfg->parameter_ver == PARAMETER_V1)
drivers/extcon/extcon-rtk-type-c.c
1191
__func__, type_c_cfg->parameter_ver);
drivers/extcon/extcon-rtk-type-c.c
1193
type_c->debounce = (type_c_cfg->debounce_val << 1) | DEBOUNCE_EN;
drivers/extcon/extcon-rtk-type-c.c
1321
const struct type_c_cfg *type_c_cfg;
drivers/extcon/extcon-rtk-type-c.c
1364
type_c_cfg = of_device_get_match_data(dev);
drivers/extcon/extcon-rtk-type-c.c
1365
if (!type_c_cfg) {
drivers/extcon/extcon-rtk-type-c.c
1371
type_c->type_c_cfg = devm_kzalloc(dev, sizeof(*type_c_cfg), GFP_KERNEL);
drivers/extcon/extcon-rtk-type-c.c
1372
if (!type_c->type_c_cfg)
drivers/extcon/extcon-rtk-type-c.c
1375
memcpy(type_c->type_c_cfg, type_c_cfg, sizeof(*type_c_cfg));
drivers/extcon/extcon-rtk-type-c.c
1442
static const struct type_c_cfg rtd1295_type_c_cfg = {
drivers/extcon/extcon-rtk-type-c.c
1475
static const struct type_c_cfg rtd1395_type_c_cfg = {
drivers/extcon/extcon-rtk-type-c.c
1508
static const struct type_c_cfg rtd1619_type_c_cfg = {
drivers/extcon/extcon-rtk-type-c.c
1541
static const struct type_c_cfg rtd1319_type_c_cfg = {
drivers/extcon/extcon-rtk-type-c.c
1574
static const struct type_c_cfg rtd1312c_type_c_cfg = {
drivers/extcon/extcon-rtk-type-c.c
1607
static const struct type_c_cfg rtd1619b_type_c_cfg = {
drivers/extcon/extcon-rtk-type-c.c
1639
static const struct type_c_cfg rtd1319d_type_c_cfg = {
drivers/extcon/extcon-rtk-type-c.c
1672
static const struct type_c_cfg rtd1315e_type_c_cfg = {
drivers/extcon/extcon-rtk-type-c.c
66
struct type_c_cfg *type_c_cfg;
drivers/extcon/extcon-rtk-type-c.c
728
struct type_c_cfg *type_c_cfg = type_c->type_c_cfg;
drivers/extcon/extcon-rtk-type-c.c
736
switch (type_c_cfg->cc_dfp_mode) {
drivers/extcon/extcon-rtk-type-c.c
756
cc_param = &type_c_cfg->cc1_param;
drivers/extcon/extcon-rtk-type-c.c
771
cc_param = &type_c_cfg->cc2_param;
drivers/extcon/extcon-rtk-type-c.c
874
struct type_c_cfg *type_c_cfg = type_c->type_c_cfg;
drivers/extcon/extcon-rtk-type-c.c
933
cc_param = &type_c_cfg->cc1_param;
drivers/extcon/extcon-rtk-type-c.c
943
cc_param = &type_c_cfg->cc2_param;
drivers/extcon/extcon-rtk-type-c.c
958
struct type_c_cfg *type_c_cfg = type_c->type_c_cfg;