Home
last modified time | relevance | path

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

/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/acpi/
H A Dac.c78 struct acpi_ac { struct
89 static int acpi_ac_get_state(struct acpi_ac *ac) in acpi_ac_get_state() argument
114 struct acpi_ac *ac = to_acpi_ac(psy); in get_ac_property()
139 struct acpi_ac *ac = acpi_driver_data(device); in acpi_ac_notify()
174 struct acpi_ac *ac = container_of(nb, struct acpi_ac, battery_nb); in acpi_ac_battery_notify()
236 struct acpi_ac *ac = NULL; in acpi_ac_add()
242 ac = kzalloc(sizeof(struct acpi_ac), GFP_KERNEL); in acpi_ac_add()
284 struct acpi_ac *ac; in acpi_ac_resume()
307 struct acpi_ac *ac = NULL; in acpi_ac_remove()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/acpi/
H A Dac.c78 struct acpi_ac { struct
89 static int acpi_ac_get_state(struct acpi_ac *ac) in acpi_ac_get_state() argument
114 struct acpi_ac *ac = to_acpi_ac(psy); in get_ac_property()
139 struct acpi_ac *ac = acpi_driver_data(device); in acpi_ac_notify()
174 struct acpi_ac *ac = container_of(nb, struct acpi_ac, battery_nb); in acpi_ac_battery_notify()
236 struct acpi_ac *ac = NULL; in acpi_ac_add()
242 ac = kzalloc(sizeof(struct acpi_ac), GFP_KERNEL); in acpi_ac_add()
284 struct acpi_ac *ac; in acpi_ac_resume()
307 struct acpi_ac *ac = NULL; in acpi_ac_remove()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/acpi/
H A Dac.c78 struct acpi_ac { struct
89 static int acpi_ac_get_state(struct acpi_ac *ac) in acpi_ac_get_state() argument
114 struct acpi_ac *ac = to_acpi_ac(psy); in get_ac_property()
139 struct acpi_ac *ac = acpi_driver_data(device); in acpi_ac_notify()
174 struct acpi_ac *ac = container_of(nb, struct acpi_ac, battery_nb); in acpi_ac_battery_notify()
236 struct acpi_ac *ac = NULL; in acpi_ac_add()
242 ac = kzalloc(sizeof(struct acpi_ac), GFP_KERNEL); in acpi_ac_add()
284 struct acpi_ac *ac; in acpi_ac_resume()
307 struct acpi_ac *ac = NULL; in acpi_ac_remove()
/dports/net/olsrd/olsrd-0.9.8/src/linux/
H A Dapm.c95 static const char *const acpi_ac[] = { variable
101 #define ACPI_AC_CNT ARRAYSIZE(acpi_ac)
308 FILE *fd = fopen(acpi_ac[i], "r"); in acpi_probe()