Searched refs:usb_alloc_vendor_req_buf (Results 1 – 2 of 2) sorted by relevance
121 dvobj->usb_alloc_vendor_req_buf = kzalloc(MAX_USB_IO_CTL_SIZE, GFP_KERNEL); in rtw_init_intf_priv()122 if (!dvobj->usb_alloc_vendor_req_buf) { in rtw_init_intf_priv()127 …dvobj->usb_vendor_req_buf = (u8 *)N_BYTE_ALIGMENT((size_t)(dvobj->usb_alloc_vendor_req_buf), ALIGN… in rtw_init_intf_priv()134 kfree(dvobj->usb_alloc_vendor_req_buf); in rtw_deinit_intf_priv()
175 u8 *usb_alloc_vendor_req_buf; member