Searched refs:extcon_type (Results 1 – 3 of 3) sorted by relevance
31 u64 extcon_type; member977 u64 extcon_type = EXTCON_NONE; in charger_extcon_init() local999 extcon_type = extcon_mapping[i].extcon_type; in charger_extcon_init()1003 if (extcon_type == EXTCON_NONE) { in charger_extcon_init()1008 cable->extcon_type = extcon_type; in charger_extcon_init()1011 cable->extcon_type, &cable->nb); in charger_extcon_init()1065 cable->extcon_type); in charger_manager_register_extcon()
360 u64 extcon_type; member2339 u64 extcon_type = EXTCON_NONE; in charger_extcon_init() local2360 extcon_type = extcon_mapping[i].extcon_type; in charger_extcon_init()2361 if (extcon_type == EXTCON_NONE) { in charger_extcon_init()2368 extcon_type, in charger_extcon_init()2375 event = extcon_get_state(desc->extcon_dev, extcon_type); in charger_extcon_init()
60 u64 extcon_type; member