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:mmc3_profile
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
pktcdvd.h
177
__u16
mmc3_profile
;
member
H
A
D
cdrom.h
63
unsigned short
mmc3_profile
; /* current MMC3 profile */
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
pktcdvd.h
168
__u16
mmc3_profile
;
member
H
A
D
cdrom.h
64
unsigned short
mmc3_profile
; /* current MMC3 profile */
member
/kernel/linux/linux-5.10/drivers/block/
H
A
D
pktcdvd.c
1597
if ((pd->
mmc3_profile
== 0x1a) || (pd->
mmc3_profile
== 0x12))
in pkt_set_write_settings()
1677
switch (pd->
mmc3_profile
) {
in pkt_writable_track()
1710
switch (pd->
mmc3_profile
) {
in pkt_writable_disc()
1720
pd->
mmc3_profile
);
in pkt_writable_disc()
1763
pd->
mmc3_profile
= ret ? 0xffff : buf[6] << 8 | buf[7];
in pkt_probe_settings()
2073
switch (pd->
mmc3_profile
) {
in pkt_open_write()
/kernel/linux/linux-6.6/drivers/block/
H
A
D
pktcdvd.c
1634
if ((pd->
mmc3_profile
== 0x1a) || (pd->
mmc3_profile
== 0x12))
in pkt_set_write_settings()
1716
switch (pd->
mmc3_profile
) {
in pkt_writable_track()
1751
switch (pd->
mmc3_profile
) {
in pkt_writable_disc()
1760
dev_dbg(ddev, "Wrong disc profile (%x)\n", pd->
mmc3_profile
);
in pkt_writable_disc()
1804
pd->
mmc3_profile
= ret ? 0xffff : get_unaligned_be16(&buf[6]);
in pkt_probe_settings()
2123
switch (pd->
mmc3_profile
) {
in pkt_open_write()
/kernel/linux/linux-5.10/drivers/cdrom/
H
A
D
cdrom.c
867
int ret,
mmc3_profile
;
in cdrom_mmc3_profile()
local
878
mmc3_profile
= 0xffff;
in cdrom_mmc3_profile()
880
mmc3_profile
= (buffer[6] << 8) | buffer[7];
in cdrom_mmc3_profile()
882
cdi->
mmc3_profile
=
mmc3_profile
;
in cdrom_mmc3_profile()
887
switch (cdi->
mmc3_profile
) {
in cdrom_is_dvd_rw()
948
if (cdi->
mmc3_profile
!= 0x1a) {
in cdrom_dvd_rw_close_write()
/kernel/linux/linux-6.6/drivers/cdrom/
H
A
D
cdrom.c
868
int
mmc3_profile
;
in cdrom_mmc3_profile()
local
879
mmc3_profile
= 0xffff;
in cdrom_mmc3_profile()
881
mmc3_profile
= (buffer[6] << 8) | buffer[7];
in cdrom_mmc3_profile()
883
cdi->
mmc3_profile
=
mmc3_profile
;
in cdrom_mmc3_profile()
888
switch (cdi->
mmc3_profile
) {
in cdrom_is_dvd_rw()
949
if (cdi->
mmc3_profile
!= 0x1a) {
in cdrom_dvd_rw_close_write()
Completed in 19 milliseconds