Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:bootcmdresp
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/
H
A
D
if_usb.c
497
struct
bootcmdresp
bootcmdresp
;
in if_usb_receive_fwload()
local
521
if (cardp->
bootcmdresp
<= 0) {
in if_usb_receive_fwload()
522
memcpy (&
bootcmdresp
, skb->data + IPFIELD_ALIGN_OFFSET,
in if_usb_receive_fwload()
523
sizeof(
bootcmdresp
));
in if_usb_receive_fwload()
528
cardp->
bootcmdresp
= BOOT_CMD_RESP_OK;
in if_usb_receive_fwload()
533
if (
bootcmdresp
.magic != cpu_to_le32(BOOT_CMD_MAGIC_NUMBER)) {
in if_usb_receive_fwload()
534
if (
bootcmdresp
.magic == cpu_to_le32(CMD_TYPE_REQUEST) ||
in if_usb_receive_fwload()
535
bootcmdresp
.magic == cpu_to_le32(CMD_TYPE_DATA) ||
in if_usb_receive_fwload()
536
bootcmdresp
in if_usb_receive_fwload()
[all...]
H
A
D
if_usb.h
36
struct
bootcmdresp
struct
56
/*
bootcmdresp
== 0 means command is pending
57
*
bootcmdresp
< 0 means error
58
*
bootcmdresp
> 0 is a BOOT_CMD_RESP_* from firmware
60
int8_t
bootcmdresp
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/
H
A
D
if_usb.c
497
struct
bootcmdresp
bootcmdresp
;
in if_usb_receive_fwload()
local
521
if (cardp->
bootcmdresp
<= 0) {
in if_usb_receive_fwload()
522
memcpy (&
bootcmdresp
, skb->data + IPFIELD_ALIGN_OFFSET,
in if_usb_receive_fwload()
523
sizeof(
bootcmdresp
));
in if_usb_receive_fwload()
528
cardp->
bootcmdresp
= BOOT_CMD_RESP_OK;
in if_usb_receive_fwload()
533
if (
bootcmdresp
.magic != cpu_to_le32(BOOT_CMD_MAGIC_NUMBER)) {
in if_usb_receive_fwload()
534
if (
bootcmdresp
.magic == cpu_to_le32(CMD_TYPE_REQUEST) ||
in if_usb_receive_fwload()
535
bootcmdresp
.magic == cpu_to_le32(CMD_TYPE_DATA) ||
in if_usb_receive_fwload()
536
bootcmdresp
in if_usb_receive_fwload()
[all...]
H
A
D
if_usb.h
36
struct
bootcmdresp
struct
56
/*
bootcmdresp
== 0 means command is pending
57
*
bootcmdresp
< 0 means error
58
*
bootcmdresp
> 0 is a BOOT_CMD_RESP_* from firmware
60
int8_t
bootcmdresp
;
member
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas_tf/
H
A
D
if_usb.h
33
struct
bootcmdresp
{
struct
51
int8_t
bootcmdresp
;
member
H
A
D
if_usb.c
467
struct
bootcmdresp
bcmdresp;
in if_usb_receive_fwload()
495
if (cardp->
bootcmdresp
<= 0) {
in if_usb_receive_fwload()
501
cardp->
bootcmdresp
= 1;
in if_usb_receive_fwload()
512
if (!cardp->
bootcmdresp
)
in if_usb_receive_fwload()
514
cardp->
bootcmdresp
= -1;
in if_usb_receive_fwload()
526
cardp->
bootcmdresp
= 1;
in if_usb_receive_fwload()
840
cardp->
bootcmdresp
= 0;
in if_usb_prog_firmware()
850
} while (cardp->
bootcmdresp
== 0 && j < 10);
in if_usb_prog_firmware()
851
} while (cardp->
bootcmdresp
== 0 && i < 5);
in if_usb_prog_firmware()
853
if (cardp->
bootcmdresp
<
in if_usb_prog_firmware()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas_tf/
H
A
D
if_usb.h
33
struct
bootcmdresp
{
struct
51
int8_t
bootcmdresp
;
member
H
A
D
if_usb.c
467
struct
bootcmdresp
bcmdresp;
in if_usb_receive_fwload()
495
if (cardp->
bootcmdresp
<= 0) {
in if_usb_receive_fwload()
501
cardp->
bootcmdresp
= 1;
in if_usb_receive_fwload()
512
if (!cardp->
bootcmdresp
)
in if_usb_receive_fwload()
514
cardp->
bootcmdresp
= -1;
in if_usb_receive_fwload()
526
cardp->
bootcmdresp
= 1;
in if_usb_receive_fwload()
840
cardp->
bootcmdresp
= 0;
in if_usb_prog_firmware()
850
} while (cardp->
bootcmdresp
== 0 && j < 10);
in if_usb_prog_firmware()
851
} while (cardp->
bootcmdresp
== 0 && i < 5);
in if_usb_prog_firmware()
853
if (cardp->
bootcmdresp
<
in if_usb_prog_firmware()
[all...]
Completed in 7 milliseconds