Home
last modified time | relevance | path

Searched refs:ucs1002_usb_types (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/power/supply/
H A Ducs1002_power.c299 static enum power_supply_usb_type ucs1002_usb_types[] = { variable
311 if (val < 0 || val >= ARRAY_SIZE(ucs1002_usb_types)) in ucs1002_set_usb_type()
314 switch (ucs1002_usb_types[val]) { in ucs1002_set_usb_type()
431 .usb_types = ucs1002_usb_types,
432 .num_usb_types = ARRAY_SIZE(ucs1002_usb_types),
/kernel/linux/linux-6.6/drivers/power/supply/
H A Ducs1002_power.c299 static enum power_supply_usb_type ucs1002_usb_types[] = { variable
311 if (val < 0 || val >= ARRAY_SIZE(ucs1002_usb_types)) in ucs1002_set_usb_type()
314 switch (ucs1002_usb_types[val]) { in ucs1002_set_usb_type()
431 .usb_types = ucs1002_usb_types,
432 .num_usb_types = ARRAY_SIZE(ucs1002_usb_types),

Completed in 3 milliseconds