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:media_changed
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
H
A
D
e1000_hw.h
513
bool
media_changed
;
member
H
A
D
e1000_82575.c
154
hw->dev_spec._82575.
media_changed
= true;
in igb_check_for_link_media_swap()
H
A
D
igb_main.c
5460
if (hw->dev_spec._82575.
media_changed
) {
in igb_watchdog_task()
5461
hw->dev_spec._82575.
media_changed
= false;
in igb_watchdog_task()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/
H
A
D
e1000_hw.h
513
bool
media_changed
;
member
H
A
D
e1000_82575.c
154
hw->dev_spec._82575.
media_changed
= true;
in igb_check_for_link_media_swap()
H
A
D
igb_main.c
5546
if (hw->dev_spec._82575.
media_changed
) {
in igb_watchdog_task()
5547
hw->dev_spec._82575.
media_changed
= false;
in igb_watchdog_task()
/kernel/linux/linux-5.10/drivers/scsi/
H
A
D
gdth.c
1717
if (ha->hdr[t].
media_changed
&& nscp->cmnd[0] != INQUIRY) {
in gdth_next()
1721
ha->hdr[t].
media_changed
= FALSE;
in gdth_next()
1769
if (ha->hdr[t].
media_changed
) {
in gdth_next()
1773
ha->hdr[t].
media_changed
= FALSE;
in gdth_next()
2768
ha->hdr[t].
media_changed
= TRUE;
in gdth_sync_event()
2771
ha->hdr[t].
media_changed
= TRUE;
in gdth_sync_event()
H
A
D
gdth.h
857
u8
media_changed
; /* Flag:MOUNT/UNMOUNT occurred */
member
/kernel/linux/linux-5.10/drivers/cdrom/
H
A
D
cdrom.c
81
the media had changed for devices that _don't_ implement
media_changed
.
1474
* exclusion. The original
media_changed
code had the same problem.
1501
/* We want to make
media_changed
accessible to the user through an
1508
int
media_changed
(struct cdrom_device_info *cdi, int queue)
in media_changed()
function
2378
return
media_changed
(cdi, 1);
in cdrom_ioctl_media_changed()
/kernel/linux/linux-6.6/drivers/cdrom/
H
A
D
cdrom.c
72
the media had changed for devices that _don't_ implement
media_changed
.
1458
* exclusion. The original
media_changed
code had the same problem.
1485
/* We want to make
media_changed
accessible to the user through an
1492
int
media_changed
(struct cdrom_device_info *cdi, int queue)
in media_changed()
function
2310
return
media_changed
(cdi, 1);
in cdrom_ioctl_media_changed()
Completed in 54 milliseconds