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

/freebsd-current/sys/dev/atopcase/
H A Datopcase_var.h62 struct atopcase_softc { struct
125 int atopcase_receive_packet(struct atopcase_softc *);
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_acpi.c109 atopcase_acpi_set_comm_enabled(struct atopcase_softc *sc, char *prop,
141 struct atopcase_softc *sc = ctx;
158 struct atopcase_softc *sc = ctx;
181 struct atopcase_softc *sc = ctx;
220 struct atopcase_softc *sc = device_get_softc(dev);
343 struct atopcase_softc *sc = device_get_softc(dev);
379 struct atopcase_softc *sc = device_get_softc(dev);
402 struct atopcase_softc *sc = device_get_softc(dev);
448 sizeof(struct atopcase_softc),
H A Datopcase.c92 atopcase_get_child_by_device(struct atopcase_softc *sc, uint8_t device)
105 atopcase_receive_status(struct atopcase_softc *sc)
139 atopcase_process_message(struct atopcase_softc *sc, uint8_t device, void *msg,
210 atopcase_receive_packet(struct atopcase_softc *sc)
317 atopcase_send(struct atopcase_softc *sc, struct atopcase_packet *pkt)
415 atopcase_request_desc(struct atopcase_softc *sc, uint16_t type, uint8_t device)
423 atopcase_intr(struct atopcase_softc *sc)
439 atopcase_add_child(struct atopcase_softc *sc, struct atopcase_child *ac,
493 atopcase_init(struct atopcase_softc *sc)
543 atopcase_destroy(struct atopcase_softc *s
[all...]

Completed in 122 milliseconds