Searched defs:classdriver_s (Results 1 – 1 of 1) sorted by relevance
/external/libcups/backend/ |
D | usb-darwin.c | 167 typedef struct classdriver_s /**** g.classdriver context ****/ struct 182 …kern_return_t (*DeviceRequest)(struct classdriver_s **printer, iodevice_request_t *iorequest, UInt… argument 183 …kern_return_t (*GetString)(struct classdriver_s **printer, UInt8 whichString, UInt16 language, UIn… argument 186 kern_return_t (*SoftReset)(struct classdriver_s **printer, UInt16 timeout); argument 187 …kern_return_t (*GetCentronicsStatus)(struct classdriver_s **printer, centronics_status_t *result, … argument 188 kern_return_t (*GetDeviceID)(struct classdriver_s **printer, CFStringRef *devid, UInt16 timeout); argument 191 kern_return_t (*ReadPipe)(struct classdriver_s **printer, UInt8 *buffer, UInt32 *count); argument 192 …kern_return_t (*WritePipe)(struct classdriver_s **printer, UInt8 *buffer, UInt32 *count, Boolean e… argument 195 kern_return_t (*Open)(struct classdriver_s **printer, UInt32 location, UInt8 protocol); argument 196 kern_return_t (*Abort)(struct classdriver_s **printer); argument [all …]
|