Searched refs:check_firmware (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/ |
H A D | rt2x00firmware.c | 58 retval = rt2x00dev->ops->lib->check_firmware(rt2x00dev, fw->data, fw->size); in rt2x00lib_request_firmware()
|
H A D | rt2800soc.c | 188 .check_firmware = rt2800soc_check_firmware,
|
H A D | rt2800pci.c | 343 .check_firmware = rt2800_check_firmware,
|
H A D | rt2x00.h | 541 int (*check_firmware) (struct rt2x00_dev *rt2x00dev, member
|
H A D | rt2800usb.c | 680 .check_firmware = rt2800_check_firmware,
|
H A D | rt73usb.c | 2321 .check_firmware = rt73usb_check_firmware,
|
H A D | rt61pci.c | 2906 .check_firmware = rt61pci_check_firmware,
|
/openbmc/linux/drivers/media/tuners/ |
H A D | xc4000.c | 921 static int check_firmware(struct dvb_frontend *fe, unsigned int type, in check_firmware() function 1202 if (check_firmware(fe, type, 0, priv->if_khz) != 0) in xc4000_set_params() 1396 if (check_firmware(fe, type, params->std, in xc4000_set_analog_params()
|
H A D | xc2028.c | 717 static int check_firmware(struct dvb_frontend *fe, unsigned int type, in check_firmware() function 1025 if (check_firmware(fe, type, std, int_freq) < 0) in generic_set_freq()
|
/openbmc/linux/drivers/usb/serial/ |
H A D | ti_usb_3410_5052.c | 1596 goto check_firmware; in ti_download_firmware() 1637 check_firmware: in ti_download_firmware()
|
/openbmc/linux/drivers/staging/media/av7110/ |
H A D | av7110.c | 1443 static int check_firmware(struct av7110* av7110) in check_firmware() function 1533 if ((ret = check_firmware(av7110))) in get_firmware()
|