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:board_types
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
H
A
D
aio_aio12_8.c
85
static const struct aio12_8_boardtype
board_types
[] = {
variable
269
.board_name = &
board_types
[0].name,
270
.num_names = ARRAY_SIZE(
board_types
),
/kernel/linux/linux-6.6/drivers/comedi/drivers/
H
A
D
aio_aio12_8.c
84
static const struct aio12_8_boardtype
board_types
[] = {
variable
268
.board_name = &
board_types
[0].name,
269
.num_names = ARRAY_SIZE(
board_types
),
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H
A
D
firmware.c
652
for (i = 0; i < ARRAY_SIZE(fwctx->req->
board_types
); i++) {
in brcmf_fw_request_firmware()
655
if (!fwctx->req->
board_types
[i])
in brcmf_fw_request_firmware()
658
fwctx->req->
board_types
[i]);
in brcmf_fw_request_firmware()
705
if (fwctx->board_index < ARRAY_SIZE(fwctx->req->
board_types
)) {
in brcmf_fw_request_done_alt_path()
706
board_type = fwctx->req->
board_types
[fwctx->board_index++];
in brcmf_fw_request_done_alt_path()
773
if (fwctx->req->
board_types
[0])
in brcmf_fw_get_firmwares()
775
fwctx->req->
board_types
[0]);
in brcmf_fw_get_firmwares()
H
A
D
firmware.h
71
const char *
board_types
[BRCMF_FW_MAX_BOARD_TYPES];
member
H
A
D
pcie.c
2262
const char **bt = fwreq->
board_types
;
in brcmf_pcie_prepare_fw_request()
2292
fwreq->
board_types
[0] = devinfo->settings->board_type;
in brcmf_pcie_prepare_fw_request()
H
A
D
sdio.c
4438
fwreq->
board_types
[0] = bus->sdiodev->settings->board_type;
in brcmf_sdio_prepare_fw_request()
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/
H
A
D
falcon_boards.c
706
static const struct falcon_board_type
board_types
[] = {
variable
750
for (i = 0; i < ARRAY_SIZE(
board_types
); i++)
in falcon_probe_board()
751
if (
board_types
[i].id == type_id)
in falcon_probe_board()
752
board->type = &
board_types
[i];
in falcon_probe_board()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/
H
A
D
falcon_boards.c
706
static const struct falcon_board_type
board_types
[] = {
variable
750
for (i = 0; i < ARRAY_SIZE(
board_types
); i++)
in falcon_probe_board()
751
if (
board_types
[i].id == type_id)
in falcon_probe_board()
752
board->type = &
board_types
[i];
in falcon_probe_board()
Completed in 14 milliseconds