• Home
  • Raw
  • Download

Lines Matching refs:_IOW

259 #define	USB_SETDEBUG		_IOW ('U', 2, int)
263 #define USB_DEVICEENUMERATE _IOW ('U', 6, int)
267 #define USB_SET_IMMED _IOW ('U', 22, int)
269 #define USB_SET_REPORT _IOW ('U', 24, struct usb_gen_descriptor)
274 #define USB_SET_CONFIG _IOW ('U', 101, int)
285 #define USB_SET_RX_SHORT_XFER _IOW ('U', 113, int)
286 #define USB_SET_RX_TIMEOUT _IOW ('U', 114, int)
289 #define USB_SET_RX_BUFFER_SIZE _IOW ('U', 118, int)
290 #define USB_SET_RX_STALL_FLAG _IOW ('U', 119, int)
291 #define USB_SET_TX_STALL_FLAG _IOW ('U', 120, int)
293 #define USB_CLAIM_INTERFACE _IOW ('U', 122, int)
294 #define USB_RELEASE_INTERFACE _IOW ('U', 123, int)
295 #define USB_IFACE_DRIVER_ACTIVE _IOW ('U', 124, int)
296 #define USB_IFACE_DRIVER_DETACH _IOW ('U', 125, int)
298 #define USB_READ_DIR _IOW ('U', 127, struct usb_read_dir)
302 #define USB_SET_TX_FORCE_SHORT _IOW ('U', 136, int)
303 #define USB_SET_TX_TIMEOUT _IOW ('U', 137, int)
306 #define USB_SET_TX_BUFFER_SIZE _IOW ('U', 140, int)
309 #define USB_SET_PORT_ENABLE _IOW ('U', 143, int)
310 #define USB_SET_PORT_DISABLE _IOW ('U', 144, int)
311 #define USB_SET_POWER_MODE _IOW ('U', 145, int)
313 #define USB_SET_TEMPLATE _IOW ('U', 147, int)
318 #define USB_SET_CM_OVER_DATA _IOW ('U', 181, int)
322 #define USB_SET_GPIO _IOW ('U', 183, int)
325 #define USB_FS_START _IOW ('U', 192, struct usb_fs_start)
326 #define USB_FS_STOP _IOW ('U', 193, struct usb_fs_stop)
328 #define USB_FS_INIT _IOW ('U', 195, struct usb_fs_init)
329 #define USB_FS_UNINIT _IOW ('U', 196, struct usb_fs_uninit)
331 #define USB_FS_CLOSE _IOW ('U', 198, struct usb_fs_close)
332 #define USB_FS_CLEAR_STALL_SYNC _IOW ('U', 199, struct usb_fs_clear_stall_sync)
338 #define USB_DEV_QUIRK_ADD _IOW ('Q', 2, struct usb_gen_quirk)
339 #define USB_DEV_QUIRK_REMOVE _IOW ('Q', 3, struct usb_gen_quirk)