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:reenable_work
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/usb/
H
A
D
cx82310_eth.c
44
struct work_struct
reenable_work
;
member
133
reenable_work
);
in cx82310_reenable_work()
181
INIT_WORK(&priv->
reenable_work
, cx82310_reenable_work);
in cx82310_bind()
230
cancel_work_sync(&priv->
reenable_work
);
in cx82310_unbind()
283
schedule_work(&priv->
reenable_work
);
in cx82310_rx_fixup()
/kernel/linux/linux-6.6/drivers/net/usb/
H
A
D
cx82310_eth.c
44
struct work_struct
reenable_work
;
member
133
reenable_work
);
in cx82310_reenable_work()
182
INIT_WORK(&priv->
reenable_work
, cx82310_reenable_work);
in cx82310_bind()
231
cancel_work_sync(&priv->
reenable_work
);
in cx82310_unbind()
284
schedule_work(&priv->
reenable_work
);
in cx82310_rx_fixup()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_hotplug.c
216
&dev_priv->display.hotplug.
reenable_work
,
in intel_hpd_irq_storm_switch_to_polling()
225
display.hotplug.
reenable_work
.work);
in intel_hpd_irq_storm_reenable_work()
745
INIT_DELAYED_WORK(&i915->display.hotplug.
reenable_work
,
in intel_hpd_init_early()
775
cancel_delayed_work_sync(&dev_priv->display.hotplug.
reenable_work
);
in intel_hpd_cancel_work()
819
str_yes_no(delayed_work_pending(&hotplug->
reenable_work
)));
in i915_hpd_storm_ctl_show()
869
flush_delayed_work(&dev_priv->display.hotplug.
reenable_work
);
in i915_hpd_storm_ctl_write()
947
flush_delayed_work(&dev_priv->display.hotplug.
reenable_work
);
in i915_hpd_short_storm_ctl_write()
H
A
D
intel_display_core.h
165
struct delayed_work
reenable_work
;
member
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H
A
D
intel_hotplug.c
211
mod_delayed_work(system_wq, &dev_priv->hotplug.
reenable_work
,
in intel_hpd_irq_storm_switch_to_polling()
220
hotplug.
reenable_work
.work);
in intel_hpd_irq_storm_reenable_work()
691
INIT_DELAYED_WORK(&dev_priv->hotplug.
reenable_work
,
in intel_hpd_init_work()
709
cancel_delayed_work_sync(&dev_priv->hotplug.
reenable_work
);
in intel_hpd_cancel_work()
H
A
D
intel_display_debugfs.c
1681
yesno(delayed_work_pending(&hotplug->
reenable_work
)));
in i915_hpd_storm_ctl_show()
1731
flush_delayed_work(&dev_priv->hotplug.
reenable_work
);
in i915_hpd_storm_ctl_write()
1809
flush_delayed_work(&dev_priv->hotplug.
reenable_work
);
in i915_hpd_short_storm_ctl_write()
/kernel/linux/linux-6.6/include/linux/iio/
H
A
D
trigger.h
58
* @
reenable_work
: [INTERN] work item used to ensure reenable can sleep.
78
struct work_struct
reenable_work
;
member
/kernel/linux/linux-6.6/drivers/iio/
H
A
D
industrialio-trigger.c
165
reenable_work
);
in iio_reenable_work_fn()
192
schedule_work(&trig->
reenable_work
);
in iio_trigger_notify_done_atomic()
578
INIT_WORK(&trig->
reenable_work
, iio_reenable_work_fn);
in viio_trigger_alloc()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H
A
D
i915_drv.h
161
struct delayed_work
reenable_work
;
member
Completed in 14 milliseconds