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:hci_pi
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
hci_sock.c
49
#define
hci_pi
(sk) ((struct hci_pinfo *) sk)
macro
65
struct hci_dev *hdev =
hci_pi
(sk)->hdev;
in hci_hdev_from_sock()
76
set_bit(nr, &
hci_pi
(sk)->flags);
in hci_sock_set_flag()
81
clear_bit(nr, &
hci_pi
(sk)->flags);
in hci_sock_clear_flag()
86
return test_bit(nr, &
hci_pi
(sk)->flags);
in hci_sock_test_flag()
91
return
hci_pi
(sk)->channel;
in hci_sock_get_channel()
96
return
hci_pi
(sk)->cookie;
in hci_sock_get_cookie()
101
int id =
hci_pi
(sk)->cookie;
in hci_sock_gen_cookie()
108
hci_pi
(sk)->cookie = id;
in hci_sock_gen_cookie()
109
get_task_comm(
hci_pi
(s
in hci_sock_gen_cookie()
[all...]
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
hci_sock.c
49
#define
hci_pi
(sk) ((struct hci_pinfo *) sk)
macro
64
struct hci_dev *hdev =
hci_pi
(sk)->hdev;
in hci_hdev_from_sock()
75
set_bit(nr, &
hci_pi
(sk)->flags);
in hci_sock_set_flag()
80
clear_bit(nr, &
hci_pi
(sk)->flags);
in hci_sock_clear_flag()
85
return test_bit(nr, &
hci_pi
(sk)->flags);
in hci_sock_test_flag()
90
return
hci_pi
(sk)->channel;
in hci_sock_get_channel()
95
return
hci_pi
(sk)->cookie;
in hci_sock_get_cookie()
100
int id =
hci_pi
(sk)->cookie;
in hci_sock_gen_cookie()
107
hci_pi
(sk)->cookie = id;
in hci_sock_gen_cookie()
108
get_task_comm(
hci_pi
(s
in hci_sock_gen_cookie()
[all...]
Completed in 4 milliseconds