Symbol: atopcase_softc
sys/dev/atopcase/atopcase.c
105
atopcase_receive_status(struct atopcase_softc *sc)
sys/dev/atopcase/atopcase.c
139
atopcase_process_message(struct atopcase_softc *sc, uint8_t device, void *msg,
sys/dev/atopcase/atopcase.c
210
atopcase_receive_packet(struct atopcase_softc *sc)
sys/dev/atopcase/atopcase.c
317
atopcase_send(struct atopcase_softc *sc, struct atopcase_packet *pkt)
sys/dev/atopcase/atopcase.c
415
atopcase_request_desc(struct atopcase_softc *sc, uint16_t type, uint8_t device)
sys/dev/atopcase/atopcase.c
423
atopcase_intr(struct atopcase_softc *sc)
sys/dev/atopcase/atopcase.c
439
atopcase_add_child(struct atopcase_softc *sc, struct atopcase_child *ac,
sys/dev/atopcase/atopcase.c
493
atopcase_init(struct atopcase_softc *sc)
sys/dev/atopcase/atopcase.c
544
atopcase_destroy(struct atopcase_softc *sc)
sys/dev/atopcase/atopcase.c
562
struct atopcase_softc *sc = device_get_softc(parent);
sys/dev/atopcase/atopcase.c
597
struct atopcase_softc *sc = device_get_softc(dev);
sys/dev/atopcase/atopcase.c
620
struct atopcase_softc *sc = device_get_softc(dev);
sys/dev/atopcase/atopcase.c
643
struct atopcase_softc *sc = device_get_softc(dev);
sys/dev/atopcase/atopcase.c
664
struct atopcase_softc *sc = device_get_softc(dev);
sys/dev/atopcase/atopcase.c
688
struct atopcase_softc *sc = device_get_softc(dev);
sys/dev/atopcase/atopcase.c
708
struct atopcase_softc *sc = device_get_softc(dev);
sys/dev/atopcase/atopcase.c
92
atopcase_get_child_by_device(struct atopcase_softc *sc, uint8_t device)
sys/dev/atopcase/atopcase_acpi.c
109
atopcase_acpi_set_comm_enabled(struct atopcase_softc *sc, char *prop,
sys/dev/atopcase/atopcase_acpi.c
141
struct atopcase_softc *sc = ctx;
sys/dev/atopcase/atopcase_acpi.c
158
struct atopcase_softc *sc = ctx;
sys/dev/atopcase/atopcase_acpi.c
181
struct atopcase_softc *sc = ctx;
sys/dev/atopcase/atopcase_acpi.c
220
struct atopcase_softc *sc = device_get_softc(dev);
sys/dev/atopcase/atopcase_acpi.c
343
struct atopcase_softc *sc = device_get_softc(dev);
sys/dev/atopcase/atopcase_acpi.c
379
struct atopcase_softc *sc = device_get_softc(dev);
sys/dev/atopcase/atopcase_acpi.c
402
struct atopcase_softc *sc = device_get_softc(dev);
sys/dev/atopcase/atopcase_acpi.c
448
sizeof(struct atopcase_softc),
sys/dev/atopcase/atopcase_var.h
125
int atopcase_receive_packet(struct atopcase_softc *);
sys/dev/atopcase/atopcase_var.h
126
int atopcase_init(struct atopcase_softc *);
sys/dev/atopcase/atopcase_var.h
127
int atopcase_destroy(struct atopcase_softc *sc);
sys/dev/atopcase/atopcase_var.h
128
int atopcase_intr(struct atopcase_softc *);