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:list_del_init
(Results
1 - 15
of
15
) sorted by relevance
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H
A
D
usb_obj.c
98
list_del_init
(&obj->entry);
in usbobj_remove()
153
list_del_init
(&obj->entry);
in usbobj_release()
H
A
D
usbd_generic_epfile.c
121
list_del_init
(&req->entry);
in generic_epfile_do_submit()
225
list_del_init
(&req_iter->entry);
in generic_epfile_cancel_pending_request()
356
list_del_init
(&req->entry);
in generic_epfile_handle_read()
H
A
D
obj_res.c
110
list_del_init
(&rc->entry);
in objres_remove()
H
A
D
usbd_generic_ep0.c
739
list_del_init
(&req->entry);
in generic_ep0_write_request()
767
list_del_init
(&req_iter->entry);
in generic_ep0_cancel_pending_request()
1027
list_del_init
(&req->entry);
in generic_ep0_handle_ioctl()
1233
list_del_init
(&req->entry);
in generic_remove_ep0()
1238
list_del_init
(&req->entry);
in generic_remove_ep0()
H
A
D
usb_handle.c
169
list_del_init
(&handle->entry);
in unregister_handle()
/third_party/NuttX/drivers/usbdev/gadget/
H
A
D
usbd_hid.c
175
list_del_init
(&node->irqqueue);
in hid_queue_free()
324
list_del_init
(&node_temp->irqqueue);
in hid_write()
H
A
D
usbd_audio.c
227
list_del_init
(&node->irqqueue);
in uac_queue_free()
292
list_del_init
(&node_tx->irqqueue);
in fuac_send_message()
H
A
D
rndis.c
706
list_del_init
(&priv->net_req->list);
in rndis_allocnetreq()
2180
list_del_init
(&req->list);
in usbclass_resetconfig()
H
A
D
f_hid.c
403
list_del_init
(&node_temp->irqqueue);
in fhid_input_req_complete()
H
A
D
f_uac.c
542
list_del_init
(&node_tx->irqqueue);
in fuac_input_req_complete()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H
A
D
linux_workqueue.c
209
list_del_init
(cwq->worklist.next);
in RunWorkqueue()
439
list_del_init
(&work->entry);
in linux_cancel_delayed_work()
559
list_del_init
(&wq->list);
in linux_destroy_workqueue()
/third_party/alsa-utils/alsactl/
H
A
D
list.h
123
*
list_del_init
- deletes entry from list and reinitialize it.
126
static inline void
list_del_init
(struct list_head *entry)
in list_del_init()
function
/third_party/exfatprogs/include/
H
A
D
list.h
114
*
list_del_init
- deletes entry from list and reinitialize it.
117
static inline void
list_del_init
(struct list_head *entry)
in list_del_init()
function
/third_party/ltp/testcases/realtime/include/
H
A
D
list.h
144
*
list_del_init
- deletes entry from list and reinitialize it.
147
static inline void
list_del_init
(struct list_head *entry)
in list_del_init()
function
192
* to the list entry is
list_del_init
(). Eg. it cannot be used
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H
A
D
list.h
131
list_del_init
(struct list_head *entry)
in list_del_init()
function
Completed in 14 milliseconds