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:init_ctx
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/snic/
H
A
D
snic_io.c
274
/* pre initialization of
init_ctx
to support req_to_rqi */
in snic_req_init()
275
rqi->req->hdr.
init_ctx
= (ulong) rqi;
in snic_req_init()
307
/* pre initialization of
init_ctx
to support req_to_rqi */
in snic_abort_req_init()
308
req->hdr.
init_ctx
= (ulong) rqi;
in snic_abort_req_init()
334
/* pre initialization of
init_ctx
to support req_to_rqi */
in snic_dr_req_init()
335
req->hdr.
init_ctx
= (ulong) rqi;
in snic_dr_req_init()
466
rqi = (struct snic_req_info *) fwreq->hdr.
init_ctx
;
in snic_dump_desc()
468
rqi = (struct snic_req_info *) req->hdr.
init_ctx
;
in snic_dump_desc()
546
req->hdr.
init_ctx
);
in snic_dump_desc()
H
A
D
snic_fwint.h
103
ulong
init_ctx
; /* initiator context */
member
123
hdr->
init_ctx
= ctx;
in snic_io_hdr_enc()
136
*ctx = hdr->
init_ctx
;
in snic_io_hdr_dec()
H
A
D
snic_io.h
104
((struct snic_req_info *) (((struct snic_host_req *)req)->hdr.
init_ctx
))
/kernel/linux/linux-6.6/drivers/scsi/snic/
H
A
D
snic_io.c
260
/* pre initialization of
init_ctx
to support req_to_rqi */
in snic_req_init()
261
rqi->req->hdr.
init_ctx
= (ulong) rqi;
in snic_req_init()
293
/* pre initialization of
init_ctx
to support req_to_rqi */
in snic_abort_req_init()
294
req->hdr.
init_ctx
= (ulong) rqi;
in snic_abort_req_init()
320
/* pre initialization of
init_ctx
to support req_to_rqi */
in snic_dr_req_init()
321
req->hdr.
init_ctx
= (ulong) rqi;
in snic_dr_req_init()
452
rqi = (struct snic_req_info *) fwreq->hdr.
init_ctx
;
in snic_dump_desc()
454
rqi = (struct snic_req_info *) req->hdr.
init_ctx
;
in snic_dump_desc()
532
req->hdr.
init_ctx
);
in snic_dump_desc()
H
A
D
snic_fwint.h
89
ulong
init_ctx
; /* initiator context */
member
109
hdr->
init_ctx
= ctx;
in snic_io_hdr_enc()
122
*ctx = hdr->
init_ctx
;
in snic_io_hdr_dec()
H
A
D
snic_io.h
90
((struct snic_req_info *) (((struct snic_host_req *)req)->hdr.
init_ctx
))
/kernel/linux/linux-5.10/drivers/mtd/nand/
H
A
D
ecc.c
107
if (!nand->ecc.engine->ops->
init_ctx
)
in nand_ecc_init_ctx()
110
return nand->ecc.engine->ops->
init_ctx
(nand);
in nand_ecc_init_ctx()
/kernel/linux/linux-6.6/drivers/mtd/nand/
H
A
D
ecc.c
114
if (!nand->ecc.engine || !nand->ecc.engine->ops->
init_ctx
)
in nand_ecc_init_ctx()
117
return nand->ecc.engine->ops->
init_ctx
(nand);
in nand_ecc_init_ctx()
H
A
D
ecc-mxic.c
727
.
init_ctx
= mxic_ecc_init_ctx_external,
734
.
init_ctx
= mxic_ecc_init_ctx_pipelined,
H
A
D
ecc-sw-bch.c
388
.
init_ctx
= nand_ecc_sw_bch_init_ctx,
H
A
D
ecc-sw-hamming.c
642
.
init_ctx
= nand_ecc_sw_hamming_init_ctx,
/kernel/linux/linux-6.6/drivers/spi/
H
A
D
spi-mxic.c
648
return ops->
init_ctx
(nand);
in mxic_spi_mem_ecc_init_ctx()
678
.
init_ctx
= mxic_spi_mem_ecc_init_ctx,
H
A
D
spi-mtk-snfi.c
780
.
init_ctx
= mtk_snand_ecc_init_ctx,
/kernel/linux/linux-5.10/include/linux/mtd/
H
A
D
nand.h
246
* @
init_ctx
: given a desired user configuration for the pointed NAND device,
249
* @cleanup_ctx: clean the context initialized by @
init_ctx
.
256
int (*
init_ctx
)(struct nand_device *nand);
member
/kernel/linux/linux-6.6/include/linux/mtd/
H
A
D
nand.h
248
* @
init_ctx
: given a desired user configuration for the pointed NAND device,
251
* @cleanup_ctx: clean the context initialized by @
init_ctx
.
258
int (*
init_ctx
)(struct nand_device *nand);
member
/kernel/linux/linux-6.6/drivers/mtd/nand/spi/
H
A
D
core.c
323
.
init_ctx
= spinand_ondie_ecc_init_ctx,
Completed in 18 milliseconds