Home
last modified time | relevance | path

Searched refs:vendor_req_buf (Results 1 – 2 of 2) sorted by relevance

/drivers/net/wireless/realtek/rtw89/
A Dusb.c30 *rtwusb->vendor_req_buf = 0; in rtw89_usb_vendorreq()
37 memcpy(rtwusb->vendor_req_buf, data, len); in rtw89_usb_vendorreq()
41 value, index, rtwusb->vendor_req_buf, in rtw89_usb_vendorreq()
48 memcpy(data, rtwusb->vendor_req_buf, len); in rtw89_usb_vendorreq()
60 le32_to_cpup(rtwusb->vendor_req_buf), in rtw89_usb_vendorreq()
63 memcpy(data, rtwusb->vendor_req_buf, len); in rtw89_usb_vendorreq()
908 rtwusb->vendor_req_buf = kmalloc(sizeof(*rtwusb->vendor_req_buf), in rtw89_usb_intf_init()
910 if (!rtwusb->vendor_req_buf) in rtw89_usb_intf_init()
928 kfree(rtwusb->vendor_req_buf); in rtw89_usb_intf_deinit()
A Dusb.h39 __le32 *vendor_req_buf; member

Completed in 5 milliseconds