Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/
Dkaweth.c232 __u8 *firmware_buf; member
390 memcpy(kaweth->firmware_buf, data, data_len); in kaweth_download_firmware()
392 kaweth->firmware_buf[2] = (data_len & 0xFF) - 7; in kaweth_download_firmware()
393 kaweth->firmware_buf[3] = data_len >> 8; in kaweth_download_firmware()
394 kaweth->firmware_buf[4] = type; in kaweth_download_firmware()
395 kaweth->firmware_buf[5] = interrupt; in kaweth_download_firmware()
397 kaweth_dbg("High: %i, Low:%i", kaweth->firmware_buf[3], in kaweth_download_firmware()
398 kaweth->firmware_buf[2]); in kaweth_download_firmware()
411 (void *)kaweth->firmware_buf, in kaweth_download_firmware()
422 kaweth->firmware_buf[0] = 0xB6; in kaweth_trigger_firmware()
[all …]