Home
last modified time | relevance | path

Searched refs:load_firmware (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/arm/freescale/imx/
H A Dimx6_sdma.c353 load_firmware(struct sdma_softc *sc) in load_firmware() function
474 if (load_firmware(sc) == -1) { in sdma_attach()
/freebsd/sys/dev/iwn/
H A Dif_iwnvar.h205 int (*load_firmware)(struct iwn_softc *); member
H A Dif_iwn.c1225 ops->load_firmware = iwn4965_load_firmware; in iwn4965_attach()
1268 ops->load_firmware = iwn5000_load_firmware; in iwn5000_attach()
8826 if ((error = ops->load_firmware(sc)) != 0) { in iwn_hw_init()