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:attach_lock
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/comedi/kcomedilib/
H
A
D
kcomedilib_main.c
45
down_read(&dev->
attach_lock
);
in comedi_open()
50
up_read(&dev->
attach_lock
);
in comedi_open()
216
down_read(&dev->
attach_lock
);
in comedi_find_subdevice_by_type()
225
up_read(&dev->
attach_lock
);
in comedi_find_subdevice_by_type()
234
down_read(&dev->
attach_lock
);
in comedi_get_n_channels()
239
up_read(&dev->
attach_lock
);
in comedi_get_n_channels()
/kernel/linux/linux-6.6/drivers/comedi/kcomedilib/
H
A
D
kcomedilib_main.c
45
down_read(&dev->
attach_lock
);
in comedi_open()
50
up_read(&dev->
attach_lock
);
in comedi_open()
216
down_read(&dev->
attach_lock
);
in comedi_find_subdevice_by_type()
225
up_read(&dev->
attach_lock
);
in comedi_find_subdevice_by_type()
234
down_read(&dev->
attach_lock
);
in comedi_get_n_channels()
239
up_read(&dev->
attach_lock
);
in comedi_get_n_channels()
/kernel/linux/linux-6.6/drivers/power/supply/
H
A
D
mt6370-charger.c
91
struct mutex
attach_lock
;
member
262
mutex_lock(&priv->
attach_lock
);
in mt6370_chg_bc12_work_func()
307
mutex_unlock(&priv->
attach_lock
);
in mt6370_chg_bc12_work_func()
428
mutex_lock(&priv->
attach_lock
);
in mt6370_chg_get_online()
430
mutex_unlock(&priv->
attach_lock
);
in mt6370_chg_get_online()
514
mutex_lock(&priv->
attach_lock
);
in mt6370_chg_set_online()
517
mutex_unlock(&priv->
attach_lock
);
in mt6370_chg_set_online()
522
mutex_unlock(&priv->
attach_lock
);
in mt6370_chg_set_online()
771
struct mutex *
attach_lock
= data;
in mt6370_chg_destroy_attach_lock()
local
773
mutex_destroy(
attach_lock
);
in mt6370_chg_destroy_attach_lock()
[all...]
H
A
D
rt9467-charger.c
274
struct mutex
attach_lock
;
member
667
mutex_lock(&data->
attach_lock
);
in rt9467_psy_get_property()
673
mutex_unlock(&data->
attach_lock
);
in rt9467_psy_get_property()
699
mutex_lock(&data->
attach_lock
);
in rt9467_psy_get_property()
701
mutex_unlock(&data->
attach_lock
);
in rt9467_psy_get_property()
934
mutex_lock(&data->
attach_lock
);
in rt9467_report_usb_state()
958
mutex_unlock(&data->
attach_lock
);
in rt9467_report_usb_state()
1161
struct mutex *
attach_lock
= data;
in rt9467_chg_destroy_attach_lock()
local
1163
mutex_destroy(
attach_lock
);
in rt9467_chg_destroy_attach_lock()
1231
mutex_init(&data->
attach_lock
);
in rt9467_charger_probe()
[all...]
/kernel/linux/linux-5.10/drivers/staging/comedi/
H
A
D
proc.c
36
down_read(&dev->
attach_lock
);
in comedi_read()
43
up_read(&dev->
attach_lock
);
in comedi_read()
H
A
D
drivers.c
162
lockdep_assert_held(&dev->
attach_lock
);
in comedi_device_detach_cleanup()
203
down_write(&dev->
attach_lock
);
in comedi_device_detach()
209
up_write(&dev->
attach_lock
);
in comedi_device_detach()
759
down_write(&dev->
attach_lock
);
in comedi_device_postconfig()
761
up_write(&dev->
attach_lock
);
in comedi_device_postconfig()
H
A
D
comedi_fops.c
108
init_rwsem(&dev->
attach_lock
);
in comedi_device_init()
2332
* and down-reading &dev->
attach_lock
should normally succeed without
in comedi_mmap()
2336
if (!down_read_trylock(&dev->
attach_lock
))
in comedi_mmap()
2415
up_read(&dev->
attach_lock
);
in comedi_mmap()
2427
down_read(&dev->
attach_lock
);
in comedi_poll()
2457
up_read(&dev->
attach_lock
);
in comedi_poll()
2477
down_read(&dev->
attach_lock
);
in comedi_write()
2567
* while dev->
attach_lock
is held.
in comedi_write()
2569
up_read(&dev->
attach_lock
);
in comedi_write()
2592
up_read(&dev->
attach_lock
);
in comedi_write()
[all...]
H
A
D
comedidev.h
494
* @
attach_lock
: &struct rw_semaphore used to guard against the COMEDI device
558
struct rw_semaphore
attach_lock
;
member
/kernel/linux/linux-6.6/drivers/comedi/
H
A
D
proc.c
36
down_read(&dev->
attach_lock
);
in comedi_read()
43
up_read(&dev->
attach_lock
);
in comedi_read()
H
A
D
drivers.c
161
lockdep_assert_held(&dev->
attach_lock
);
in comedi_device_detach_cleanup()
202
down_write(&dev->
attach_lock
);
in comedi_device_detach()
208
up_write(&dev->
attach_lock
);
in comedi_device_detach()
758
down_write(&dev->
attach_lock
);
in comedi_device_postconfig()
760
up_write(&dev->
attach_lock
);
in comedi_device_postconfig()
H
A
D
comedi_fops.c
107
init_rwsem(&dev->
attach_lock
);
in comedi_device_init()
2337
* and down-reading &dev->
attach_lock
should normally succeed without
in comedi_mmap()
2341
if (!down_read_trylock(&dev->
attach_lock
))
in comedi_mmap()
2420
up_read(&dev->
attach_lock
);
in comedi_mmap()
2432
down_read(&dev->
attach_lock
);
in comedi_poll()
2462
up_read(&dev->
attach_lock
);
in comedi_poll()
2482
down_read(&dev->
attach_lock
);
in comedi_write()
2572
* while dev->
attach_lock
is held.
in comedi_write()
2574
up_read(&dev->
attach_lock
);
in comedi_write()
2597
up_read(&dev->
attach_lock
);
in comedi_write()
[all...]
/kernel/linux/linux-6.6/include/linux/comedi/
H
A
D
comedidev.h
493
* @
attach_lock
: &struct rw_semaphore used to guard against the COMEDI device
557
struct rw_semaphore
attach_lock
;
member
Completed in 21 milliseconds