Lines Matching defs:firmware
16 #include <linux/firmware.h>
64 * pre-firmware state
66 * post-firmware state
230 * @usb_ctrl: which USB device-side controller is in use. Needed for firmware
232 * @firmware: name of the firmware file.
233 * @download_firmware: called to download the firmware when the usb_ctrl is
235 * @no_reconnect: device doesn't do a reconnect after downloading the firmware,
281 int (*download_firmware) (struct usb_device *, const struct firmware *);
282 const char *firmware;
492 /* commonly used firmware download types and function */
500 extern int usb_cypress_load_firmware(struct usb_device *udev, const struct firmware *fw, int type);
501 extern int dvb_usb_get_hexline(const struct firmware *fw, struct hexline *hx, int *pos);