OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_fw
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/pci/
if_iwmvar.h
448
struct iwm_fw_info
sc_fw
;
member in struct:iwm_softc
if_iwm.c
505
struct iwm_fw_info *fw = &sc->
sc_fw
;
605
fws = &sc->
sc_fw
.fw_sects[type];
656
struct iwm_fw_info *fw = &sc->
sc_fw
;
672
tsleep(&sc->
sc_fw
, 0, "iwmfwp", 0);
965
wakeup(&sc->
sc_fw
);
3367
err = tsleep(&sc->
sc_fw
, 0, "iwmfw", mstohz(5000));
3434
fws = &sc->
sc_fw
.fw_sects[ucode_type];
3546
fws = &sc->
sc_fw
.fw_sects[ucode_type];
3677
fws = &sc->
sc_fw
.fw_sects[ucode_type];
7657
wakeup(&sc->
sc_fw
);
[
all
...]
/src/sys/dev/usb/
if_upgt.c
688
if (sc->
sc_fw
== NULL) {
689
error = firmware_load("upgt", name, &sc->
sc_fw
,
726
if (sc->
sc_fw
!= NULL) {
727
firmware_free(sc->
sc_fw
, sc->sc_fw_size);
728
sc->
sc_fw
= NULL;
745
uc = (uint32_t *)(sc->
sc_fw
+ offset);
750
uc = (uint32_t *)(sc->
sc_fw
+ offset);
767
bra_option = (struct upgt_fw_bra_option *)(sc->
sc_fw
+ offset);
891
n = upgt_fw_copy(sc->
sc_fw
+ offset, data_cmd->buf, bsize);
908
crc = upgt_crc32_le(sc->
sc_fw
, sc->sc_fw_size)
[
all
...]
if_upgtvar.h
435
uint8_t *
sc_fw
;
member in struct:upgt_softc
Completed in 18 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025