Home
last modified time | relevance | path

Searched refs:atopcase_softc (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/atopcase/
H A Datopcase_var.h62 struct atopcase_softc { struct
125 int atopcase_receive_packet(struct atopcase_softc *); argument
126 int atopcase_init(struct atopcase_softc *);
127 int atopcase_destroy(struct atopcase_softc *sc);
128 int atopcase_intr(struct atopcase_softc *);
H A Datopcase.c92 atopcase_get_child_by_device(struct atopcase_softc *sc, uint8_t device) in atopcase_get_child_by_device()
105 atopcase_receive_status(struct atopcase_softc *sc) in atopcase_receive_status()
139 atopcase_process_message(struct atopcase_softc *sc, uint8_t device, void *msg, in atopcase_process_message()
210 atopcase_receive_packet(struct atopcase_softc *sc) in atopcase_receive_packet()
317 atopcase_send(struct atopcase_softc *sc, struct atopcase_packet *pkt) in atopcase_send()
415 atopcase_request_desc(struct atopcase_softc *sc, uint16_t type, uint8_t device) in atopcase_request_desc()
423 atopcase_intr(struct atopcase_softc *sc) in atopcase_intr()
439 atopcase_add_child(struct atopcase_softc *sc, struct atopcase_child *ac, in atopcase_add_child()
493 atopcase_init(struct atopcase_softc *sc) in atopcase_init()
544 atopcase_destroy(struct atopcase_softc *sc) in atopcase_destroy()
[all …]
H A Datopcase_acpi.c109 atopcase_acpi_set_comm_enabled(struct atopcase_softc *sc, char *prop, in atopcase_acpi_set_comm_enabled()
141 struct atopcase_softc *sc = ctx; in atopcase_acpi_task()
158 struct atopcase_softc *sc = ctx; in atopcase_acpi_gpe_task()
181 struct atopcase_softc *sc = ctx; in atopcase_acpi_intr()
220 struct atopcase_softc *sc = device_get_softc(dev); in atopcase_acpi_attach()
343 struct atopcase_softc *sc = device_get_softc(dev); in atopcase_acpi_detach()
379 struct atopcase_softc *sc = device_get_softc(dev); in atopcase_acpi_suspend()
402 struct atopcase_softc *sc = device_get_softc(dev); in atopcase_acpi_resume()
448 sizeof(struct atopcase_softc),