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:apm_user
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/
H
A
D
apm-emulation.c
103
struct
apm_user
{
struct
192
struct
apm_user
*as;
in queue_event()
205
struct
apm_user
*as = fp->private_data;
in apm_read()
242
struct
apm_user
*as = fp->private_data;
in apm_poll()
261
struct
apm_user
*as = filp->private_data;
in apm_ioctl()
329
struct
apm_user
*as = filp->private_data;
in apm_release()
355
struct
apm_user
*as;
in apm_open()
513
struct
apm_user
*as;
in apm_suspend_notifier()
/kernel/linux/linux-6.6/drivers/char/
H
A
D
apm-emulation.c
103
struct
apm_user
{
struct
192
struct
apm_user
*as;
in queue_event()
205
struct
apm_user
*as = fp->private_data;
in apm_read()
242
struct
apm_user
*as = fp->private_data;
in apm_poll()
261
struct
apm_user
*as = filp->private_data;
in apm_ioctl()
329
struct
apm_user
*as = filp->private_data;
in apm_release()
355
struct
apm_user
*as;
in apm_open()
513
struct
apm_user
*as;
in apm_suspend_notifier()
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
apm_32.c
325
struct
apm_user
{
struct
327
struct
apm_user
*next;
343
* The magic number in
apm_user
412
static struct
apm_user
*user_list;
1158
static int queue_empty(struct
apm_user
*as)
in queue_empty()
1163
static apm_event_t get_queued_event(struct
apm_user
*as)
in get_queued_event()
1170
static void queue_event(apm_event_t event, struct
apm_user
*sender)
in queue_event()
1172
struct
apm_user
*as;
in queue_event()
1233
struct
apm_user
*as;
in suspend()
1447
static int check_apm_user(struct
apm_user
*a
[all...]
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
apm_32.c
326
struct
apm_user
{
struct
328
struct
apm_user
*next;
344
* The magic number in
apm_user
413
static struct
apm_user
*user_list;
1165
static int queue_empty(struct
apm_user
*as)
in queue_empty()
1170
static apm_event_t get_queued_event(struct
apm_user
*as)
in get_queued_event()
1177
static void queue_event(apm_event_t event, struct
apm_user
*sender)
in queue_event()
1179
struct
apm_user
*as;
in queue_event()
1240
struct
apm_user
*as;
in suspend()
1454
static int check_apm_user(struct
apm_user
*a
[all...]
Completed in 7 milliseconds