Home
last modified time | relevance | path

Searched refs:FW_BULKOUT_SIZE (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/
H A Daf9005.c565 buf[0] = (u8) (FW_BULKOUT_SIZE & 0xff); in af9005_boot_packet()
566 buf[1] = (u8) ((FW_BULKOUT_SIZE >> 8) & 0xff); in af9005_boot_packet()
606 debug_dump(buf, FW_BULKOUT_SIZE + 2, deb_fw); in af9005_boot_packet()
610 buf, FW_BULKOUT_SIZE + 2, &act_len, 2000); in af9005_boot_packet()
613 FW_BULKOUT_SIZE + 2, act_len); in af9005_boot_packet()
615 ret = act_len != FW_BULKOUT_SIZE + 2 ? -1 : 0; in af9005_boot_packet()
720 buf = kmalloc(FW_BULKOUT_SIZE + 2, GFP_KERNEL); in af9005_download_firmware()
725 FW_BULKOUT_SIZE + 2); in af9005_download_firmware()
733 packets = fw->size / FW_BULKOUT_SIZE; in af9005_download_firmware()
734 buf[0] = (u8) (FW_BULKOUT_SIZE in af9005_download_firmware()
[all...]
H A Daf9005.h28 #define FW_BULKOUT_SIZE 250 macro
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/
H A Daf9005.c565 buf[0] = (u8) (FW_BULKOUT_SIZE & 0xff); in af9005_boot_packet()
566 buf[1] = (u8) ((FW_BULKOUT_SIZE >> 8) & 0xff); in af9005_boot_packet()
606 debug_dump(buf, FW_BULKOUT_SIZE + 2, deb_fw); in af9005_boot_packet()
610 buf, FW_BULKOUT_SIZE + 2, &act_len, 2000); in af9005_boot_packet()
613 FW_BULKOUT_SIZE + 2, act_len); in af9005_boot_packet()
615 ret = act_len != FW_BULKOUT_SIZE + 2 ? -1 : 0; in af9005_boot_packet()
720 buf = kmalloc(FW_BULKOUT_SIZE + 2, GFP_KERNEL); in af9005_download_firmware()
725 FW_BULKOUT_SIZE + 2); in af9005_download_firmware()
733 packets = fw->size / FW_BULKOUT_SIZE; in af9005_download_firmware()
734 buf[0] = (u8) (FW_BULKOUT_SIZE in af9005_download_firmware()
[all...]
H A Daf9005.h28 #define FW_BULKOUT_SIZE 250 macro

Completed in 27 milliseconds