| /openbsd-src/sys/dev/acpi/ |
| H A D | acpivar.h | 56 struct aml_node *sc_devnode; 69 struct aml_node *aaa_node; 104 struct aml_node *q_node; 114 struct aml_node *p_node; /* device's node */ 186 struct aml_node *dev_node; 259 struct aml_node *sc_root; 260 struct aml_node *sc_tts; 261 struct aml_node *sc_pts; 262 struct aml_node *sc_bfs; 263 struct aml_node *sc_gt [all...] |
| H A D | dsdt.h | 26 struct aml_node *node; 45 struct aml_node *aml_searchname(struct aml_node *, const void *); 46 struct aml_node *aml_searchrel(struct aml_node *, const void *); 52 void aml_notify(struct aml_node *, int); 55 void aml_find_node(struct aml_node *, const char *, 56 int (*)(struct aml_node *, void *), void *); 59 void aml_register_notify(struct aml_node *, const char *, 60 int (*)(struct aml_node *, int, void *), void *, 62 void aml_register_regionspace(struct aml_node *, int, void *, 65 int aml_evalnode(struct acpi_softc *, struct aml_node *, [all …]
|
| H A D | acpipwrres.c | 50 struct aml_node *sc_devnode; 64 struct aml_node *cs_node; 76 int acpipwrres_hascons(struct acpipwrres_softc *, struct aml_node *); 77 int acpipwrres_addcons(struct acpipwrres_softc *, struct aml_node *); 78 int acpipwrres_foundcons(struct aml_node *, void *); 144 acpipwrres_ref_incr(struct acpipwrres_softc *sc, struct aml_node *node) 162 acpipwrres_ref_decr(struct acpipwrres_softc *sc, struct aml_node *node) 180 acpipwrres_hascons(struct acpipwrres_softc *sc, struct aml_node *node) 193 acpipwrres_addcons(struct acpipwrres_softc *sc, struct aml_node *node) in acpipwrres_ref_decr() 257 acpipwrres_foundcons(struct aml_node *nod in acpipwrres_addcons() [all...] |
| H A D | acpidock.c | 32 struct aml_node *node; 49 int acpidock_eject(struct acpidock_softc *, struct aml_node *); 50 int acpidock_notify(struct aml_node *, int, void *); 52 int acpidock_walkchildren(struct aml_node *, void *); 54 int acpidock_foundejd(struct aml_node *, void *); 183 acpidock_eject(struct acpidock_softc *sc, struct aml_node *node) in acpidock_eject() 210 acpidock_notify(struct aml_node *node, int notify_type, void *arg) in acpidock_notify() 259 acpidock_walkchildren(struct aml_node *node, void *arg) in acpidock_walkchildren() 276 acpidock_foundejd(struct aml_node *node, void *arg) in acpidock_foundejd() 280 struct aml_node *dock; in acpidock_foundejd()
|
| H A D | atk0110.c | 71 struct aml_node *sc_devnode; 73 struct aml_node *sc_ggrpnode; 74 struct aml_node *sc_gitmnode; 75 struct aml_node *sc_sitmnode; 76 struct aml_node *sc_rtmpnode; 77 struct aml_node *sc_rvltnode; 78 struct aml_node *sc_rfannode; 102 int aibs_notify(struct aml_node *, int, void *); 110 int aibs_getpack(struct aibs_softc *, struct aml_node *, int64_t, 113 int aibs_find_cb(struct aml_node *, voi [all...] |
| H A D | acpivideo.c | 52 int acpivideo_notify(struct aml_node *, int, void *); 55 int acpi_foundvout(struct aml_node *, void *); 58 int acpivideo_getpcibus(struct acpivideo_softc *, struct aml_node *); 105 acpivideo_notify(struct aml_node *node, int notify, void *arg) in acpivideo_notify() 141 acpi_foundvout(struct aml_node *node, void *arg) in acpi_foundvout() 181 acpivideo_getpcibus(struct acpivideo_softc *sc, struct aml_node *node) in acpivideo_getpcibus()
|
| H A D | amltypes.h | 250 struct aml_node; 264 struct aml_node *node; 309 struct aml_node *node; 352 struct aml_node *node; 379 struct aml_node { struct 380 struct aml_node *parent; argument 382 SIMPLEQ_HEAD(,aml_node) son; 383 SIMPLEQ_ENTRY(aml_node) sib;
|
| H A D | acpidev.h | 302 struct aml_node *sc_devnode; 314 struct aml_node *sc_devnode; 331 struct aml_node *sc_devnode; 354 struct aml_node *event; 373 struct aml_node *sc_devnode; 424 struct aml_node *sc_devnode;
|
| H A D | sdhc_acpi.c | 35 struct aml_node *sc_node; 41 struct aml_node *sc_gpio_int_node; 42 struct aml_node *sc_gpio_io_node; 73 void sdhc_acpi_power_on(struct sdhc_acpi_softc *, struct aml_node *); 160 struct aml_node *node; in sdhc_acpi_parse_resources() 209 sdhc_acpi_power_on(struct sdhc_acpi_softc *sc, struct aml_node *node) in sdhc_acpi_power_on() 217 sdhc_acpi_do_explore(struct aml_node *node, void *arg) in sdhc_acpi_do_explore()
|
| H A D | acpi.c | 62 struct aml_node *acpi_pci_match(struct device *, struct pci_attach_args *); 65 int acpi_pci_notify(struct aml_node *, int, void *); 78 int acpi_inidev(struct aml_node *, void *); 79 int acpi_foundprt(struct aml_node *, void *); 99 int acpi_foundsectwo(struct aml_node *, void *); 101 int acpi_foundec(struct aml_node *, void *); 102 int acpi_foundsony(struct aml_node *node, void *arg); 103 int acpi_foundhid(struct aml_node *, void *); 104 int acpi_add_device(struct aml_node *node, void *arg); 113 int acpi_founddock(struct aml_node *, voi [all...] |
| H A D | qciic.c | 62 struct aml_node *sc_node; 70 struct aml_node *i2c_bus; 73 struct aml_node *gpio_int_node; 76 struct aml_node *node; 104 int qciic_acpi_found_hid(struct aml_node *, void *); 106 struct aml_node *, char *, struct qciic_crs); 373 struct aml_node *node; in qciic_acpi_parse_crs() 416 qciic_acpi_found_hid(struct aml_node *node, void *arg) in qciic_acpi_found_hid() 470 qciic_acpi_found_ihidev(struct qciic_softc *sc, struct aml_node *node, in qciic_acpi_found_ihidev()
|
| H A D | dwiic_acpi.c | 39 struct aml_node *devnode; 40 struct aml_node *gpio_int_node; 50 struct aml_node *, char *, struct dwiic_crs); 51 int dwiic_acpi_found_iatp(struct dwiic_softc *, struct aml_node *, 53 int dwiic_acpi_found_ietp(struct dwiic_softc *, struct aml_node *, 279 struct aml_node *node; in dwiic_acpi_parse_crs() 434 dwiic_acpi_found_hid(struct aml_node *node, void *arg) in dwiic_acpi_found_hid() 498 dwiic_acpi_found_ihidev(struct dwiic_softc *sc, struct aml_node *node, in dwiic_acpi_found_ihidev() 569 dwiic_acpi_found_ietp(struct dwiic_softc *sc, struct aml_node *node, in dwiic_acpi_found_ietp() 595 dwiic_acpi_found_iatp(struct dwiic_softc *sc, struct aml_node *node, char *dev, in dwiic_acpi_found_iatp()
|
| H A D | acpisurface.c | 53 struct aml_node *sc_devnode; 58 int surface_hotkey(struct aml_node *, int, void *); 107 surface_hotkey(struct aml_node *node, int notify_type, void *arg) in surface_hotkey()
|
| H A D | acpidebug.c | 38 extern const char *aml_nodename(struct aml_node *); 48 void db_aml_walktree(struct aml_node *); 231 db_aml_walktree(struct aml_node *node) in db_aml_walktree() 280 struct aml_node *node; in db_acpi_showval() 305 struct aml_node *node; in db_acpi_disasm()
|
| H A D | dsdt.c | 104 struct aml_node aml_root; 364 struct aml_node *node; 367 int (*cbproc)(struct aml_node *, int, void *); 539 aml_register_notify(struct aml_node *node, const char *pnpid, in aml_register_notify() argument 540 int (*proc)(struct aml_node *, int, void *), void *arg, int flags) in aml_register_notify() 564 aml_notify(struct aml_node *node, int notify_value) in aml_notify() 607 struct aml_node *__aml_search(struct aml_node *, uint8_t *, int); in __aml_search() 608 struct aml_node *__aml_searchname(struct aml_node *, cons in __aml_search() 1235 aml_walknodes(struct aml_node * node,int mode,int (* nodecb)(struct aml_node *,void *),void * arg) aml_walknodes() argument 1252 aml_find_node(struct aml_node * node,const char * name,int (* cbproc)(struct aml_node *,void * arg),void * arg) aml_find_node() argument [all...] |
| H A D | imxiic_acpi.c | 34 struct aml_node *ac_devnode; 40 struct aml_node *devnode; 49 int imxiic_acpi_found_hid(struct aml_node *, void *); 181 imxiic_acpi_found_hid(struct aml_node *node, void *arg) in imxiic_acpi_found_hid()
|
| H A D | acpials.c | 48 struct aml_node *sc_devnode; 58 int acpials_notify(struct aml_node *, int, void *); 159 acpials_notify(struct aml_node *node, int notify_type, void *arg) in acpials_notify()
|
| H A D | acpiasus.c | 50 struct aml_node *sc_devnode; 82 int acpiasus_notify(struct aml_node *, int, void *); 147 acpiasus_notify(struct aml_node *node, int notify, void *arg) in acpiasus_notify()
|
| H A D | dwgpio.c | 60 struct aml_node *sc_node; 90 int dwgpio_found_hid(struct aml_node *, void *); 181 dwgpio_found_hid(struct aml_node *child, void *arg) in dwgpio_found_hid() 184 struct aml_node *node = child->parent; in dwgpio_found_hid()
|
| H A D | acpiprt.c | 54 struct aml_node *node; 70 struct aml_node *sc_devnode; 84 int acpiprt_getpcibus(struct acpiprt_softc *, struct aml_node *); 247 struct aml_node *node; in acpiprt_prt_add() 409 acpiprt_getpcibus(struct acpiprt_softc *sc, struct aml_node *node) in acpiprt_getpcibus() 422 struct aml_node *node = NULL; in acpiprt_route_interrupt()
|
| H A D | acpibtn.c | 37 int acpibtn_notify(struct aml_node *, int, void *); 47 struct aml_node *sc_devnode; 220 acpibtn_notify(struct aml_node *node, int notify_type, void *arg) in acpibtn_notify()
|
| H A D | acpiac.c | 37 int acpiac_notify(struct aml_node *, int, void *); 144 acpiac_notify(struct aml_node *node, int notify_type, void *arg) in acpiac_notify()
|
| H A D | acpisony.c | 32 int acpisony_notify(struct aml_node *, int, void *); 67 struct aml_node *sc_devnode; 133 acpisony_notify(struct aml_node *node, int notify, void *arg) in acpisony_notify()
|
| /openbsd-src/sys/dev/i2c/ |
| H A D | pca9548.c | 74 struct aml_node *devnode; 93 int pcamux_attach_acpi_mux(struct aml_node *, void *); 96 int pcamux_acpi_found_hid(struct aml_node *, void *); 194 struct aml_node *node = ia->ia_cookie; in pcamux_attach_acpi() 203 pcamux_attach_acpi_mux(struct aml_node *node, void *arg) in pcamux_attach_acpi_mux() 255 pcamux_acpi_found_hid(struct aml_node *node, void *arg) in pcamux_acpi_found_hid()
|
| /openbsd-src/sys/dev/ic/ |
| H A D | dwiicvar.h | 54 struct aml_node *sc_devnode; 106 int dwiic_acpi_found_hid(struct aml_node *, void *);
|