Lines Matching refs:device_t
31 int ppc_probe(device_t dev, int rid);
32 int ppc_attach(device_t dev);
33 int ppc_detach(device_t dev);
34 int ppc_read_ivar(device_t bus, device_t dev, int index, uintptr_t *val);
35 int ppc_write_ivar(device_t bus, device_t dev, int index, uintptr_t val);
37 int ppc_read(device_t, char *, int, int);
38 int ppc_write(device_t, char *, int, int);
40 u_char ppc_io(device_t, int, u_char *, int, u_char);
41 int ppc_exec_microseq(device_t, struct ppb_microseq **);
43 struct resource *ppc_alloc_resource(device_t bus, device_t child, int type,
45 int ppc_release_resource(device_t bus, device_t child, struct resource *r);
46 int ppc_reset_epp(device_t);
47 int ppc_ecp_sync(device_t);
48 int ppc_setmode(device_t, int);