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:pib
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ieee802154/
H
A
D
mac802154_hwsim.c
75
struct hwsim_pib __rcu *
pib
;
member
99
struct hwsim_pib *
pib
, *pib_old;
in hwsim_update_pib()
local
101
pib
= kzalloc(sizeof(*
pib
), GFP_ATOMIC);
in hwsim_update_pib()
102
if (!
pib
)
in hwsim_update_pib()
105
pib_old = rtnl_dereference(phy->
pib
);
in hwsim_update_pib()
107
pib
->page = page;
in hwsim_update_pib()
108
pib
->channel = channel;
in hwsim_update_pib()
109
pib
->filt.short_addr = filt->short_addr;
in hwsim_update_pib()
110
pib
in hwsim_update_pib()
123
struct hwsim_
pib
*
pib
;
hwsim_hw_channel()
local
139
struct hwsim_
pib
*
pib
;
hwsim_hw_addr_filt()
local
155
struct hwsim_
pib
*
pib
;
hwsim_hw_receive()
local
313
struct hwsim_
pib
*
pib
;
hwsim_set_promiscuous_mode()
local
901
struct hwsim_
pib
*
pib
;
hwsim_add_one()
local
995
struct hwsim_
pib
*
pib
;
hwsim_del()
local
[all...]
/kernel/linux/linux-5.10/drivers/net/ieee802154/
H
A
D
mac802154_hwsim.c
72
struct hwsim_pib __rcu *
pib
;
member
94
struct hwsim_pib *
pib
, *pib_old;
in hwsim_hw_channel()
local
96
pib
= kzalloc(sizeof(*
pib
), GFP_KERNEL);
in hwsim_hw_channel()
97
if (!
pib
)
in hwsim_hw_channel()
100
pib
->page = page;
in hwsim_hw_channel()
101
pib
->channel = channel;
in hwsim_hw_channel()
103
pib_old = rtnl_dereference(phy->
pib
);
in hwsim_hw_channel()
104
rcu_assign_pointer(phy->
pib
,
pib
);
in hwsim_hw_channel()
737
struct hwsim_
pib
*
pib
;
hwsim_add_one()
local
829
struct hwsim_
pib
*
pib
;
hwsim_del()
local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/
H
A
D
ni65.c
572
u32
pib
;
in ni65_init_lance()
local
586
pib
= (u32) isa_virt_to_bus(&p->ib);
in ni65_init_lance()
587
writereg(
pib
& 0xffff,CSR1);
in ni65_init_lance()
588
writereg(
pib
>> 16,CSR2);
in ni65_init_lance()
Completed in 3 milliseconds