Searched refs:check_fw (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/mouse/ |
H A D | cyapa.h | 263 int (*check_fw)(struct cyapa *, const struct firmware *); member
|
H A D | cyapa_gen6.c | 725 .check_fw = cyapa_pip_check_fw,
|
H A D | cyapa_gen3.c | 1236 .check_fw = cyapa_gen3_check_fw,
|
H A D | cyapa.c | 1026 error = cyapa->ops->check_fw(cyapa, fw); in cyapa_firmware()
|
H A D | cyapa_gen5.c | 2888 .check_fw = cyapa_pip_check_fw,
|
/kernel/linux/linux-6.6/drivers/input/mouse/ |
H A D | cyapa.h | 263 int (*check_fw)(struct cyapa *, const struct firmware *); member
|
H A D | cyapa_gen6.c | 725 .check_fw = cyapa_pip_check_fw,
|
H A D | cyapa_gen3.c | 1237 .check_fw = cyapa_gen3_check_fw,
|
H A D | cyapa.c | 1025 error = cyapa->ops->check_fw(cyapa, fw); in cyapa_firmware()
|
H A D | cyapa_gen5.c | 2889 .check_fw = cyapa_pip_check_fw,
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | mxl5xx.c | 944 static int check_fw(struct mxl *state, u8 *mbin, u32 mbin_len) in check_fw() function 974 if (check_fw(state, mbin, mbin_len)) in firmware_download()
|
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | mxl5xx.c | 935 static int check_fw(struct mxl *state, u8 *mbin, u32 mbin_len) in check_fw() function 965 if (check_fw(state, mbin, mbin_len)) in firmware_download()
|
Completed in 24 milliseconds