Searched defs:ppb_device (Results 1 – 1 of 1) sorted by relevance
182 struct ppb_device { struct184 const char *name; /* name of the device */186 ushort mode; /* current mode of the device */187 ushort avm; /* available IEEE1284 modes of 189 uint flags; /* flags */191 struct ppb_context ctx; /* context of the device */196 get_xfer[PPB_MAX_XFER];201 put_xfer[PPB_MAX_XFER];203 struct resource *intr_resource;204 void *intr_cookie;[all …]