Home
last modified time | relevance | path

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

/linux/drivers/extcon/
A Dextcon.c57 .type = EXTCON_TYPE_CHG | EXTCON_TYPE_USB,
62 .type = EXTCON_TYPE_CHG | EXTCON_TYPE_USB,
67 .type = EXTCON_TYPE_CHG | EXTCON_TYPE_USB,
72 .type = EXTCON_TYPE_CHG | EXTCON_TYPE_USB,
77 .type = EXTCON_TYPE_CHG | EXTCON_TYPE_USB,
82 .type = EXTCON_TYPE_CHG | EXTCON_TYPE_USB,
87 .type = EXTCON_TYPE_CHG,
265 return EXTCON_TYPE_CHG; in get_extcon_type()
317 case EXTCON_TYPE_CHG: in is_extcon_property_capability()
340 if (EXTCON_TYPE_CHG & type) in init_property()
[all …]
/linux/include/linux/
A Dextcon.h27 #define EXTCON_TYPE_CHG BIT(1) /* Charger connector */ macro

Completed in 9 milliseconds