OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_ecdev
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/acpi/wmi/
wmi_acpivar.h
96
device_t
sc_ecdev
;
member in struct:acpi_wmi_softc
wmi_acpi.c
108
sc->
sc_ecdev
= NULL;
137
if (sc->
sc_ecdev
!= NULL) {
301
sc->
sc_ecdev
= d;
308
if (sc->
sc_ecdev
== NULL)
315
sc->
sc_ecdev
= NULL;
553
(void)acpiec_bus_read(sc->
sc_ecdev
, addr, val, width);
557
(void)acpiec_bus_write(sc->
sc_ecdev
, addr, *val, width);
/src/sys/dev/acpi/
thinkpad_acpi.c
71
device_t
sc_ecdev
;
member in struct:thinkpad_softc
272
sc->
sc_ecdev
= NULL;
277
sc->
sc_ecdev
= curdev;
282
if (sc->
sc_ecdev
)
284
device_xname(sc->
sc_ecdev
));
751
if (sc->
sc_ecdev
== NULL)
824
rv = acpi_eval_integer(acpiec_get_handle(sc->
sc_ecdev
), sname, &val);
851
rv = acpiec_bus_read(sc->
sc_ecdev
, 0x84, &lo, 1);
856
rv = acpiec_bus_read(sc->
sc_ecdev
, 0x85, &hi, 1);
Completed in 16 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025