Home
last modified time | relevance | path

Searched refs:aml_node (Results 1 – 25 of 74) sorted by relevance

123

/openbsd-src/sys/dev/acpi/
H A Dacpivar.h56 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 Ddsdt.h26 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 Dacpipwrres.c50 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 Dacpidock.c32 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 Datk0110.c71 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 Dacpivideo.c52 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 Damltypes.h250 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 Dacpidev.h302 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 Dsdhc_acpi.c35 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 Dacpi.c62 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 Dqciic.c62 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 Ddwiic_acpi.c39 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 Dacpisurface.c53 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 Dacpidebug.c38 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 Ddsdt.c104 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 Dimxiic_acpi.c34 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 Dacpials.c48 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 Dacpiasus.c50 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 Ddwgpio.c60 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 Dacpiprt.c54 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 Dacpibtn.c37 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 Dacpiac.c37 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 Dacpisony.c32 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 Dpca9548.c74 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 Ddwiicvar.h54 struct aml_node *sc_devnode;
106 int dwiic_acpi_found_hid(struct aml_node *, void *);

123