HomeSort by: relevance | last modified time | path
    Searched defs:hpcio_chip_t (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/hpc/
hpciovar.h 37 typedef struct hpcio_chip *hpcio_chip_t; typedef in typeref:struct:hpcio_chip *
43 int (*hc_portread)(hpcio_chip_t, int);
44 void (*hc_portwrite)(hpcio_chip_t, int, int);
45 hpcio_intr_handle_t(*hc_intr_establish)(hpcio_chip_t, int, int,
47 void (*hc_intr_disestablish)(hpcio_chip_t, hpcio_intr_handle_t);
48 void (*hc_intr_clear)(hpcio_chip_t, hpcio_intr_handle_t);
49 void (*hc_register_iochip)(hpcio_chip_t, hpcio_chip_t);
50 void (*hc_update)(hpcio_chip_t);
51 void (*hc_dump)(hpcio_chip_t);
    [all...]
hpciovar.h 37 typedef struct hpcio_chip *hpcio_chip_t; typedef in typeref:struct:hpcio_chip *
43 int (*hc_portread)(hpcio_chip_t, int);
44 void (*hc_portwrite)(hpcio_chip_t, int, int);
45 hpcio_intr_handle_t(*hc_intr_establish)(hpcio_chip_t, int, int,
47 void (*hc_intr_disestablish)(hpcio_chip_t, hpcio_intr_handle_t);
48 void (*hc_intr_clear)(hpcio_chip_t, hpcio_intr_handle_t);
49 void (*hc_register_iochip)(hpcio_chip_t, hpcio_chip_t);
50 void (*hc_update)(hpcio_chip_t);
51 void (*hc_dump)(hpcio_chip_t);
    [all...]
hpciovar.h 37 typedef struct hpcio_chip *hpcio_chip_t; typedef in typeref:struct:hpcio_chip *
43 int (*hc_portread)(hpcio_chip_t, int);
44 void (*hc_portwrite)(hpcio_chip_t, int, int);
45 hpcio_intr_handle_t(*hc_intr_establish)(hpcio_chip_t, int, int,
47 void (*hc_intr_disestablish)(hpcio_chip_t, hpcio_intr_handle_t);
48 void (*hc_intr_clear)(hpcio_chip_t, hpcio_intr_handle_t);
49 void (*hc_register_iochip)(hpcio_chip_t, hpcio_chip_t);
50 void (*hc_update)(hpcio_chip_t);
51 void (*hc_dump)(hpcio_chip_t);
    [all...]

Completed in 39 milliseconds