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:phonet
(Results
1 - 25
of
32
) sorted by relevance
1
2
/kernel/linux/linux-5.10/net/phonet/
H
A
D
sysctl.c
5
* Phonet /proc/sys/net/
phonet
interface implementation
18
#include <linux/
phonet
.h>
19
#include <net/
phonet
/
phonet
.h>
89
phonet_table_hrd = register_net_sysctl(&init_net, "net/
phonet
", phonet_table);
in phonet_sysctl_init()
H
A
D
Makefile
2
obj-$(CONFIG_PHONET) +=
phonet
.o pn_pep.o
4
phonet
-y := \
H
A
D
datagram.c
19
#include <linux/
phonet
.h>
21
#include <net/
phonet
/
phonet
.h>
H
A
D
socket.c
22
#include <linux/
phonet
.h>
24
#include <net/
phonet
/
phonet
.h>
25
#include <net/
phonet
/pep.h>
26
#include <net/
phonet
/pn_dev.h>
H
A
D
af_phonet.c
20
#include <linux/
phonet
.h>
21
#include <net/
phonet
/
phonet
.h>
22
#include <net/
phonet
/pn_dev.h>
507
"
phonet
protocol family initialization failed\n");
in phonet_init()
H
A
D
pn_netlink.c
15
#include <linux/
phonet
.h>
18
#include <net/
phonet
/pn_dev.h>
H
A
D
pep.c
20
#include <linux/
phonet
.h>
22
#include <net/
phonet
/
phonet
.h>
23
#include <net/
phonet
/pep.h>
24
#include <net/
phonet
/gprs.h>
/kernel/linux/linux-6.6/net/phonet/
H
A
D
sysctl.c
5
* Phonet /proc/sys/net/
phonet
interface implementation
18
#include <linux/
phonet
.h>
19
#include <net/
phonet
/
phonet
.h>
89
phonet_table_hrd = register_net_sysctl(&init_net, "net/
phonet
", phonet_table);
in phonet_sysctl_init()
H
A
D
Makefile
2
obj-$(CONFIG_PHONET) +=
phonet
.o pn_pep.o
4
phonet
-y := \
H
A
D
datagram.c
19
#include <linux/
phonet
.h>
21
#include <net/
phonet
/
phonet
.h>
H
A
D
socket.c
22
#include <linux/
phonet
.h>
24
#include <net/
phonet
/
phonet
.h>
25
#include <net/
phonet
/pep.h>
26
#include <net/
phonet
/pn_dev.h>
H
A
D
af_phonet.c
20
#include <linux/
phonet
.h>
21
#include <net/
phonet
/
phonet
.h>
22
#include <net/
phonet
/pn_dev.h>
506
"
phonet
protocol family initialization failed\n");
in phonet_init()
H
A
D
pn_netlink.c
15
#include <linux/
phonet
.h>
18
#include <net/
phonet
/pn_dev.h>
H
A
D
pep.c
20
#include <linux/
phonet
.h>
22
#include <net/
phonet
/
phonet
.h>
23
#include <net/
phonet
/pep.h>
24
#include <net/
phonet
/gprs.h>
/kernel/linux/linux-6.6/include/net/phonet/
H
A
D
pep.h
14
#include <net/
phonet
/
phonet
.h>
H
A
D
phonet.h
13
#include <linux/
phonet
.h>
/kernel/linux/linux-5.10/include/linux/
H
A
D
phonet.h
3
* file
phonet
.h
12
#include <uapi/linux/
phonet
.h>
/kernel/linux/linux-6.6/include/linux/
H
A
D
phonet.h
3
* file
phonet
.h
12
#include <uapi/linux/
phonet
.h>
/kernel/linux/linux-5.10/drivers/net/usb/
H
A
D
cdc-phonet.c
3
*
phonet
.c -- USB CDC Phonet host driver
19
#include <linux/
phonet
.h>
322
int
phonet
= 0;
in usbpn_probe()
local
330
phonet
= hdr.phonet_magic_present;
in usbpn_probe()
332
if (!union_header || !
phonet
)
in usbpn_probe()
H
A
D
Makefile
32
obj-$(CONFIG_USB_CDC_PHONET) += cdc-
phonet
.o
/kernel/linux/linux-6.6/drivers/net/usb/
H
A
D
cdc-phonet.c
3
*
phonet
.c -- USB CDC Phonet host driver
19
#include <linux/
phonet
.h>
325
int
phonet
= 0;
in usbpn_probe()
local
333
phonet
= hdr.phonet_magic_present;
in usbpn_probe()
335
if (!union_header || !
phonet
)
in usbpn_probe()
H
A
D
Makefile
32
obj-$(CONFIG_USB_CDC_PHONET) += cdc-
phonet
.o
/kernel/linux/linux-5.10/drivers/usb/gadget/function/
H
A
D
f_phonet.c
643
struct f_phonet *
phonet
;
in phonet_free()
local
645
phonet
= func_to_pn(f);
in phonet_free()
646
kfree(
phonet
);
in phonet_free()
678
fp->function.name = "
phonet
";
in phonet_alloc()
729
DECLARE_USB_FUNCTION_INIT(
phonet
, phonet_alloc_inst, phonet_alloc);
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H
A
D
f_phonet.c
646
struct f_phonet *
phonet
;
in phonet_free()
local
648
phonet
= func_to_pn(f);
in phonet_free()
649
kfree(
phonet
);
in phonet_free()
679
fp->function.name = "
phonet
";
in phonet_alloc()
730
DECLARE_USB_FUNCTION_INIT(
phonet
, phonet_alloc_inst, phonet_alloc);
/kernel/linux/linux-6.6/net/
H
A
D
Makefile
42
obj-$(CONFIG_PHONET) +=
phonet
/
Completed in 14 milliseconds
1
2