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:get_word
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/ks7010/
H
A
D
ks_hostif.c
47
static inline u16
get_word
(struct ks_wlan_private *priv)
in get_word()
function
433
auth_type =
get_word
(priv); /* AuthType */
in hostif_data_indication()
434
get_word
(priv); /* Reserve Area */
in hostif_data_indication()
532
mib_val_size =
get_word
(priv);
in hostif_mib_get_confirm()
533
mib_val_type =
get_word
(priv);
in hostif_mib_get_confirm()
724
connect_code =
get_word
(priv);
in hostif_connect_indication()
851
result_code =
get_word
(priv);
in hostif_infrastructure_set_confirm()
977
event =
get_word
(priv);
in hostif_event_check()
1610
if (
get_word
(priv) == priv->rx_size)
in hostif_receive()
/kernel/linux/linux-6.6/drivers/staging/ks7010/
H
A
D
ks_hostif.c
47
static inline u16
get_word
(struct ks_wlan_private *priv)
in get_word()
function
428
auth_type =
get_word
(priv); /* AuthType */
in hostif_data_indication()
429
get_word
(priv); /* Reserve Area */
in hostif_data_indication()
525
get_word
(priv); /* mib_val_size */
in hostif_mib_get_confirm()
526
get_word
(priv); /* mib_val_type */
in hostif_mib_get_confirm()
717
connect_code =
get_word
(priv);
in hostif_connect_indication()
842
get_word
(priv); /* result_code */
in hostif_infrastructure_set_confirm()
968
event =
get_word
(priv);
in hostif_event_check()
1601
if (
get_word
(priv) == priv->rx_size)
in hostif_receive()
/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H
A
D
main.c
537
/*
get_word
- will first check to see if the character under the
546
static u_long
get_word
(struct vc_data *vc)
in get_word()
function
595
u_long cnt =
get_word
(vc);
in say_word()
711
if (!
get_word
(vc))
in spell_word()
/kernel/linux/linux-6.6/drivers/accessibility/speakup/
H
A
D
main.c
535
/*
get_word
- will first check to see if the character under the
544
static u_long
get_word
(struct vc_data *vc)
in get_word()
function
593
u_long cnt =
get_word
(vc);
in say_word()
711
if (!
get_word
(vc))
in spell_word()
/kernel/linux/linux-5.10/drivers/net/wireless/zydas/zd1211rw/
H
A
D
zd_usb.c
209
static u16
get_word
(const void *data, u16 offset)
in get_word()
function
276
fw_bcdDevice =
get_word
(ub_fw->data, E2P_DATA_OFFSET);
in upload_firmware()
/kernel/linux/linux-6.6/drivers/net/wireless/zydas/zd1211rw/
H
A
D
zd_usb.c
208
static u16
get_word
(const void *data, u16 offset)
in get_word()
function
275
fw_bcdDevice =
get_word
(ub_fw->data, E2P_DATA_OFFSET);
in upload_firmware()
Completed in 16 milliseconds