Searched defs:classdriver_s (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/libcups/backend/ |
H A D | usb-darwin.c | 169 typedef struct classdriver_s /**** g.classdriver context ****/ struct 184 …kern_return_t (*DeviceRequest)(struct classdriver_s **printer, iodevice_request_t *iorequest, UInt… argument 185 …kern_return_t (*GetString)(struct classdriver_s **printer, UInt8 whichString, UInt16 language, UIn… argument 188 kern_return_t (*SoftReset)(struct classdriver_s **printer, UInt16 timeout); argument 189 …kern_return_t (*GetCentronicsStatus)(struct classdriver_s **printer, centronics_status_t *result, … argument 190 kern_return_t (*GetDeviceID)(struct classdriver_s **printer, CFStringRef *devid, UInt16 timeout); argument 193 kern_return_t (*ReadPipe)(struct classdriver_s **printer, UInt8 *buffer, UInt32 *count); argument 194 …kern_return_t (*WritePipe)(struct classdriver_s **printer, UInt8 *buffer, UInt32 *count, Boolean e… argument 197 kern_return_t (*Open)(struct classdriver_s **printer, UInt32 location, UInt8 protocol); argument 198 kern_return_t (*Abort)(struct classdriver_s **printer); argument [all …]
|