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:pending_rx_work
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/most/i2c/
H
A
D
i2c.c
50
static void
pending_rx_work
(struct work_struct *);
134
pending_rx_work
(&dev->rx.dwork.work);
in enqueue()
227
*
pending_rx_work
- Read pending messages through I2C
232
static void
pending_rx_work
(struct work_struct *work)
in pending_rx_work()
function
320
INIT_DELAYED_WORK(&dev->rx.dwork,
pending_rx_work
);
in i2c_probe()
/kernel/linux/linux-6.6/drivers/staging/most/i2c/
H
A
D
i2c.c
53
static void
pending_rx_work
(struct work_struct *);
137
pending_rx_work
(&dev->rx.dwork.work);
in enqueue()
230
*
pending_rx_work
- Read pending messages through I2C
235
static void
pending_rx_work
(struct work_struct *work)
in pending_rx_work()
function
323
INIT_DELAYED_WORK(&dev->rx.dwork,
pending_rx_work
);
in i2c_probe()
/kernel/linux/linux-6.6/include/net/bluetooth/
H
A
D
l2cap.h
653
struct work_struct
pending_rx_work
;
member
/kernel/linux/linux-5.10/include/net/bluetooth/
H
A
D
l2cap.h
694
struct work_struct
pending_rx_work
;
member
/kernel/linux/linux-5.10/net/bluetooth/
H
A
D
l2cap_core.c
1778
queue_work(hcon->hdev->workqueue, &conn->
pending_rx_work
);
in l2cap_conn_ready()
1902
/* We can not call flush_work(&conn->
pending_rx_work
) here since we
in l2cap_conn_del()
1904
*
pending_rx_work
is waiting on.
in l2cap_conn_del()
1906
if (work_pending(&conn->
pending_rx_work
))
in l2cap_conn_del()
1907
cancel_work_sync(&conn->
pending_rx_work
);
in l2cap_conn_del()
7833
pending_rx_work
);
in process_pending_rx()
7901
INIT_WORK(&conn->
pending_rx_work
, process_pending_rx);
in l2cap_conn_add()
/kernel/linux/linux-6.6/net/bluetooth/
H
A
D
l2cap_core.c
1613
queue_work(hcon->hdev->workqueue, &conn->
pending_rx_work
);
in l2cap_conn_ready()
1737
/* We can not call flush_work(&conn->
pending_rx_work
) here since we
in l2cap_conn_del()
1739
*
pending_rx_work
is waiting on.
in l2cap_conn_del()
1741
if (work_pending(&conn->
pending_rx_work
))
in l2cap_conn_del()
1742
cancel_work_sync(&conn->
pending_rx_work
);
in l2cap_conn_del()
6816
pending_rx_work
);
in process_pending_rx()
6880
INIT_WORK(&conn->
pending_rx_work
, process_pending_rx);
in l2cap_conn_add()
Completed in 27 milliseconds