Home
last modified time | relevance | path

Searched refs:type_c (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/extcon/
H A Dextcon-rtk-type-c.c439 return __detect_host_device(type_c, type_c->dfp_mode_rp_en); in detect_device()
444 return __detect_host_device(type_c, type_c->ufp_mode_rd_en); in detect_host()
474 switch (type_c->cc_mode | type_c->is_attach) { in detect_type_c_state()
587 type_c->cc_mode, type_c->is_attach); in detect_type_c_state()
676 type_c->int_status, type_c->cc_status); in type_c_detect_irq()
813 type_c->at_cc1 ? "cc1" : "cc2", type_c->cc_status); in type_c_status_show()
852 debugfs_create_file("status", 0444, type_c->debug_dir, type_c, in create_debug_files()
1275 type_c->port = typec_register_port(type_c->dev, &typec_cap); in extcon_rtk_type_c_init()
1324 type_c = devm_kzalloc(dev, sizeof(*type_c), GFP_KERNEL); in extcon_rtk_type_c_probe()
1325 if (!type_c) in extcon_rtk_type_c_probe()
[all …]