Searched refs:send_vendor_command (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/wireless/purelifi/plfxlc/ |
H A D | firmware.c | 21 static int send_vendor_command(struct usb_device *udev, int request, in send_vendor_command() function 74 send_vendor_command(udev, PLF_VNDR_FPGA_SET_CMD, NULL, 0); in plfxlc_download_fpga() 132 send_vendor_command(udev, PLF_VNDR_FPGA_STATE_CMD, NULL, 0); in plfxlc_download_fpga() 153 r = send_vendor_command(udev, PLF_VNDR_XL_FW_CMD, NULL, 0); in plfxlc_download_xl_firmware() 191 r = send_vendor_command(udev, PLF_VNDR_XL_FILE_CMD, buf, in plfxlc_download_xl_firmware() 217 r = send_vendor_command(udev, PLF_VNDR_XL_DATA_CMD, buf, in plfxlc_download_xl_firmware() 228 r = send_vendor_command(udev, PLF_VNDR_XL_EX_CMD, NULL, 0); in plfxlc_download_xl_firmware()
|