Home
last modified time | relevance | path

Searched refs:reqtype (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/staging/rtl8712/
Dusb_ops_linux.c494 u8 reqtype; in r8712_usbctrl_vendorreq() local
512 reqtype = RTL871X_VENQT_READ; in r8712_usbctrl_vendorreq()
515 reqtype = RTL871X_VENQT_WRITE; in r8712_usbctrl_vendorreq()
518 status = usb_control_msg(udev, pipe, request, reqtype, value, index, in r8712_usbctrl_vendorreq()
/linux-3.4.99/drivers/net/wireless/rtlwifi/
Dusb.c59 u8 reqtype; in _usbctrl_vendorreq_async_write() local
69 reqtype = REALTEK_USB_VENQT_WRITE; in _usbctrl_vendorreq_async_write()
88 dr->bRequestType = reqtype; in _usbctrl_vendorreq_async_write()
113 u8 reqtype; in _usbctrl_vendorreq_sync_read() local
118 reqtype = REALTEK_USB_VENQT_READ; in _usbctrl_vendorreq_sync_read()
121 status = usb_control_msg(udev, pipe, request, reqtype, value, in _usbctrl_vendorreq_sync_read()
220 u8 reqtype = REALTEK_USB_VENQT_WRITE; in _usb_writeN_sync() local
231 usb_control_msg(udev, pipe, request, reqtype, wvalue, in _usb_writeN_sync()
/linux-3.4.99/arch/x86/mm/
Dpat_rbtree.c130 unsigned long reqtype, unsigned long *newtype) in memtype_rb_check_conflict() argument
134 int found_type = reqtype; in memtype_rb_check_conflict()
/linux-3.4.99/arch/mips/include/asm/sn/sn0/
Dhubio.h537 reqtype: 5, /* Identifies type of request member
581 reqtype: 5, /* Identifies type of request member
/linux-3.4.99/drivers/media/video/tm6000/
Dtm6000.h311 int tm6000_read_write_usb(struct tm6000_core *dev, u8 reqtype, u8 req,