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:llc_nop
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/nfc/hci/
H
A
D
llc_nop.c
12
struct
llc_nop
{
struct
26
struct
llc_nop
*
llc_nop
;
in llc_nop_init()
local
31
llc_nop
= kzalloc(sizeof(struct
llc_nop
), GFP_KERNEL);
in llc_nop_init()
32
if (
llc_nop
== NULL)
in llc_nop_init()
35
llc_nop
->hdev = hdev;
in llc_nop_init()
36
llc_nop
->xmit_to_drv = xmit_to_drv;
in llc_nop_init()
37
llc_nop
->rcv_to_hci = rcv_to_hci;
in llc_nop_init()
38
llc_nop
in llc_nop_init()
62
struct
llc_nop
*
llc_nop
= nfc_llc_get_data(llc);
llc_nop_rcv_from_drv()
local
69
struct
llc_nop
*
llc_nop
= nfc_llc_get_data(llc);
llc_nop_xmit_from_hci()
local
[all...]
H
A
D
Makefile
8
hci-y := core.o hcp.o command.o llc.o
llc_nop
.o
/kernel/linux/linux-6.6/net/nfc/hci/
H
A
D
llc_nop.c
12
struct
llc_nop
{
struct
26
struct
llc_nop
*
llc_nop
;
in llc_nop_init()
local
31
llc_nop
= kzalloc(sizeof(struct
llc_nop
), GFP_KERNEL);
in llc_nop_init()
32
if (
llc_nop
== NULL)
in llc_nop_init()
35
llc_nop
->hdev = hdev;
in llc_nop_init()
36
llc_nop
->xmit_to_drv = xmit_to_drv;
in llc_nop_init()
37
llc_nop
->rcv_to_hci = rcv_to_hci;
in llc_nop_init()
38
llc_nop
in llc_nop_init()
62
struct
llc_nop
*
llc_nop
= nfc_llc_get_data(llc);
llc_nop_rcv_from_drv()
local
69
struct
llc_nop
*
llc_nop
= nfc_llc_get_data(llc);
llc_nop_xmit_from_hci()
local
[all...]
H
A
D
Makefile
8
hci-y := core.o hcp.o command.o llc.o
llc_nop
.o
Completed in 1 milliseconds