Lines Matching defs:firmware
16 #include <linux/firmware.h>
65 * pre-firmware state
67 * post-firmware state
238 * @usb_ctrl: which USB device-side controller is in use. Needed for firmware
240 * @firmware: name of the firmware file.
241 * @download_firmware: called to download the firmware when the usb_ctrl is
243 * @no_reconnect: device doesn't do a reconnect after downloading the firmware,
290 int (*download_firmware) (struct usb_device *, const struct firmware *);
291 const char *firmware;
517 /* commonly used firmware download types and function */
525 extern int usb_cypress_load_firmware(struct usb_device *udev, const struct firmware *fw, int type);
526 extern int dvb_usb_get_hexline(const struct firmware *fw, struct hexline *hx, int *pos);