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:hdr_format
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/
H
A
D
xmit.c
340
switch (dev->fw.
hdr_format
) {
in b43_generate_txhdr()
441
switch (dev->fw.
hdr_format
) {
in b43_generate_txhdr()
463
switch (dev->fw.
hdr_format
) {
in b43_generate_txhdr()
486
switch (dev->fw.
hdr_format
) {
in b43_generate_txhdr()
503
switch (dev->fw.
hdr_format
) {
in b43_generate_txhdr()
543
switch (dev->fw.
hdr_format
) {
in b43_generate_txhdr()
650
switch (dev->fw.
hdr_format
) {
in b43_rx()
H
A
D
xmit.h
194
switch (dev->fw.
hdr_format
) {
in b43_txhdr_size()
H
A
D
pio.c
610
switch (dev->fw.
hdr_format
) {
in pio_rx_frame()
676
switch (dev->fw.
hdr_format
) {
in pio_rx_frame()
H
A
D
b43.h
796
enum b43_firmware_hdr_format
hdr_format
;
member
H
A
D
main.c
2690
dev->fw.
hdr_format
= B43_FW_HDR_598;
in b43_upload_microcode()
2692
dev->fw.
hdr_format
= B43_FW_HDR_410;
in b43_upload_microcode()
2694
dev->fw.
hdr_format
= B43_FW_HDR_351;
in b43_upload_microcode()
2734
if (dev->fw.
hdr_format
== B43_FW_HDR_351) {
in b43_upload_microcode()
H
A
D
dma.c
869
switch (dev->fw.
hdr_format
) {
in b43_setup_dmaring()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43/
H
A
D
xmit.c
340
switch (dev->fw.
hdr_format
) {
in b43_generate_txhdr()
441
switch (dev->fw.
hdr_format
) {
in b43_generate_txhdr()
463
switch (dev->fw.
hdr_format
) {
in b43_generate_txhdr()
486
switch (dev->fw.
hdr_format
) {
in b43_generate_txhdr()
503
switch (dev->fw.
hdr_format
) {
in b43_generate_txhdr()
543
switch (dev->fw.
hdr_format
) {
in b43_generate_txhdr()
650
switch (dev->fw.
hdr_format
) {
in b43_rx()
H
A
D
xmit.h
194
switch (dev->fw.
hdr_format
) {
in b43_txhdr_size()
H
A
D
pio.c
610
switch (dev->fw.
hdr_format
) {
in pio_rx_frame()
676
switch (dev->fw.
hdr_format
) {
in pio_rx_frame()
H
A
D
b43.h
796
enum b43_firmware_hdr_format
hdr_format
;
member
H
A
D
main.c
2691
dev->fw.
hdr_format
= B43_FW_HDR_598;
in b43_upload_microcode()
2693
dev->fw.
hdr_format
= B43_FW_HDR_410;
in b43_upload_microcode()
2695
dev->fw.
hdr_format
= B43_FW_HDR_351;
in b43_upload_microcode()
2735
if (dev->fw.
hdr_format
== B43_FW_HDR_351) {
in b43_upload_microcode()
H
A
D
dma.c
869
switch (dev->fw.
hdr_format
) {
in b43_setup_dmaring()
Completed in 29 milliseconds