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:last_iface
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/sound/usb/
H
A
D
usbaudio.h
40
int
last_iface
;
member
H
A
D
card.c
723
chip->
last_iface
= intf->altsetting[0].desc.bInterfaceNumber;
in find_last_interface()
725
usb_audio_dbg(chip, "Found last interface = %d\n", chip->
last_iface
);
in find_last_interface()
752
chip->
last_iface
== ifnum ||
in try_to_register_card()
753
usb_interface_claimed(usb_ifnum_to_if(chip->dev, chip->
last_iface
)))
in try_to_register_card()
/kernel/linux/linux-6.6/fs/smb/client/
H
A
D
sess.c
187
struct cifs_server_iface *
last_iface
= NULL;
in cifs_try_adding_channels()
local
235
last_iface
= list_last_entry(&ses->iface_list, struct cifs_server_iface,
in cifs_try_adding_channels()
237
iface_min_speed =
last_iface
->speed;
in cifs_try_adding_channels()
368
struct cifs_server_iface *
last_iface
= NULL;
in cifs_chan_update_iface()
local
399
last_iface
= list_last_entry(&ses->iface_list, struct cifs_server_iface,
in cifs_chan_update_iface()
401
iface_min_speed =
last_iface
->speed;
in cifs_chan_update_iface()
H
A
D
cifs_debug.c
290
struct cifs_server_iface *
last_iface
= NULL;
in cifs_debug_data_proc_show()
local
557
last_iface
= list_last_entry(&ses->iface_list,
in cifs_debug_data_proc_show()
560
iface_min_speed =
last_iface
->speed;
in cifs_debug_data_proc_show()
Completed in 7 milliseconds