Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/westbridge/astoria/api/src/
Dcyasstorage.c1687 uint8_t reqtype; in cy_as_async_storage_reply_callback() local
1691 reqtype = cy_as_ll_request_response__get_code(rqt); in cy_as_async_storage_reply_callback()
1705 if (reqtype == CY_RQT_READ_BLOCK) in cy_as_async_storage_reply_callback()
1754 uint8_t reqtype, uint16_t req_flags, cy_as_bus_number_t bus, in cy_as_storage_async_oper() argument
1783 ((reqtype == CY_RQT_WRITE_BLOCK) in cy_as_storage_async_oper()
1790 ((reqtype == CY_RQT_WRITE_BLOCK) ? in cy_as_storage_async_oper()
1831 cy_as_ll_init_request(req_p, reqtype, CY_RQT_STORAGE_RQT_CONTEXT, 5); in cy_as_storage_async_oper()
1842 if (reqtype == CY_RQT_READ_BLOCK) { in cy_as_storage_async_oper()
1848 } else if (reqtype == CY_RQT_WRITE_BLOCK) { in cy_as_storage_async_oper()
1909 uint8_t reqtype; in cy_as_sync_storage_reply_callback() local
[all …]
/linux-2.6.39/drivers/staging/rtl8712/
Dusb_ops_linux.c493 u8 reqtype; in r8712_usbctrl_vendorreq() local
511 reqtype = RTL871X_VENQT_READ; in r8712_usbctrl_vendorreq()
514 reqtype = RTL871X_VENQT_WRITE; in r8712_usbctrl_vendorreq()
517 status = usb_control_msg(udev, pipe, request, reqtype, value, index, in r8712_usbctrl_vendorreq()
/linux-2.6.39/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-2.6.39/drivers/net/wireless/rtlwifi/
Dusb.c53 u8 reqtype; in _usbctrl_vendorreq_async_write() local
62 reqtype = REALTEK_USB_VENQT_WRITE; in _usbctrl_vendorreq_async_write()
76 dr->bRequestType = reqtype; in _usbctrl_vendorreq_async_write()
98 u8 reqtype; in _usbctrl_vendorreq_sync_read() local
101 reqtype = REALTEK_USB_VENQT_READ; in _usbctrl_vendorreq_sync_read()
103 status = usb_control_msg(udev, pipe, request, reqtype, value, index, in _usbctrl_vendorreq_sync_read()
/linux-2.6.39/arch/mips/include/asm/sn/sn0/
Dhubio.h537 reqtype: 5, /* Identifies type of request member
581 reqtype: 5, /* Identifies type of request member
/linux-2.6.39/drivers/staging/tm6000/
Dtm6000.h291 int tm6000_read_write_usb(struct tm6000_core *dev, u8 reqtype, u8 req,