Searched refs:check_firmware (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/net/wireless/ralink/rt2x00/ |
D | rt2x00firmware.c | 69 retval = rt2x00dev->ops->lib->check_firmware(rt2x00dev, fw->data, fw->size); in rt2x00lib_request_firmware()
|
D | rt2800soc.c | 190 .check_firmware = rt2800soc_check_firmware,
|
D | rt2800pci.c | 351 .check_firmware = rt2800_check_firmware,
|
D | rt2x00.h | 542 int (*check_firmware) (struct rt2x00_dev *rt2x00dev, member
|
D | rt2800usb.c | 831 .check_firmware = rt2800_check_firmware,
|
D | rt73usb.c | 2330 .check_firmware = rt73usb_check_firmware,
|
D | rt61pci.c | 2996 .check_firmware = rt61pci_check_firmware,
|
/Linux-v4.19/drivers/media/tuners/ |
D | xc4000.c | 933 static int check_firmware(struct dvb_frontend *fe, unsigned int type, in check_firmware() function 1214 if (check_firmware(fe, type, 0, priv->if_khz) != 0) in xc4000_set_params() 1408 if (check_firmware(fe, type, params->std, in xc4000_set_analog_params()
|
D | tuner-xc2028.c | 718 static int check_firmware(struct dvb_frontend *fe, unsigned int type, in check_firmware() function 1026 if (check_firmware(fe, type, std, int_freq) < 0) in generic_set_freq()
|
/Linux-v4.19/drivers/usb/serial/ |
D | ti_usb_3410_5052.c | 1654 goto check_firmware; in ti_download_firmware() 1695 check_firmware: in ti_download_firmware()
|
/Linux-v4.19/drivers/media/pci/ttpci/ |
D | av7110.c | 1455 static int check_firmware(struct av7110* av7110) in check_firmware() function 1545 if ((ret = check_firmware(av7110))) in get_firmware()
|